From 1ef32eaf2b51ae1e43ebd9ec3ff6e814a0663273 Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Fri, 22 Dec 2023 14:21:17 +0100 Subject: [PATCH] Upgrading to kotlin 1.9.22 --- changelog.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c13ba79c7..58bda9b7e 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/pom.xml b/pom.xml index d0b3c8972..d6764bd9c 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ 17 5.10.1 1.19.3 - 1.9.21 + 1.9.22 2.15.3 2.5.0 3.6.0