|
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>
|
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>com.microsoft.sqlserver</groupId>
|
151 | 151 | <artifactId>mssql-jdbc</artifactId>
|
152 |
| - <version>11.2.0.jre17</version> |
| 152 | + <version>11.2.3.jre17</version> |
153 | 153 | </dependency>
|
154 | 154 | </dependencies>
|
155 | 155 | </profile>
|
|
159 | 159 | <dependency>
|
160 | 160 | <groupId>org.slf4j</groupId>
|
161 | 161 | <artifactId>slf4j-api</artifactId>
|
162 |
| - <version>1.7.36</version> |
| 162 | + <version>2.0.7</version> |
163 | 163 | </dependency>
|
164 | 164 |
|
165 | 165 | <dependency>
|
166 | 166 | <groupId>org.slf4j</groupId>
|
167 | 167 | <artifactId>slf4j-reload4j</artifactId>
|
168 |
| - <version>1.7.36</version> |
| 168 | + <version>2.0.7</version> |
169 | 169 | </dependency>
|
170 | 170 |
|
171 | 171 | <dependency>
|
172 | 172 | <groupId>org.apache.commons</groupId>
|
173 | 173 | <artifactId>commons-configuration2</artifactId>
|
174 |
| - <version>2.8.0</version> |
| 174 | + <version>2.9.0</version> |
175 | 175 | </dependency>
|
176 | 176 |
|
177 | 177 | <dependency>
|
|
213 | 213 | <dependency>
|
214 | 214 | <groupId>org.json</groupId>
|
215 | 215 | <artifactId>json</artifactId>
|
216 |
| - <version>20220320</version> |
| 216 | + <version>20230227</version> |
217 | 217 | </dependency>
|
218 | 218 |
|
219 | 219 | <dependency>
|
|
249 | 249 | <plugin>
|
250 | 250 | <groupId>org.apache.maven.plugins</groupId>
|
251 | 251 | <artifactId>maven-compiler-plugin</artifactId>
|
252 |
| - <version>3.10.1</version> |
| 252 | + <version>3.11.0</version> |
253 | 253 | <configuration>
|
254 | 254 | <source>${maven.compiler.source}</source>
|
255 | 255 | <target>${maven.compiler.target}</target>
|
|
308 | 308 | </plugin>
|
309 | 309 | <plugin>
|
310 | 310 | <artifactId>maven-release-plugin</artifactId>
|
311 |
| - <version>2.5.3</version> |
| 311 | + <version>3.0.0</version> |
312 | 312 | <configuration>
|
313 | 313 | <useReleaseProfile>false</useReleaseProfile>
|
314 | 314 | <tagNameFormat>v@{version}</tagNameFormat>
|
|
0 commit comments