Update Micronaut and Kotlin versions

The `gradle.properties` file has been updated. The Micronaut version has been upgraded from 4.1.6 to 4.2.2 and the Kotlin version has been updated from 1.9.20 to 1.9.22. This would provide improvements, new features, and bug fixes from these newer versions of Micronaut and Kotlin.

Signed-off-by: Thraax Session <thraax.session@iatlas.technology>
This commit is contained in:
Thraax Session 2024-01-05 11:21:39 +01:00
parent 3002d0b7c6
commit bdb0c02743
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2022-2023 Thraax Session <spaceup@iatlas.technology>.
# Copyright (c) 2022-2024 Thraax Session <spaceup@iatlas.technology>.
#
# SpaceUp-Server is free software; You can redistribute it and/or modify it under the terms of:
# - the GNU Affero General Public License version 3 as published by the Free Software Foundation.
@ -39,7 +39,7 @@
#
# Thanks, and we hope you enjoy using SpaceUp-Server and that it's everything you ever hoped it could be.
#
micronautVersion=4.1.6
kotlinVersion=1.9.20
micronautVersion=4.2.2
kotlinVersion=1.9.22
kotlin.code.style=official
kotlin.experimental.tryK2=true