|
71 | 71 | <dependency>
|
72 | 72 | <groupId>org.postgresql</groupId>
|
73 | 73 | <artifactId>postgresql</artifactId>
|
74 |
| - <version>42.4.0</version> |
| 74 | + <version>42.6.0</version> |
75 | 75 | </dependency>
|
76 | 76 | </dependencies>
|
77 | 77 | </profile>
|
|
84 | 84 | <dependency>
|
85 | 85 | <groupId>mysql</groupId>
|
86 | 86 | <artifactId>mysql-connector-java</artifactId>
|
87 |
| - <version>8.0.29</version> |
| 87 | + <version>8.0.30</version> |
88 | 88 | </dependency>
|
89 | 89 | </dependencies>
|
90 | 90 | </profile>
|
|
110 | 110 | <dependency>
|
111 | 111 | <groupId>com.google.cloud</groupId>
|
112 | 112 | <artifactId>google-cloud-spanner-jdbc</artifactId>
|
113 |
| - <version>2.9.9</version> |
| 113 | + <version>2.9.11</version> |
114 | 114 | </dependency>
|
115 | 115 | </dependencies>
|
116 | 116 | </profile>
|
|
192 | 192 | <dependency>
|
193 | 193 | <groupId>org.slf4j</groupId>
|
194 | 194 | <artifactId>slf4j-api</artifactId>
|
195 |
| - <version>1.7.36</version> |
| 195 | + <version>2.0.7</version> |
196 | 196 | </dependency>
|
197 | 197 |
|
198 | 198 | <dependency>
|
199 | 199 | <groupId>org.slf4j</groupId>
|
200 | 200 | <artifactId>slf4j-reload4j</artifactId>
|
201 |
| - <version>1.7.36</version> |
| 201 | + <version>2.0.7</version> |
202 | 202 | </dependency>
|
203 | 203 |
|
204 | 204 | <dependency>
|
205 | 205 | <groupId>org.apache.commons</groupId>
|
206 | 206 | <artifactId>commons-configuration2</artifactId>
|
207 |
| - <version>2.8.0</version> |
| 207 | + <version>2.9.0</version> |
208 | 208 | </dependency>
|
209 | 209 |
|
210 | 210 | <dependency>
|
|
246 | 246 | <dependency>
|
247 | 247 | <groupId>org.json</groupId>
|
248 | 248 | <artifactId>json</artifactId>
|
249 |
| - <version>20220320</version> |
| 249 | + <version>20230227</version> |
250 | 250 | </dependency>
|
251 | 251 |
|
252 | 252 | <dependency>
|
|
282 | 282 | <plugin>
|
283 | 283 | <groupId>org.apache.maven.plugins</groupId>
|
284 | 284 | <artifactId>maven-compiler-plugin</artifactId>
|
285 |
| - <version>3.10.1</version> |
| 285 | + <version>3.11.0</version> |
286 | 286 | <configuration>
|
287 | 287 | <source>${maven.compiler.source}</source>
|
288 | 288 | <target>${maven.compiler.target}</target>
|
|
341 | 341 | </plugin>
|
342 | 342 | <plugin>
|
343 | 343 | <artifactId>maven-release-plugin</artifactId>
|
344 |
| - <version>2.5.3</version> |
| 344 | + <version>3.0.0</version> |
345 | 345 | <configuration>
|
346 | 346 | <useReleaseProfile>false</useReleaseProfile>
|
347 | 347 | <tagNameFormat>v@{version}</tagNameFormat>
|
|
0 commit comments