Skip to content

Commit

Permalink
EPMRPP-96480 || Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Nov 6, 2024
1 parent 6123f0c commit 3419132
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ dependencies {
implementation 'com.epam.reportportal:plugin-api'
annotationProcessor 'com.epam.reportportal:plugin-api'
} else {
implementation 'com.github.reportportal:commons-dao:acf1ec7'
implementation 'com.github.reportportal:commons:c8ef09c'
implementation 'com.github.reportportal:plugin-api:188792e'
annotationProcessor 'com.github.reportportal:plugin-api:188792e'
implementation 'com.github.reportportal:commons-dao:develop-SNAPSHOT'
implementation 'com.github.reportportal:commons:develop-SNAPSHOT'
implementation 'com.github.reportportal:plugin-api:develop-SNAPSHOT'
annotationProcessor 'com.github.reportportal:plugin-api:develop-SNAPSHOT'
}
implementation('org.hibernate:hibernate-core:5.4.18.Final')
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.7'
Expand Down

0 comments on commit 3419132

Please sign in to comment.