From 06f1bfb9df0b893d5baf5be8b8bab1cac098192c Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Thu, 5 Oct 2023 16:51:31 +0530 Subject: [PATCH] JAVA-25096 Upgrade parent-spring-6 to the latest version of Spring (#14854) --- parent-spring-6/pom.xml | 2 +- spring-6-rsocket/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parent-spring-6/pom.xml b/parent-spring-6/pom.xml index 7b61ac524b..7b28afc9b1 100644 --- a/parent-spring-6/pom.xml +++ b/parent-spring-6/pom.xml @@ -35,7 +35,7 @@ - 6.0.10 + 6.0.12 diff --git a/spring-6-rsocket/README.md b/spring-6-rsocket/README.md index 21ab282bd1..2a8a197670 100644 --- a/spring-6-rsocket/README.md +++ b/spring-6-rsocket/README.md @@ -4,4 +4,4 @@ This module contains articles about RSocket in Spring Framework 6. ### Relevant articles -- [Introduction to RSocket](#) \ No newline at end of file +- [Introduction to RSocket](https://www.baeldung.com/spring-rsocket)