Skip to content

Commit

Permalink
EPMRPP-93641 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Dec 7, 2024
1 parent d6414fc commit 74bd07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
if (releaseMode) {
implementation 'com.epam.reportportal:commons'
} else {
implementation 'com.github.reportportal:commons:e55b9e6'
implementation 'com.github.reportportal:commons:bbb9a1a'
}
// jooq dependencies
api "org.jooq:jooq:${jooqVersion}"
Expand All @@ -66,7 +66,7 @@ dependencies {
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
implementation "org.hibernate.validator:hibernate-validator:${hibernateValidatorVersion}"

implementation 'org.apache.commons:commons-collections4:4.4'
api 'org.apache.commons:commons-collections4:4.4'
api ('commons-validator:commons-validator:1.9.0') { // for EmailValidator only
exclude group: 'commons-beanutils', module: 'commons-beanutils'
}
Expand Down

0 comments on commit 74bd07c

Please sign in to comment.