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 6, 2025
1 parent fb4200d commit f2cb800
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencyManagement {
mavenBom(releaseMode ? 'com.epam.reportportal:commons-bom:5.13.0' : 'com.epam.reportportal:commons-bom:5.13.0')
}
}
ext['spring-boot.version'] = "${springBootVersion}"

dependencies {
if (releaseMode) {
Expand All @@ -48,7 +49,7 @@ dependencies {
api 'org.pf4j:pf4j:3.12.1'
api 'org.pf4j:pf4j-update:2.3.0'

implementation 'org.hibernate:hibernate-core:5.6.15.Final'
implementation 'org.hibernate:hibernate-core'

testImplementation "org.junit.jupiter:junit-jupiter-api"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=5.13.0
description=EPAM Report portal. Plugin extension APIs
springBootVersion=3.4.0
springBootVersion=3.4.1
org.gradle.parallel=true
org.gradle.caching=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit f2cb800

Please sign in to comment.