Skip to content

Commit

Permalink
Upgrading to spring boot 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Dec 22, 2023
1 parent 006ff5b commit 74286a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Fixed bug in spring-boot-starter-mongodb module in which it didn't automatically configured MongoDB.
* Upgraded from Kotlin 1.9.20 to 1.9.21
* Upgraded amqp-client from 5.16.0 to 5.20.0
* Upgraded Spring Boot from 3.1.4 to 3.2.0
* Upgraded Spring Boot from 3.1.4 to 3.2.1
* Upgraded reactor from 3.5.10 to 3.6.0
* Upgraded Spring data MongoDB from 4.1.4 to 4.2.0
* Upgraded jobrunr from 6.3.2 to 6.3.3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<cloudevents.version>2.5.0</cloudevents.version>
<reactor.version>3.6.0</reactor.version>
<spring-data-mongodb.version>4.2.0</spring-data-mongodb.version>
<spring-boot.version>3.2.0</spring-boot.version>
<spring-boot.version>3.2.1</spring-boot.version>
<mongo.version>4.11.1</mongo.version>
<dokka.version>1.9.10</dokka.version>
<sundrio.version>0.100.3</sundrio.version>
Expand Down

0 comments on commit 74286a1

Please sign in to comment.