Skip to content

Commit

Permalink
chore: update dependencies to Spring Bot 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Apr 27, 2024
1 parent 0f0ee19 commit 4905200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.3'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.freefair.lombok' version '8.6'
}
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.springframework.boot' version '3.2.3' apply false
id 'org.springframework.boot' version '3.2.5' apply false
id 'org.sonarqube' version '4.0.0.2929'
}

Expand Down Expand Up @@ -197,4 +197,4 @@ sonarqube {

tasks.withType(JavaCompile).configureEach {
options.compilerArgs.add("-parameters")
}
}

0 comments on commit 4905200

Please sign in to comment.