Skip to content

Commit

Permalink
EPMRPP-89924 || Fix security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Mar 25, 2024
1 parent e5ddd07 commit 42774bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:7affe20')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:211b2052')
}
}

Expand All @@ -40,11 +40,11 @@ dependencies {
compile 'com.epam.reportportal:commons-rules'
compile 'com.epam.reportportal:commons-dao'
} else {
compile 'com.github.reportportal:commons-dao:126ee2e'
compile 'com.github.reportportal:commons-dao:6ab8e9860c'
compile 'com.github.reportportal:commons-model:83f012f'
compile 'com.github.reportportal:commons-rules:01ec4d17'
}
compile 'org.pf4j:pf4j:2.4.0'
compile 'org.pf4j:pf4j:3.10.0'

testCompile 'junit:junit'
}

0 comments on commit 42774bb

Please sign in to comment.