From 35272ba8cd4103f751c4bfe592052045aae8c80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:05:42 +0000 Subject: [PATCH] Bump the java group across 1 directory with 17 updates Bumps the java group with 17 updates in the /java directory: | Package | From | To | | --- | --- | --- | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.1` | `3.26.3` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.12.1` | `3.13.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.3` | `3.5.1` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.10.1` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.3.1` | | [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.16.2` | `2.17.1` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.7` | | commons-validator:commons-validator | `1.8.0` | `1.9.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.1` | `4.28.2` | | com.google.protobuf:protobuf-java-util | `3.25.1` | `4.28.2` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.11` | `0.8.12` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.1` | `3.6.0` | | [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.60.1` | `1.68.0` | | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java) | `2.30.0` | `2.46.0` | | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.1` | `3.4.1` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.5.0` | `3.6.0` | Updates `org.assertj:assertj-core` from 3.25.1 to 3.26.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.26.3) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.5.1) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to 3.10.1 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.10.1) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.1.1 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.1) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.2 to 2.17.1 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.16.2...2.17.1) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.7 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.7) Updates `commons-validator:commons-validator` from 1.8.0 to 1.9.0 Updates `com.google.protobuf:protobuf-java` from 3.25.1 to 4.28.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 3.25.1 to 4.28.2 Updates `com.google.protobuf:protobuf-java-util` from 3.25.1 to 4.28.2 Updates `org.jacoco:jacoco-maven-plugin` from 0.8.11 to 0.8.12 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.1...maven-shade-plugin-3.6.0) Updates `io.grpc:grpc-bom` from 1.60.1 to 1.68.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.60.1...v1.68.0) Updates `com.google.api.grpc:proto-google-common-protos` from 2.30.0 to 2.46.0 - [Release notes](https://github.com/googleapis/sdk-platform-java/releases) - [Changelog](https://github.com/googleapis/sdk-platform-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/sdk-platform-java/compare/v2.30.0...v2.46.0) Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.1 to 3.4.1 - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.4.1) Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.5.0...3.6.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: commons-validator:commons-validator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: com.google.api.grpc:proto-google-common-protos dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- java/pgv-artifacts/pom.xml | 4 ++-- java/pgv-java-grpc/pom.xml | 2 +- java/pgv-java-stub/pom.xml | 2 +- java/pgv-java-validation/pom.xml | 4 ++-- java/pgv-test-coverage-report/pom.xml | 2 +- java/pom.xml | 24 ++++++++++++------------ 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/java/pgv-artifacts/pom.xml b/java/pgv-artifacts/pom.xml index b6b8c541c..23c5b1ce8 100644 --- a/java/pgv-artifacts/pom.xml +++ b/java/pgv-artifacts/pom.xml @@ -17,7 +17,7 @@ org.codehaus.mojo exec-maven-plugin - 3.1.1 + 3.4.1 osx-x86_64 @@ -165,7 +165,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.6.0 attach-artifacts diff --git a/java/pgv-java-grpc/pom.xml b/java/pgv-java-grpc/pom.xml index 73c5ceb09..3de173c43 100644 --- a/java/pgv-java-grpc/pom.xml +++ b/java/pgv-java-grpc/pom.xml @@ -109,7 +109,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/java/pgv-java-stub/pom.xml b/java/pgv-java-stub/pom.xml index f4de7d2de..e36f462d6 100644 --- a/java/pgv-java-stub/pom.xml +++ b/java/pgv-java-stub/pom.xml @@ -113,7 +113,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/java/pgv-java-validation/pom.xml b/java/pgv-java-validation/pom.xml index e4104e967..dc9745474 100644 --- a/java/pgv-java-validation/pom.xml +++ b/java/pgv-java-validation/pom.xml @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.1 + 3.6.0 package @@ -116,7 +116,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/java/pgv-test-coverage-report/pom.xml b/java/pgv-test-coverage-report/pom.xml index 711871e17..244a895ce 100644 --- a/java/pgv-test-coverage-report/pom.xml +++ b/java/pgv-test-coverage-report/pom.xml @@ -38,7 +38,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 diff --git a/java/pom.xml b/java/pom.xml index c1b94e8d7..77e7a6b9e 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -39,17 +39,17 @@ UTF-8 3.22.2 - 3.25.1 + 4.28.2 0.6.1 1.7 - 1.8.0 - 1.60.1 + 1.9.0 + 1.68.0 4.13.2 - 3.25.1 + 3.26.3 8 1.8 - 2.30.0 + 2.46.0 @@ -72,7 +72,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 ${java.release} ${java.version} @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.3 + 3.5.1 false @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.10.1 false true @@ -115,7 +115,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -136,7 +136,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.1 true v@{project.version}-java @@ -151,7 +151,7 @@ org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.17.1 @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.7 sign-artifacts