Skip to content

Commit 9228e4f

Browse files
authored
Merge pull request #47 from reportportal/feature/orgs
merge feature/orgs to develop
2 parents b665086 + d01acf7 commit 9228e4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ dependencies {
4848
implementation 'com.epam.reportportal:plugin-api'
4949
annotationProcessor 'com.epam.reportportal:plugin-api'
5050
} else {
51-
implementation 'com.github.reportportal:commons-dao:562c5eb'
52-
implementation 'com.github.reportportal:plugin-api:8874441'
53-
annotationProcessor 'com.github.reportportal:plugin-api:8874441'
51+
implementation 'com.github.reportportal:commons-dao:9b8b695'
52+
implementation 'com.github.reportportal:plugin-api:f59b724'
53+
annotationProcessor 'com.github.reportportal:plugin-api:f59b724'
5454
}
5555
implementation 'org.hibernate.orm:hibernate-core:6.6.5.Final'
5656

0 commit comments

Comments
 (0)