From e4397f2e4cd93e97d0a787e69e93c31b6b92ea58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:10:18 +0000 Subject: [PATCH] Bump the junit group with 2 updates Bumps the junit group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.junit.platform:junit-platform-launcher` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- client-groovy4/build.gradle.kts | 2 +- client/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bfa65dbd..14076486 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ val dependencyVersions = listOf( "org.apache.groovy:groovy:4.0.23", "org.apache.groovy:groovy-json:4.0.23", "org.jetbrains:annotations:25.0.0", - "org.junit:junit-bom:5.11.0", + "org.junit:junit-bom:5.11.1", ) val dependencyVersionsByGroup = mapOf() diff --git a/client-groovy4/build.gradle.kts b/client-groovy4/build.gradle.kts index a7131d87..49bff236 100644 --- a/client-groovy4/build.gradle.kts +++ b/client-groovy4/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.11.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3") testRuntimeOnly("org.objenesis:objenesis:3.4") diff --git a/client/build.gradle.kts b/client/build.gradle.kts index d9bfd9a6..b0164afa 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -122,7 +122,7 @@ dependencies { testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)") - testImplementation("org.junit.platform:junit-platform-launcher:1.11.0") + testImplementation("org.junit.platform:junit-platform-launcher:1.11.1") testImplementation("org.spockframework:spock-core:2.3-groovy-3.0") testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3") testRuntimeOnly("org.objenesis:objenesis:3.4")