From c14012d11c9bf8cdf9d099f2cd877701ea37b88b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:06:02 +0000 Subject: [PATCH] Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [com.codeheadsystems:hofmann-dropwizard](https://github.com/codeheadsystems/hofmann-elimination), [com.codeheadsystems:hofmann-client](https://github.com/codeheadsystems/hofmann-elimination), org.flywaydb:flyway-core and org.flywaydb:flyway-database-postgresql. Updates `com.codeheadsystems:hofmann-dropwizard` from 1.3.2 to 1.4.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/v1.3.2...v1.4.0) Updates `com.codeheadsystems:hofmann-client` from 1.3.2 to 1.4.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/v1.3.2...v1.4.0) Updates `com.codeheadsystems:hofmann-client` from 1.3.2 to 1.4.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/v1.3.2...v1.4.0) Updates `org.flywaydb:flyway-core` from 12.4.0 to 12.5.0 Updates `org.flywaydb:flyway-database-postgresql` from 12.4.0 to 12.5.0 Updates `org.flywaydb:flyway-database-postgresql` from 12.4.0 to 12.5.0 --- updated-dependencies: - dependency-name: com.codeheadsystems:hofmann-dropwizard dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.codeheadsystems:hofmann-client dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.codeheadsystems:hofmann-client dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.flywaydb:flyway-core dependency-version: 12.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-version: 12.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-version: 12.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a8e4101..ecee07f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,8 +9,8 @@ bouncycastle = "1.84" caffeine = "3.2.3" dagger = "2.59.2" dropwizard = "5.0.1" -flyway = "12.4.0" -hofmann = "1.3.2" +flyway = "12.5.0" +hofmann = "1.4.0" jdbi3 = "3.52.1" # Jetty: pinned >= 12.1.6 to override the 12.1.5 pulled by Dropwizard 5.0.1. # Applied via the jetty-bom + jetty-ee10-bom platforms in server/build.gradle.kts.