Skip to content

Commit

Permalink
Update Spring Boot to 3.3.3 (#331)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored Aug 25, 2024
1 parent 67ae3ae commit 858394a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.mockito:mockito-junit-jupiter:5.12.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
}

java {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencyResolutionManagement {

create("springLibs") {
version("spring", "6.1.12")
version("spring-boot", "3.3.2")
version("spring-boot", "3.3.3")
library("data-commons", "org.springframework.data:spring-data-commons:3.3.3")
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.3.3")
library("web", "org.springframework", "spring-web").versionRef("spring")
Expand Down

0 comments on commit 858394a

Please sign in to comment.