Skip to content

Commit

Permalink
deps: Update Non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2024
1 parent 00e0b1a commit a1459b3
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-enxio</artifactId>
<version>0.32.17</version>
<version>0.32.18</version>
</dependency>

<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.22</version>
<version>0.38.23</version>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jdbc/mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
6 changes: 3 additions & 3 deletions jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand Down
46 changes: 23 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
</parent>

<name>Cloud SQL JDBC Socket Factory</name>
Expand Down Expand Up @@ -77,9 +77,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<javac.version>9+181-r4173-1</javac.version>
<graal-sdk.version>24.1.0</graal-sdk.version>
<netty.version>4.1.113.Final</netty.version>
<ow2-asm.version>9.7</ow2-asm.version>
<graal-sdk.version>24.1.1</graal-sdk.version>
<netty.version>4.1.114.Final</netty.version>
<ow2-asm.version>9.7.1</ow2-asm.version>
<assembly.skipAssembly>true</assembly.skipAssembly>
</properties>

Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.47.0</version>
<version>3.48.1</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand All @@ -148,7 +148,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-sqladmin</artifactId>
<version>v1beta4-rev20240925-2.0.0</version>
<version>v1beta4-rev20241011-2.0.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand All @@ -168,12 +168,12 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>1.27.0</version>
<version>1.29.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.27.0</version>
<version>1.29.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand All @@ -183,17 +183,17 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.32.0</version>
<version>2.34.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.16</version>
<version>2.2.17</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.38.22</version>
<version>0.38.23</version>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand All @@ -208,7 +208,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.54.1</version>
<version>2.56.0</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand All @@ -223,12 +223,12 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.6.10</version>
<version>3.6.11</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>1.1.22</version>
<version>1.1.23</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down Expand Up @@ -317,13 +317,13 @@
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-pool</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -452,7 +452,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<reportNameSuffix>sponge_log</reportNameSuffix>
<trimStackTrace>false</trimStackTrace>
Expand Down Expand Up @@ -619,7 +619,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand Down Expand Up @@ -718,12 +718,12 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.11.1</version>
<version>1.11.3</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.11.1</version>
<version>1.11.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -733,7 +733,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -833,7 +833,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<source>8</source>
<sourcepath>src/main/java</sourcepath>
Expand Down Expand Up @@ -933,7 +933,7 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<phase>integration-test</phase>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.mariadb</groupId>
<artifactId>r2dbc-mariadb</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.mariadb</groupId>
<artifactId>r2dbc-mariadb</artifactId>
<version>1.2.2</version>
<version>1.3.0</version>
</dependency>
</dependencies>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>1.0.5.RELEASE</version>
<version>1.0.7.RELEASE</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>r2dbc-postgresql</artifactId>
<version>1.0.5.RELEASE</version>
<version>1.0.7.RELEASE</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit a1459b3

Please sign in to comment.