Skip to content

Commit

Permalink
fix(deps): update spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 7e14cfd commit 31ea402
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
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'jacoco'
id 'org.springframework.boot' version '3.2.5'
id 'org.springframework.boot' version '3.4.1'
// id 'com.diffplug.spotless' version '6.25.0'
}

Expand All @@ -12,7 +12,7 @@ repositories {
}

ext {
set('springBootVersion', "3.2.5")
set('springBootVersion', "3.4.1")
set('springCamelVersion', "4.6.0")
}

Expand Down

0 comments on commit 31ea402

Please sign in to comment.