From 919707c7461602e5726e166ef98abf6a942440e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:50:36 +0000 Subject: [PATCH] Bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.32.0` | `2.33.0` | | org.ow2.asm:asm | `9.7` | `9.7.1` | | [com.google.jsinterop:jsinterop-annotations](https://github.com/google/jsinterop-annotations) | `2.0.0` | `2.1.0` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.0` | `3.10.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.1` | Updates `com.google.errorprone:error_prone_annotations` from 2.32.0 to 2.33.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](https://github.com/google/error-prone/compare/v2.32.0...v2.33.0) Updates `org.ow2.asm:asm` from 9.7 to 9.7.1 Updates `com.google.jsinterop:jsinterop-annotations` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/google/jsinterop-annotations/releases) - [Commits](https://github.com/google/jsinterop-annotations/compare/2.0.0...2.1.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.0 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.10.0...maven-javadoc-plugin-3.10.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.ow2.asm:asm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.google.jsinterop:jsinterop-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2b3acf7fe..fd820368b 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,7 @@ com.google.errorprone error_prone_annotations - 2.32.0 + 2.33.0 com.google.protobuf @@ -123,12 +123,12 @@ org.ow2.asm asm - 9.7 + 9.7.1 com.google.jsinterop jsinterop-annotations - 2.0.0 + 2.1.0 @@ -228,7 +228,7 @@ maven-javadoc-plugin - 3.10.0 + 3.10.1 -Xdoclint:-html ${conditionalJavadoc9PlusOptions} @@ -300,7 +300,7 @@ maven-surefire-plugin - 3.5.0 + 3.5.1 maven-enforcer-plugin