Skip to content

Commit

Permalink
build(deps): bump the maven group in /parent-all with 5 updates
Browse files Browse the repository at this point in the history
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](google/gson@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](apache/thrift@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent aa32d4c commit 160b4f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions parent-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License.

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jettyVersion>9.4.36.v20210114</jettyVersion>
<jettyVersion>9.4.51.v20230217</jettyVersion>
</properties>

<!-- Dependency versions -->
Expand Down Expand Up @@ -123,7 +123,7 @@ limitations under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -133,13 +133,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.26.0</version>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -171,7 +171,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.13.0</version>
<version>0.14.0</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 160b4f0

Please sign in to comment.