Skip to content

Commit a536107

Browse files
bpkrothanas
authored andcommitted
Combine several dependabot updates to a single PR (cmu-db#291)
Closes cmu-db#285 Closes cmu-db#286 Closes cmu-db#287 Closes cmu-db#288 Closes cmu-db#289
1 parent c279b20 commit a536107

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.postgresql</groupId>
7373
<artifactId>postgresql</artifactId>
74-
<version>42.4.0</version>
74+
<version>42.6.0</version>
7575
</dependency>
7676
</dependencies>
7777
</profile>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>mysql</groupId>
8686
<artifactId>mysql-connector-java</artifactId>
87-
<version>8.0.29</version>
87+
<version>8.0.30</version>
8888
</dependency>
8989
</dependencies>
9090
</profile>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.google.cloud</groupId>
112112
<artifactId>google-cloud-spanner-jdbc</artifactId>
113-
<version>2.9.9</version>
113+
<version>2.9.11</version>
114114
</dependency>
115115
</dependencies>
116116
</profile>
@@ -192,19 +192,19 @@
192192
<dependency>
193193
<groupId>org.slf4j</groupId>
194194
<artifactId>slf4j-api</artifactId>
195-
<version>1.7.36</version>
195+
<version>2.0.7</version>
196196
</dependency>
197197

198198
<dependency>
199199
<groupId>org.slf4j</groupId>
200200
<artifactId>slf4j-reload4j</artifactId>
201-
<version>1.7.36</version>
201+
<version>2.0.7</version>
202202
</dependency>
203203

204204
<dependency>
205205
<groupId>org.apache.commons</groupId>
206206
<artifactId>commons-configuration2</artifactId>
207-
<version>2.8.0</version>
207+
<version>2.9.0</version>
208208
</dependency>
209209

210210
<dependency>
@@ -246,7 +246,7 @@
246246
<dependency>
247247
<groupId>org.json</groupId>
248248
<artifactId>json</artifactId>
249-
<version>20220320</version>
249+
<version>20230227</version>
250250
</dependency>
251251

252252
<dependency>
@@ -282,7 +282,7 @@
282282
<plugin>
283283
<groupId>org.apache.maven.plugins</groupId>
284284
<artifactId>maven-compiler-plugin</artifactId>
285-
<version>3.10.1</version>
285+
<version>3.11.0</version>
286286
<configuration>
287287
<source>${maven.compiler.source}</source>
288288
<target>${maven.compiler.target}</target>
@@ -341,7 +341,7 @@
341341
</plugin>
342342
<plugin>
343343
<artifactId>maven-release-plugin</artifactId>
344-
<version>2.5.3</version>
344+
<version>3.0.0</version>
345345
<configuration>
346346
<useReleaseProfile>false</useReleaseProfile>
347347
<tagNameFormat>v@{version}</tagNameFormat>

0 commit comments

Comments
 (0)