Skip to content

Commit

Permalink
EPMRPP-93073 support spring boot 3
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jan 28, 2025
1 parent cdad4e4 commit 4c9d35d
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,8 +42,8 @@ dependencies {
implementation 'com.epam.reportportal:commons-dao'
api 'com.epam.reportportal:commons'
} else {
implementation 'com.github.reportportal:commons-dao:166da57'
api 'com.github.reportportal:commons:30cad66'
implementation 'com.github.reportportal:commons-dao:0f555c9'
api 'com.github.reportportal:commons:c7041ee'
}

api 'org.pf4j:pf4j:3.12.1'
Expand Down

0 comments on commit 4c9d35d

Please sign in to comment.