Skip to content

Commit

Permalink
feat: update spring 6.1.3, session 3.2.1, data-mongo 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmurakam committed Jan 13, 2024
1 parent 780cf4a commit 11f2638
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 3.1.0 (2024-xx-xx)

- Update dependencies: Spring 6.1.3, Session 3.2.1, Data Mongo 4.2.2

# 3.0.1 (2023-12-18)

- Update dependencies: Spring 6.1.1, Session 3.2.0, Data Mongo 4.2.0, Mongo Driver(Sync) 4.11.1.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2023, Takuya Murakami.
Copyright (c) 2015-2024, Takuya Murakami.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
</repositories>

<properties>
<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>
<spring.version>6.1.3</spring.version>
<spring-session.version>3.2.1</spring-session.version>
<spring-data-mongodb.version>4.2.2</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.10.1</junit-jupiter.version>
Expand Down

0 comments on commit 11f2638

Please sign in to comment.