Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 45718f7 commit d2563b5
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.3.3'
// id 'com.diffplug.spotless' version '6.25.0'
}

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

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

Expand Down

0 comments on commit d2563b5

Please sign in to comment.