From 6cbf213110f1d484c185d267f78c16cd3f6a10db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:42:05 +0000 Subject: [PATCH] Bump the all-deps group with 4 updates Bumps the all-deps group with 4 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5), [jvm](https://github.com/JetBrains/kotlin) and [plugin.serialization](https://github.com/JetBrains/kotlin). Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) Updates `jvm` from 1.9.10 to 1.9.20 - [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.10...v1.9.20) Updates `plugin.serialization` from 1.9.10 to 1.9.20 - [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.10...v1.9.20) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 48cbdac..9140cc3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL val ktorVersion = "2.3.5" val logbackVersion = "1.4.11" val logstashEncoderVersion = "7.4" -val junitJupiterVersion = "5.10.0" +val junitJupiterVersion = "5.10.1" val kamlVersion = "0.55.0" val micrometerVersion = "1.11.5" @@ -15,8 +15,8 @@ group = "io.nais" version = "generatedlater" plugins { - kotlin("jvm") version "1.9.10" - kotlin("plugin.serialization") version "1.9.10" + kotlin("jvm") version "1.9.20" + kotlin("plugin.serialization") version "1.9.20" id("com.github.johnrengelman.shadow") version "8.1.1" id("com.github.ben-manes.versions") version "0.49.0" id("org.cyclonedx.bom") version "1.8.0"