Skip to content

Commit

Permalink
Upgrading to kotlin 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Dec 22, 2023
1 parent 74286a1 commit 1ef32ea
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
@@ -1,7 +1,7 @@
### Changelog next version
* spring-boot-starter-mongodb no longer autoconfigures itself by just importing the library in the classpath, instead you need to bootstrap by annotating your Spring Boot class with @EnableOccurrent.
* 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 from Kotlin 1.9.20 to 1.9.22
* Upgraded amqp-client from 5.16.0 to 5.20.0
* Upgraded Spring Boot from 3.1.4 to 3.2.1
* Upgraded reactor from 3.5.10 to 3.6.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<maven.compiler.target>17</maven.compiler.target>
<junit.version>5.10.1</junit.version>
<test-containers.version>1.19.3</test-containers.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<jackson.version>2.15.3</jackson.version>
<cloudevents.version>2.5.0</cloudevents.version>
<reactor.version>3.6.0</reactor.version>
Expand Down

0 comments on commit 1ef32ea

Please sign in to comment.