Skip to content

Commit

Permalink
deps: Update dependencies related to netty and r2dbc (#1430)
Browse files Browse the repository at this point in the history
* deps: Update netty monorepo to v4.1.96.Final

* deps: Update native-image.version to v0.9.24

* deps: Update dependency io.projectreactor:reactor-core to v3.5.9

* deps: Update dependency io.projectreactor.netty:reactor-netty to v1.1.10

* deps: Update dependency org.postgresql:r2dbc-postgresql to v1.0.2.RELEASE

* deps: Update dependency io.r2dbc:r2dbc-pool to v1.0.1.RELEASE

* deps: Update dependency io.r2dbc:r2dbc-mssql to v1.0.2.RELEASE

* wip: Attempt to use junit5 to avoid graalvm class pruning error.

* chore: remove unused dependency

---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
Co-authored-by: Tatiane Tosta <ttosta@google.com>
Co-authored-by: Tatiane Tosta <91583351+ttosta-google@users.noreply.github.com>
  • Loading branch information
4 people committed Sep 12, 2023
1 parent 8a5ed93 commit c72da09
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 37 deletions.
26 changes: 16 additions & 10 deletions jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
limitations under the License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -32,8 +33,10 @@

<name>Cloud SQL MySQL Socket Factory (for Connector/J 8.x)</name>
<description>
Socket factory for the MySQL JDBC driver (version 8.x) that allows a user with the appropriate
permissions to connect to a Cloud SQL database without having to deal with IP allowlisting or
Socket factory for the MySQL JDBC driver (version 8.x) that allows a user
with the appropriate
permissions to connect to a Cloud SQL database without having to deal with
IP allowlisting or
SSL certificates manually.
</description>

Expand Down Expand Up @@ -118,6 +121,14 @@
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand All @@ -137,12 +148,7 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
16 changes: 8 additions & 8 deletions r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,42 +49,42 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.1.1</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
16 changes: 8 additions & 8 deletions r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,42 +55,42 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.1.1</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
20 changes: 10 additions & 10 deletions r2dbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,42 +50,42 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.1.1</version>
<version>1.1.10</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.94.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>4.1.84.Final</version>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-mssql</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.2.RELEASE</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -260,7 +260,7 @@
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-mssql</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.2.RELEASE</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit c72da09

Please sign in to comment.