From 160b4f0b96cc174881d8932365a7db890b3d57c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:01:00 +0000 Subject: [PATCH] build(deps): bump the maven group in /parent-all with 5 updates Bumps the maven group in /parent-all with 5 updates: | Package | From | To | | --- | --- | --- | | org.eclipse.jetty:jetty-server | `9.4.36.v20210114` | `9.4.51.v20230217` | | commons-io:commons-io | `2.11.0` | `2.14.0` | | org.apache.commons:commons-compress | `1.21` | `1.26.0` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.6` | `2.8.9` | | [org.apache.thrift:libthrift](https://github.com/apache/thrift) | `0.13.0` | `0.14.0` | Updates `org.eclipse.jetty:jetty-server` from 9.4.36.v20210114 to 9.4.51.v20230217 Updates `commons-io:commons-io` from 2.11.0 to 2.14.0 Updates `org.apache.commons:commons-compress` from 1.21 to 1.26.0 Updates `com.google.code.gson:gson` from 2.8.6 to 2.8.9 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.9) Updates `org.apache.thrift:libthrift` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](https://github.com/apache/thrift/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production dependency-group: maven - dependency-name: commons-io:commons-io dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.commons:commons-compress dependency-type: direct:production dependency-group: maven - dependency-name: com.google.code.gson:gson dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.thrift:libthrift dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- parent-all/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/parent-all/pom.xml b/parent-all/pom.xml index 2add2f9fb..41e7c44ad 100644 --- a/parent-all/pom.xml +++ b/parent-all/pom.xml @@ -42,7 +42,7 @@ limitations under the License. 1.8 1.8 - 9.4.36.v20210114 + 9.4.51.v20230217 @@ -123,7 +123,7 @@ limitations under the License. commons-io commons-io - 2.11.0 + 2.14.0 org.apache.commons @@ -133,13 +133,13 @@ limitations under the License. org.apache.commons commons-compress - 1.21 + 1.26.0 com.google.code.gson gson - 2.8.6 + 2.8.9 @@ -171,7 +171,7 @@ limitations under the License. org.apache.thrift libthrift - 0.13.0 + 0.14.0 slf4j-api