From 196d65a32ff68a01b971905ad3fdf9f6e37fa1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olle=20T=C3=B6rnstr=C3=B6m?= Date: Tue, 19 Nov 2024 20:44:13 +0100 Subject: [PATCH] Upgrade to latest Spring Boot 3.3.5 * Taking this opportunity to revise the version number, simply moving to a "major.minor.patch" version - as described in the current README file - of version 0.9.x. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e7c1a9d..6a9dd2a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.studiomediatech query-response-spring-amqp - 0.9.0-SB3_0_3-SNAPSHOT + 0.9.0-SNAPSHOT jar Query/Response for Spring AMQP @@ -24,7 +24,7 @@ org.springframework.boot spring-boot-dependencies - 3.3.1 + 3.3.5 pom import