diff --git a/ChangeLog.md b/ChangeLog.md index 9b64887..2a50474 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.11.1. ## 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..ef894a5 100644 --- a/pom.xml +++ b/pom.xml @@ -50,10 +50,10 @@ - 6.0.9 - 3.1.0 - 4.0.2 - 4.8.2 + 6.1.1 + 3.2.0 + 4.2.0 + 4.11.1 5.9.2 1.9.2