Skip to content

Commit 6332b4f

Browse files
committed
Update all non-major dependencies
1 parent 3269b62 commit 6332b4f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

applications/proberapp_jakarta/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@
118118
<dependency>
119119
<groupId>com.google.auth</groupId>
120120
<artifactId>google-auth-library-oauth2-http</artifactId>
121-
<version>1.42.1</version>
121+
<version>1.43.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.auth</groupId>
125125
<artifactId>google-auth-library-credentials</artifactId>
126-
<version>1.42.1</version>
126+
<version>1.43.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>com.google.cloud.sql</groupId>
154154
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
155-
<version>1.28.0</version>
155+
<version>1.28.1</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>com.google.guava</groupId>

applications/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<maven.deploy.skip>true</maven.deploy.skip>
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
39-
<spring.boot.version>3.5.10</spring.boot.version>
39+
<spring.boot.version>3.5.11</spring.boot.version>
4040
<maven.compiler.target>1.8</maven.compiler.target>
4141
<maven.compiler.source>1.8</maven.compiler.source>
4242
</properties>

0 commit comments

Comments
 (0)