From 96a2d3f28b3b47bf86c42ea6836e3a875712be7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:11:37 +0000 Subject: [PATCH 1/5] [10.0.x] Bump the integration-deps group across 1 directory with 4 updates Bumps the integration-deps group with 4 updates in the / directory: [org.wildfly.security:wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron), [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore), [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) and [org.eclipse.platform:org.eclipse.osgi.services](https://github.com/eclipse-equinox/equinox). Updates `org.wildfly.security:wildfly-elytron` from 2.4.1.Final to 2.4.2.Final - [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/2.4.1.Final...2.4.2.Final) Updates `com.google.cloud:google-cloud-datastore` from 2.19.1 to 2.20.1 - [Release notes](https://github.com/googleapis/java-datastore/releases) - [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-datastore/compare/v2.19.1...v2.20.1) Updates `org.eclipse.platform:org.eclipse.osgi` from 3.19.0 to 3.20.0 - [Commits](https://github.com/eclipse-equinox/equinox/commits) Updates `org.eclipse.platform:org.eclipse.osgi.services` from 3.12.0 to 3.12.100 - [Commits](https://github.com/eclipse-equinox/equinox/commits) --- updated-dependencies: - dependency-name: org.wildfly.security:wildfly-elytron dependency-type: direct:production update-type: version-update:semver-patch dependency-group: integration-deps - dependency-name: com.google.cloud:google-cloud-datastore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: integration-deps - dependency-name: org.eclipse.platform:org.eclipse.osgi dependency-type: direct:development update-type: version-update:semver-minor dependency-group: integration-deps - dependency-name: org.eclipse.platform:org.eclipse.osgi.services dependency-type: direct:development update-type: version-update:semver-patch dependency-group: integration-deps ... Signed-off-by: dependabot[bot] --- jetty-gcloud/pom.xml | 2 +- jetty-osgi/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index e74575cb1f97..50ad357ba269 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -17,7 +17,7 @@ - 2.19.1 + 2.20.1 diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml index ae55e8dccc19..f7ae6022559e 100644 --- a/jetty-osgi/pom.xml +++ b/jetty-osgi/pom.xml @@ -32,7 +32,7 @@ 1.6.1 1.5.1 1.4.1 - 3.12.0 + 3.12.100 1.2.0 1.0.2 1.0.1 @@ -40,7 +40,7 @@ 1.5.4 3.7.300 1.0.2 - 3.19.0 + 3.20.0 diff --git a/pom.xml b/pom.xml index 39a13b6f2a7a..ca6bee2fe3a7 100644 --- a/pom.xml +++ b/pom.xml @@ -348,7 +348,7 @@ 2.16.2 3.1.9.Final 1.7.0.Final - 2.4.1.Final + 2.4.2.Final 2.4.8 From 7e9b387c934d54f0259bd874eb9f79e2d930e707 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 12 Jun 2024 16:38:50 -0500 Subject: [PATCH 2/5] Bump google.errorprone from 2.27.0 to 2.28.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca6bee2fe3a7..e595b05b02f6 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ 7.0.5 3.0.2 1.6.0 - 2.27.0 + 2.28.0 4.0.6 1.63.0 2.10.1 From e0c390aa7cc0c8843a92f895d36f823a779db4a3 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 12 Jun 2024 16:39:31 -0500 Subject: [PATCH 3/5] Bump jackson 2.17.0 to 2.17.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e595b05b02f6..db0ee7135c64 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,7 @@ 11.0.19.Final false false - 2.17.0 + 2.17.1 0.8.12 1.2.2 1.3.5 From 6e6f0a259903565906975617de9d9eeda9f8a146 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 12 Jun 2024 16:42:28 -0500 Subject: [PATCH 4/5] Bump gson 2.10.1 to 2.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db0ee7135c64..bad47aee4d2c 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,7 @@ 2.28.0 4.0.6 1.63.0 - 2.10.1 + 2.11.0 33.1.0-jre 5.1.0 1.0.10 From d64389de22f8a089402abdfac44bdf8876f4da08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:34:12 +0000 Subject: [PATCH 5/5] [10.0.x] Bump the dev-dependencies group across 1 directory with 12 updates Bumps the dev-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.google.guava:guava](https://github.com/google/guava) | `33.1.0-jre` | `33.2.1-jre` | | [io.grpc:grpc-core](https://github.com/grpc/grpc-java) | `1.63.0` | `1.64.0` | | io.hawt:hawtio-default | `3.0.1` | `3.0.2` | | org.apache.commons:commons-compress | `1.26.1` | `1.26.2` | | [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) | `4.0.3` | `4.0.4` | | [org.jboss.logging:jboss-logging](https://github.com/jboss-logging/jboss-logging) | `3.5.3.Final` | `3.6.0.Final` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.3.3` | `3.4.0` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.16.0` | `10.17.0` | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.6.1` | `3.7.0` | | [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.3.1` | `3.4.0` | | [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `5.3.6` | `5.3.7` | | [org.eclipse.tycho:tycho-p2-repository-plugin](https://github.com/eclipse-tycho/tycho) | `4.0.7` | `4.0.8` | Updates `com.google.guava:guava` from 33.1.0-jre to 33.2.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `io.grpc:grpc-core` from 1.63.0 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.63.0...v1.64.0) Updates `io.hawt:hawtio-default` from 3.0.1 to 3.0.2 Updates `org.apache.commons:commons-compress` from 1.26.1 to 1.26.2 Updates `org.codehaus.plexus:plexus-xml` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases) - [Commits](https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.3...plexus-xml-4.0.4) Updates `org.jboss.logging:jboss-logging` from 3.5.3.Final to 3.6.0.Final - [Release notes](https://github.com/jboss-logging/jboss-logging/releases) - [Commits](https://github.com/jboss-logging/jboss-logging/compare/3.5.3.Final...3.6.0.Final) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.3.3 to 3.4.0 - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.3...3.4.0) Updates `com.puppycrawl.tools:checkstyle` from 10.16.0 to 10.17.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.0) Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.7.0) Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.1 to 3.4.0 - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0) Updates `com.hazelcast:hazelcast` from 5.3.6 to 5.3.7 - [Release notes](https://github.com/hazelcast/hazelcast/releases) - [Commits](https://github.com/hazelcast/hazelcast/compare/v5.3.6...v5.3.7) Updates `org.eclipse.tycho:tycho-p2-repository-plugin` from 4.0.7 to 4.0.8 - [Release notes](https://github.com/eclipse-tycho/tycho/releases) - [Changelog](https://github.com/eclipse-tycho/tycho/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/eclipse-tycho/tycho/compare/tycho-4.0.7...tycho-4.0.8) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: io.grpc:grpc-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: io.hawt:hawtio-default dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.codehaus.plexus:plexus-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.jboss.logging:jboss-logging dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.hazelcast:hazelcast dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- jetty-p2/pom.xml | 2 +- pom.xml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/jetty-p2/pom.xml b/jetty-p2/pom.xml index fee6e87120c3..bd1bf5c32e27 100644 --- a/jetty-p2/pom.xml +++ b/jetty-p2/pom.xml @@ -11,7 +11,7 @@ Jetty :: P2 Generates a (maven based) P2 Updatesite - 4.0.7 + 4.0.8