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 8, 2024
1 parent 002dee6 commit 4dc8dbf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
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
32 changes: 16 additions & 16 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 @@ -78,8 +78,8 @@
<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>
<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.0</version>
</dependency>
<dependency>
<groupId>org.checkerframework</groupId>
Expand Down Expand Up @@ -168,12 +168,12 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
Expand All @@ -183,7 +183,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand All @@ -208,7 +208,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.54.1</version>
<version>2.55.0</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down Expand Up @@ -323,7 +323,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.1</version>
<version>5.11.2</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.2</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.11.1</version>
<version>1.11.2</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.2</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/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.6.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.6.RELEASE</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 4dc8dbf

Please sign in to comment.