From 52905327f0fb1a245931a58b712320eca20eb22e Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Mon, 23 Sep 2024 14:22:46 +0200 Subject: [PATCH] chore: bump Spring versions --- project/Dependencies.scala | 4 ++-- .../java-protobuf-valueentity-counter-spring-client/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c19c914959..0e34fa6f78 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,9 +34,9 @@ object Dependencies { val JUnitVersion = "4.13.2" val JUnitInterfaceVersion = "0.11" val JUnitJupiterVersion = "5.10.1" - val SpringFrameworkVersion = "6.1.5" + val SpringFrameworkVersion = "6.1.13" // make sure to sync spring-boot-starter-parent version in samples and archetype to this version - val SpringBootVersion = "3.2.4" + val SpringBootVersion = "3.3.4" val OpenTelemetryVersion = "1.39.0" val OpenTelemetrySemConv = "1.25.0-alpha" diff --git a/samples/java-protobuf-valueentity-counter-spring-client/pom.xml b/samples/java-protobuf-valueentity-counter-spring-client/pom.xml index 49a2e664a2..ea587f2dfc 100644 --- a/samples/java-protobuf-valueentity-counter-spring-client/pom.xml +++ b/samples/java-protobuf-valueentity-counter-spring-client/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.4 + 3.3.4