From 813b4490684b1c4348ab514ac7f287214a9fc145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 07:01:38 +0000 Subject: [PATCH] Bump the gradle-deps group with 5 updates Bumps the gradle-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.14.0` | `1.15.0` | | [org.apache.groovy:groovy](https://github.com/apache/groovy) | `5.0.2` | `5.0.3` | | [org.codelibs:jhighlight](https://github.com/codelibs/jhighlight) | `1.1.0` | `1.1.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.20.0` | `5.21.0` | | [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) | `25.3.0` | `25.4.0` | Updates `org.apache.commons:commons-text` from 1.14.0 to 1.15.0 - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.14.0...rel/commons-text-1.15.0) Updates `org.apache.groovy:groovy` from 5.0.2 to 5.0.3 - [Commits](https://github.com/apache/groovy/commits) Updates `org.codelibs:jhighlight` from 1.1.0 to 1.1.1 - [Commits](https://github.com/codelibs/jhighlight/compare/jhighlight-1.1.0...jhighlight-1.1.1) Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) Updates `cd.go.plugin:go-plugin-api` from 25.3.0 to 25.4.0 - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/25.3.0...25.4.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: org.apache.groovy:groovy dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.codelibs:jhighlight dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: cd.go.plugin:go-plugin-api dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies.gradle b/dependencies.gradle index 04a440d9..0bda181d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -26,21 +26,21 @@ final Map libraries = [ classgraph : 'io.github.classgraph:classgraph:4.8.184', commonsIO : 'commons-io:commons-io:2.21.0', commonsLang : 'org.apache.commons:commons-lang3:3.20.0', - commonsText : 'org.apache.commons:commons-text:1.14.0', + commonsText : 'org.apache.commons:commons-text:1.15.0', glassfishExpressly : 'org.glassfish.expressly:expressly:6.0.0', - groovy : 'org.apache.groovy:groovy:5.0.2', + groovy : 'org.apache.groovy:groovy:5.0.3', guava : 'com.google.guava:guava:33.5.0-jre', hibernateValidator : 'org.hibernate.validator:hibernate-validator:9.1.0.Final', jacksonBom : 'com.fasterxml.jackson:jackson-bom:2.20.1', jakartaValidationApi: 'jakarta.validation:jakarta.validation-api:3.1.1', jcommander : 'com.beust:jcommander:1.82', - jhighlight : 'org.codelibs:jhighlight:1.1.0', + jhighlight : 'org.codelibs:jhighlight:1.1.1', jsonFluent : 'net.javacrumbs.json-unit:json-unit-fluent:4.1.1', junitBom : 'org.junit:junit-bom:6.0.1', lombok : 'org.projectlombok:lombok:1.18.42', - mockito : 'org.mockito:mockito-core:5.20.0', + mockito : 'org.mockito:mockito-core:5.21.0', okio : 'com.squareup.okio:okio:1.17.6', - pluginApi : 'cd.go.plugin:go-plugin-api:25.3.0', + pluginApi : 'cd.go.plugin:go-plugin-api:25.4.0', reflections : 'org.reflections:reflections:0.10.2', retrofit : 'com.squareup.retrofit2:retrofit:3.0.0', slf4j : 'org.slf4j:slf4j-simple:2.0.17',