From d5996a978dddb327ea35e20a1a1d4d55705a3e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:30:40 +0100 Subject: [PATCH] Bump jvm from 1.9.21 to 1.9.22 (#167) Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.21 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4ac687..829d10b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val pdfgencoreVersion = "1.1.0" plugins { id("application") - kotlin("jvm") version "1.9.21" + kotlin("jvm") version "1.9.22" id("com.diffplug.spotless") version "6.23.3" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.github.ben-manes.versions") version "0.50.0"