Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group across 2 directories with…
Browse files Browse the repository at this point in the history
… 17 updates

Bumps the minor-and-patch group with 15 updates in the /server/java directory:

| Package | From | To |
| --- | --- | --- |
| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.103.Final` | `4.1.115.Final` |
| [io.netty:netty-codec-http2](https://github.com/netty/netty) | `4.1.103.Final` | `4.1.115.Final` |
| [io.netty:netty-handler-proxy](https://github.com/netty/netty) | `4.1.103.Final` | `4.1.115.Final` |
| [io.netty:netty-transport-native-unix-common](https://github.com/netty/netty) | `4.1.103.Final` | `4.1.115.Final` |
| [info.picocli:picocli](https://github.com/remkop/picocli) | `4.7.5` | `4.7.6` |
| org.apache.commons:commons-lang3 | `3.14.0` | `3.17.0` |
| org.slf4j:slf4j-api | `2.0.9` | `2.0.16` |
| org.slf4j:slf4j-simple | `2.0.9` | `2.0.16` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.9.3` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.9.3` | `5.11.3` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.3.1` | `5.14.2` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.10.1` | `3.13.0` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.2.2` | `3.6.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.0.0` | `3.5.2` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.10` | `0.8.12` |

Bumps the minor-and-patch group with 5 updates in the /tests/cross-language/java directory:

| Package | From | To |
| --- | --- | --- |
| [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j) | `8.0.28` | `8.0.30` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.1.0` | `5.11.3` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.7.0` | `3.13.0` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.0.0` | `3.6.0` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.0.1` | `3.3.1` |



Updates `io.netty:netty-all` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `io.netty:netty-codec-http2` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `io.netty:netty-handler-proxy` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `io.netty:netty-transport-native-unix-common` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `io.netty:netty-codec-http2` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `io.netty:netty-handler-proxy` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `io.netty:netty-transport-native-unix-common` from 4.1.103.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.103.Final...netty-4.1.115.Final)

Updates `info.picocli:picocli` from 4.7.5 to 4.7.6
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](remkop/picocli@v4.7.5...v4.7.6)

Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.17.0

Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.16

Updates `org.slf4j:slf4j-simple` from 2.0.9 to 2.0.16

Updates `org.slf4j:slf4j-simple` from 2.0.9 to 2.0.16

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.3 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.11.3)

Updates `org.mockito:mockito-core` from 5.3.1 to 5.14.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.3.1...v5.14.2)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.10.1 to 3.13.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.13.0)

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.2.2 to 3.6.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.6.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.0.0 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.5.2)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.12
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.10...v0.8.12)

Updates `mysql:mysql-connector-java` from 8.0.28 to 8.0.30
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.28...8.0.30)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.1.0 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.11.3)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.7.0 to 3.13.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.13.0)

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.0.0 to 3.6.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.6.0)

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.0.1 to 3.3.1
- [Release notes](https://github.com/apache/maven-source-plugin/releases)
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.0.1...maven-source-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-codec-http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-handler-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-transport-native-unix-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-codec-http2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-handler-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.netty:netty-transport-native-unix-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: info.picocli:picocli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 23, 2024
1 parent fc16180 commit 0f7d3b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions server/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.jupiter.version>5.9.3</junit.jupiter.version>
<junit.jupiter.api.version>5.9.3</junit.jupiter.api.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<junit.jupiter.api.version>5.11.3</junit.jupiter.api.version>
<io.grpc.version>1.68.1</io.grpc.version>
<protobuf.version>3.25.5</protobuf.version>
<appencryption.version>0.3.1</appencryption.version>
<info.picocli.version>4.7.5</info.picocli.version>
<info.picocli.version>4.7.6</info.picocli.version>
<gson.version>2.11.0</gson.version>
<json.version>20231013</json.version>
<hikaricp.version>6.2.1</hikaricp.version>
<io.netty.version>4.1.103.Final</io.netty.version>
<commons.lang3.version>3.14.0</commons.lang3.version>
<slf4j.version>2.0.9</slf4j.version>
<jacoco.version>0.8.10</jacoco.version>
<io.netty.version>4.1.115.Final</io.netty.version>
<commons.lang3.version>3.17.0</commons.lang3.version>
<slf4j.version>2.0.16</slf4j.version>
<jacoco.version>0.8.12</jacoco.version>
<checkstyle.config>${project.basedir}/checkstyle.xml</checkstyle.config>
<suppressions.config>${project.basedir}/suppressions.xml</suppressions.config>
</properties>
Expand Down Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.3.1</version>
<version>5.14.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -215,7 +215,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>8</source>
<target>8</target>
Expand All @@ -224,7 +224,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.2</version>
<version>3.6.0</version>
<executions>
<execution>
<id>validate</id>
Expand All @@ -246,7 +246,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.5.2</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
Expand Down
10 changes: 5 additions & 5 deletions tests/cross-language/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cucumber.version>5.4.0</cucumber.version>
<junit.jupiter.version>5.1.0</junit.jupiter.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<hikaricp.version>6.2.1</hikaricp.version>
<mysql.connector.version>8.0.28</mysql.connector.version>
<mysql.connector.version>8.0.30</mysql.connector.version>
<checkstyle.config>${project.basedir}/checkstyle.xml</checkstyle.config>
</properties>

Expand All @@ -41,7 +41,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>validate</id>
Expand All @@ -62,7 +62,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.13.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand All @@ -71,7 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 0f7d3b2

Please sign in to comment.