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')) } }