Skip to content

Commit

Permalink
feat: update spring 6.1.1, session 3.2.0, data-mongo 4.2.0, mongo-dri…
Browse files Browse the repository at this point in the history
…ver 4.11.1
  • Loading branch information
tmurakam committed Dec 18, 2023
1 parent e1e7bb1 commit 48343f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</repositories>

<properties>
<spring.version>6.0.9</spring.version>
<spring-session.version>3.1.0</spring-session.version>
<spring-data-mongodb.version>4.0.2</spring-data-mongodb.version>
<mongo-driver.version>4.8.2</mongo-driver.version> <!-- This must match with spring-data-mongodb dependencies -->
<spring.version>6.1.1</spring.version>
<spring-session.version>3.2.0</spring-session.version>
<spring-data-mongodb.version>4.2.0</spring-data-mongodb.version>
<mongo-driver.version>4.11.1</mongo-driver.version> <!-- This must match with spring-data-mongodb dependencies -->

<junit-jupiter.version>5.9.2</junit-jupiter.version>
<junit-platform.version>1.9.2</junit-platform.version>
Expand Down

0 comments on commit 48343f0

Please sign in to comment.