From f028ba16b70816a11036a9e42f712ebaad4fee4b Mon Sep 17 00:00:00 2001 From: Takuya Murakami Date: Mon, 18 Dec 2023 23:47:34 +0900 Subject: [PATCH] feat: update spring 6.1.1, session 3.2.0, data-mongo 4.2.0 --- ChangeLog.md | 2 +- README.md | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9b64887..2538647 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,7 @@ # 3.0.1 (2023-xx-xx) -- Update dependencies: Spring 6.0.9, Session 3.1.0, Data Mongo 4.0.2, Mongo Driver(Sync) 4.8.2. +- Update dependencies: Spring 6.1.1, Session 3.2.0, Data Mongo 4.2.0, Mongo Driver(Sync) 4.8.2. ## 3.0.0 (2022-12-10) diff --git a/README.md b/README.md index c8ff3d8..955a873 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a Spring Session extension which uses MongoDB as a session storage. ## Which version? -* ver 3.0.x depends on JDK 17,Spring Framework 6.0.x, Spring Data MongoDB 4.0.x, and Spring Session 3.x, Mongo Driver 4.x. +* ver 3.0.x depends on JDK 17,Spring Framework 6.x, Spring Data MongoDB 4.0.x, and Spring Session 3.x, Mongo Driver 4.x. * ver 2.3.x depends on JDK 8,Spring Framework 5.3.x, Spring Data MongoDB 3.4.x, and Spring Session 2.7.x, Mongo Driver 4.x. Followings are already EOL because of EOL of Spring Framework. diff --git a/pom.xml b/pom.xml index 645bc8f..dcd4c9f 100644 --- a/pom.xml +++ b/pom.xml @@ -50,9 +50,9 @@ - 6.0.9 - 3.1.0 - 4.0.2 + 6.1.1 + 3.2.0 + 4.2.0 4.8.2 5.9.2