From 85b9ac9b4762cade3d57c1b626256ead1cdac107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 02:36:56 +0000 Subject: [PATCH] Bump the build-dependencies group with 8 updates Bumps the build-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [org.apache.groovy:groovy-jsr223](https://github.com/apache/groovy) | `4.0.26` | `4.0.27` | | [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.4.1` | `3.5.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.5.0` | `3.5.1` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.44.4` | `2.44.5` | | [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.21.0` | `1.21.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.6` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.24.0` | `10.25.0` | | com.gradle:develocity-maven-extension | `2.0` | `2.0.1` | Updates `org.apache.groovy:groovy-jsr223` from 4.0.26 to 4.0.27 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.0...3.5.1) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.4 to 2.44.5 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.44.4...maven/2.44.5) Updates `org.testcontainers:testcontainers-bom` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.1) Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.6 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.5...REL42.7.6) Updates `com.puppycrawl.tools:checkstyle` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.24.0...checkstyle-10.25.0) Updates `com.gradle:develocity-maven-extension` from 2.0 to 2.0.1 --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-jsr223 dependency-version: 4.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-dependencies - dependency-name: com.gradle:develocity-maven-extension dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-dependencies ... Signed-off-by: dependabot[bot] --- .mvn/extensions.xml | 2 +- build/parents/build/pom.xml | 4 ++-- pom.xml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 08e4eb3ef8e..842180a5cd0 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,7 +2,7 @@ com.gradle develocity-maven-extension - 2.0 + 2.0.1 com.gradle diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 55cd16b61f0..cc289761b6a 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -132,7 +132,7 @@ 1.10.0 6.0.0 - 1.21.0 + 1.21.1 3.0 5.18.0 @@ -161,7 +161,7 @@ 10.15.2.0 - 42.7.5 + 42.7.6 3.5.3 9.3.0 12.1.0.0 diff --git a/pom.xml b/pom.xml index 497ad3053c5..db87d03cc8f 100644 --- a/pom.xml +++ b/pom.xml @@ -266,7 +266,7 @@ ${maven.compiler.testRelease} - 3.4.1 + 3.5.0 3.1.4 3.5.0 3.9.0 @@ -281,7 +281,7 @@ 3.8.1 12.1.1 - 3.5.0 + 3.5.1 3.9 3.3.1 @@ -305,14 +305,14 @@ We want to keep patch updates for groovy enabled as those may contain compatibility with a more recent JDK versions. e.g. 4.0.13 won't work with JDK 23, while 4.0.26 is working just fine. --> - 4.0.26 - 10.24.0 + 4.0.27 + 10.25.0 2.18.0 3.3.2 1.0.0 0.9.0.M4 4.5.5 - 2.44.4 + 2.44.5 3.1.0