Skip to content

Commit 3fc7963

Browse files
authored
Combine several dependabot updates to a single PR (#291)
Closes #285 Closes #286 Closes #287 Closes #288 Closes #289
1 parent 4afb3c0 commit 3fc7963

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 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>
@@ -149,7 +149,7 @@
149149
<dependency>
150150
<groupId>com.microsoft.sqlserver</groupId>
151151
<artifactId>mssql-jdbc</artifactId>
152-
<version>11.2.0.jre17</version>
152+
<version>11.2.3.jre17</version>
153153
</dependency>
154154
</dependencies>
155155
</profile>
@@ -159,19 +159,19 @@
159159
<dependency>
160160
<groupId>org.slf4j</groupId>
161161
<artifactId>slf4j-api</artifactId>
162-
<version>1.7.36</version>
162+
<version>2.0.7</version>
163163
</dependency>
164164

165165
<dependency>
166166
<groupId>org.slf4j</groupId>
167167
<artifactId>slf4j-reload4j</artifactId>
168-
<version>1.7.36</version>
168+
<version>2.0.7</version>
169169
</dependency>
170170

171171
<dependency>
172172
<groupId>org.apache.commons</groupId>
173173
<artifactId>commons-configuration2</artifactId>
174-
<version>2.8.0</version>
174+
<version>2.9.0</version>
175175
</dependency>
176176

177177
<dependency>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>org.json</groupId>
215215
<artifactId>json</artifactId>
216-
<version>20220320</version>
216+
<version>20230227</version>
217217
</dependency>
218218

219219
<dependency>
@@ -249,7 +249,7 @@
249249
<plugin>
250250
<groupId>org.apache.maven.plugins</groupId>
251251
<artifactId>maven-compiler-plugin</artifactId>
252-
<version>3.10.1</version>
252+
<version>3.11.0</version>
253253
<configuration>
254254
<source>${maven.compiler.source}</source>
255255
<target>${maven.compiler.target}</target>
@@ -308,7 +308,7 @@
308308
</plugin>
309309
<plugin>
310310
<artifactId>maven-release-plugin</artifactId>
311-
<version>2.5.3</version>
311+
<version>3.0.0</version>
312312
<configuration>
313313
<useReleaseProfile>false</useReleaseProfile>
314314
<tagNameFormat>v@{version}</tagNameFormat>

0 commit comments

Comments
 (0)