From 7329ae6b2663af8121d42200e9266373e96e01a1 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Tue, 30 May 2023 10:54:54 -1000 Subject: [PATCH] Minor upgrades of various dependencies - Upgrade Spring Cloud version from `2022.0.2` to `2022.0.3` - Upgrade Tomcat version from `10.1.7` to `10.1.9` - Upgrade Spring Security version from `6.0.3` to `6.1.0` - Upgrade Spring Framework version from `6.0.8` to `6.0.9` - Upgrade Spring Data version from `2022.0.4` to `2022.0.6` --- pom.xml | 8 ++++---- samples/coherence-spring-cloud-config-demo/pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 02f77846d10..10240f51740 100644 --- a/pom.xml +++ b/pom.xml @@ -161,16 +161,16 @@ 5.9.1 2.19.0 3.12.4 - 6.0.8 - 2022.0.4 + 6.0.9 + 2022.0.6 3.4.9 1.7.1 2.0.3 3.0.7 2022.0.4 3.0.1 - 6.0.3 - 10.1.7 + 6.1.0 + 10.1.9 diff --git a/samples/coherence-spring-cloud-config-demo/pom.xml b/samples/coherence-spring-cloud-config-demo/pom.xml index a7112e372de..888c47d2452 100644 --- a/samples/coherence-spring-cloud-config-demo/pom.xml +++ b/samples/coherence-spring-cloud-config-demo/pom.xml @@ -23,7 +23,7 @@ Demo project for Coherence Spring using Spring Cloud Config Server - 2022.0.2 + 2022.0.3