From bc9f562360788eada9267b5da761fc2c660ab97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:38:37 +0000 Subject: [PATCH] Bump org.codehaus.mojo:animal-sniffer from 1.23 to 1.24 Bumps [org.codehaus.mojo:animal-sniffer](https://github.com/mojohaus/animal-sniffer) from 1.23 to 1.24. - [Release notes](https://github.com/mojohaus/animal-sniffer/releases) - [Commits](https://github.com/mojohaus/animal-sniffer/compare/1.23...animal-sniffer-1.24) --- updated-dependencies: - dependency-name: org.codehaus.mojo:animal-sniffer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 773e0fd..724a0c2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ wrapper { repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() } dependencies { - implementation "org.codehaus.mojo:animal-sniffer:1.23" + implementation "org.codehaus.mojo:animal-sniffer:1.24" testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') { exclude group: 'org.codehaus.groovy'