diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ad35cd..a358865 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,8 @@ on: env: GH_USER_NAME: github.actor - SCRIPTS_VERSION: 5.12.0 - BOM_VERSION: 5.12.1 + SCRIPTS_VERSION: 5.12.1 + BOM_VERSION: 5.13.0 jobs: release: diff --git a/gradle.properties b/gradle.properties index f09a245..de97df3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ name=plugin-import-robot -version=1.0.0 +version=1.0.1 description=Reinforce your ReportPortal instance with RobotFramework Import functionality and easily upload your log files right to ReportPortal. pluginId=RobotFramework lombokVersion=1.18.30 diff --git a/plugin-robot/build.gradle b/plugin-robot/build.gradle index 91113e8..d2d3a0d 100644 --- a/plugin-robot/build.gradle +++ b/plugin-robot/build.gradle @@ -35,7 +35,7 @@ repositories { dependencyManagement { imports { - mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + '5.12.1' : 'com.epam.reportportal:commons-bom:5.12.1') + mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.epam.reportportal:commons-bom:5.13.0') } } @@ -119,6 +119,7 @@ shadowJar { configurations = [project.configurations.compileClasspath] zip64 true dependencies { + include(dependency('commons-io:commons-io:2.15.1')) } } diff --git a/plugin-robot/gradle.properties b/plugin-robot/gradle.properties index f09a245..de97df3 100644 --- a/plugin-robot/gradle.properties +++ b/plugin-robot/gradle.properties @@ -1,5 +1,5 @@ name=plugin-import-robot -version=1.0.0 +version=1.0.1 description=Reinforce your ReportPortal instance with RobotFramework Import functionality and easily upload your log files right to ReportPortal. pluginId=RobotFramework lombokVersion=1.18.30