Skip to content

Commit

Permalink
Merge pull request #999 from reportportal/hotfix/5.11.6
Browse files Browse the repository at this point in the history
Hotfix 5.11.6
  • Loading branch information
IvanKustau authored Apr 9, 2024
2 parents d8027c3 + 8679a0f commit 8a50e7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {

dependencyManagement {
imports {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:8a6b44c')
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:' + getProperty('bom.version') : 'com.github.reportportal:commons-bom:b929af1e08')
mavenBom('io.zonky.test.postgres:embedded-postgres-binaries-bom:12.9.0')
}
}
Expand All @@ -53,7 +53,7 @@ dependencies {
compile 'com.epam.reportportal:commons-model'
} else {
compile 'com.github.reportportal:commons:07566b8e'
compile 'com.github.reportportal:commons-rules:01ec4d17'
compile 'com.epam.reportportal:commons-rules'
compile 'com.github.reportportal:commons-model:83f012f'
}

Expand All @@ -71,7 +71,7 @@ dependencies {

compile 'io.minio:minio:6.0.13'

implementation group: 'org.json', name: 'json', version: '20220320'
implementation group: 'org.json', name: 'json', version: '20231013'
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
compile 'org.hibernate.validator:hibernate-validator'

Expand All @@ -84,6 +84,8 @@ dependencies {
compile 'org.jasypt:jasypt:1.9.3'

compile 'io.zonky.test:embedded-postgres:1.2.6'
//Fix CVE-2024-25710, CVE-2024-26308
compile 'org.apache.commons:commons-compress:1.26.0'
compile 'org.flywaydb:flyway-core:6.3.1'

compile 'org.apache.jclouds.api:s3:2.5.0'
Expand Down

0 comments on commit 8a50e7c

Please sign in to comment.