Skip to content

Commit

Permalink
Upgrade Spring to 5.3.34 #122
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 19, 2024
1 parent 63929c3 commit a1bcbf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.0-M4

* #122 Upgrade Spring to 6.1.6
* #122 Upgrade Spring to 5.3.34

## 3.0-M3

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

<properties>
<bootique.version>${project.version}</bootique.version>
<!-- TODO: we are bringing the entire huge Spring framework to just use
a few scheduling classes, and no injection -->
<spring.version>6.1.6</spring.version>
<!-- TODO: we are bringing the entire huge Spring framework to just use a few scheduling classes, and no injection -->
<!-- Note that Spring > 5 requires Java 17 -->
<spring.version>5.3.34</spring.version>
<consul.client.version>1.5.3</consul.client.version>
<okhttp.version>4.12.0</okhttp.version>
<guava.version>33.1.0-jre</guava.version>
Expand Down

0 comments on commit a1bcbf9

Please sign in to comment.