From 19d15bec4ec50b02e96ff8e80d822fb414b5c46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:13:44 +0000 Subject: [PATCH] Bump com.eatthepath:pushy from 0.15.3 to 0.15.4 Bumps [com.eatthepath:pushy](https://github.com/jchambers/pushy) from 0.15.3 to 0.15.4. - [Release notes](https://github.com/jchambers/pushy/releases) - [Commits](https://github.com/jchambers/pushy/compare/pushy-0.15.3...pushy-0.15.4) --- updated-dependencies: - dependency-name: com.eatthepath:pushy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4ec7087..45f4d1b7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ # https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format [versions] -com-eatthepath-pushy = "0.15.3" +com-eatthepath-pushy = "0.15.4" com-fasterxml-jackson-core-jackson-databind = "2.17.0" com-fasterxml-jackson-datatype-jackson-datatype-jsr310 = "2.17.0" com-google-guava-guava = "33.1.0-jre"