Skip to content

Commit ab122eb

Browse files
authoredDec 10, 2024··
deps: Update Non-major dependencies (#2089)
1 parent 7dd034b commit ab122eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-shared-config</artifactId>
29-
<version>1.12.0</version>
29+
<version>1.12.1</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.48.2</version>
136+
<version>3.48.3</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -153,17 +153,17 @@
153153
<dependency>
154154
<groupId>com.google.http-client</groupId>
155155
<artifactId>google-http-client-gson</artifactId>
156-
<version>1.45.1</version>
156+
<version>1.45.2</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client</artifactId>
161-
<version>1.45.1</version>
161+
<version>1.45.2</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.45.1</version>
166+
<version>1.45.2</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
230230
<artifactId>reactor-netty</artifactId>
231-
<version>1.2.0</version>
231+
<version>1.2.1</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>
@@ -833,7 +833,7 @@
833833
<plugin>
834834
<groupId>org.apache.maven.plugins</groupId>
835835
<artifactId>maven-javadoc-plugin</artifactId>
836-
<version>3.11.1</version>
836+
<version>3.11.2</version>
837837
<configuration>
838838
<source>8</source>
839839
<sourcepath>src/main/java</sourcepath>

0 commit comments

Comments
 (0)
Please sign in to comment.