From 9737c5fdcf0001f987444bfd8b16876e25733ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 07:43:39 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: [com.google.dagger:dagger](https://github.com/google/dagger), [com.google.dagger:dagger-compiler](https://github.com/google/dagger) and [com.gradleup.shadow](https://github.com/GradleUp/shadow). Updates `com.google.dagger:dagger` from 2.59.2 to 2.60 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.59.2...dagger-2.60) Updates `com.google.dagger:dagger-compiler` from 2.59.2 to 2.60 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.59.2...dagger-2.60) Updates `com.gradleup.shadow` from 9.4.2 to 9.4.3 - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/9.4.2...9.4.3) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.google.dagger:dagger-compiler dependency-version: '2.60' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.gradleup.shadow dependency-version: 9.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... 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 ba44595..0c3e994 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { java application - id("com.gradleup.shadow") version "9.4.2" + id("com.gradleup.shadow") version "9.4.3" } group = "com.codeheadsystems.hofmann" @@ -28,8 +28,8 @@ dependencies { implementation("io.dropwizard:dropwizard-core:5.0.2") implementation("io.dropwizard:dropwizard-auth:5.0.2") implementation("io.dropwizard:dropwizard-assets:5.0.2") - implementation("com.google.dagger:dagger:2.59.2") - annotationProcessor("com.google.dagger:dagger-compiler:2.59.2") + implementation("com.google.dagger:dagger:2.60") + annotationProcessor("com.google.dagger:dagger-compiler:2.60") // Database implementation("com.h2database:h2:2.4.240")