From 27c585740f7c711261d6fee897d54d8d4682aaf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:52:22 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: org.flywaydb:flyway-database-postgresql and [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP). Updates `org.flywaydb:flyway-database-postgresql` from 10.21.0 to 11.0.0 Updates `com.zaxxer:HikariCP` from 6.2.0 to 6.2.1 - [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES) - [Commits](https://github.com/brettwooldridge/HikariCP/compare/HikariCP-6.2.0...HikariCP-6.2.1) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: com.zaxxer:HikariCP dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... 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 e386e69..9c26c4c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] coroutines = "1.9.0" -flyway = "10.21.0" -hikari = "6.2.0" +flyway = "11.0.0" +hikari = "6.2.1" jooq = "3.19.15" jsoup = "1.18.1" junit = "5.11.3"