From 855ce46eaf9c2dd64e56afa756d14b248fa28fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:44:47 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [com.codeheadsystems:hofmann-dropwizard](https://github.com/codeheadsystems/hofmann-elimination), [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) and [gradle-wrapper](https://github.com/gradle/gradle). Updates `com.codeheadsystems:hofmann-dropwizard` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/codeheadsystems/hofmann-elimination/releases) - [Changelog](https://github.com/codeheadsystems/hofmann-elimination/blob/main/CHANGELOG.md) - [Commits](https://github.com/codeheadsystems/hofmann-elimination/compare/v2.0.0...v2.1.0) Updates `org.junit.jupiter:junit-jupiter` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) Updates `gradle-wrapper` from 9.6.0 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: com.codeheadsystems:hofmann-dropwizard dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0c3e994..d5e7e61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ application { } dependencies { - implementation("com.codeheadsystems:hofmann-dropwizard:2.0.0") + implementation("com.codeheadsystems:hofmann-dropwizard:2.1.0") implementation("io.dropwizard:dropwizard-core:5.0.2") implementation("io.dropwizard:dropwizard-auth:5.0.2") implementation("io.dropwizard:dropwizard-assets:5.0.2") @@ -36,7 +36,7 @@ dependencies { implementation("org.jdbi:jdbi3-core:3.53.0") implementation("com.zaxxer:HikariCP:7.1.0") - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") testImplementation("org.assertj:assertj-core:3.27.7") testRuntimeOnly("org.junit.platform:junit-platform-launcher") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7d6b567..3286309 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ jackson = '2.22.0' jackson-annotations = '2.22' tools-jackson = '3.2.0' jakarta-rs-api = '4.0.0' -junit-jupiter = "6.1.0" +junit-jupiter = "6.1.1" mockito = '5.23.0' slf4j = '2.0.18' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index eb84db6..a9db115 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500