Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile and build.gradle.kts
- Update the base image in Dockerfile to `bellsoft/liberica-openjre-alpine:17.0.9`. - Update the version of Kotlin JVM plugin in build.gradle.kts to `1.9.20`. - Update the version of Kotlin serialization plugin in build.gradle.kts to `1.9.20`. - Update the version of undertow-core dependency to `2.3.10.Final` in build.gradle.kts. - Update the version of micrometer-registry-prometheus dependency to `1.11.5` in build.gradle.kts. - Update the version of kotlinx-serialization-json dependency to `1.6.0` in build.gradle.kts. - Update the version of kotlinx-html-jvm dependency to `0.9.1` in build.gradle.kts. - Update the version of junit-jupiter dependency to `5.10.1` in build.gradle.kts. - Set the Kotlin language version to `2.0` for all source sets in build.gradle.kts.
- Loading branch information