Skip to content

Commit

Permalink
bump: spring to 6.1.3 and spring boot to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto committed Jan 18, 2024
1 parent eec0a18 commit 602d505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ object Dependencies {
val JUnitVersion = "4.13.2"
val JUnitInterfaceVersion = "0.11"
val JUnitJupiterVersion = "5.10.1"
val SpringFrameworkVersion = "6.0.13"
val SpringFrameworkVersion = "6.1.3"
// make sure to sync spring-boot-starter-parent version in samples and archetype to this version
val SpringBootVersion = "3.1.5"
val SpringBootVersion = "3.2.1"
val OpenTelemetryVersion = "1.28.0"

val CommonsIoVersion = "2.11.0"
Expand Down

0 comments on commit 602d505

Please sign in to comment.