Skip to content

Commit c73244f

Browse files
committed
bump dependencies
1 parent 5668a41 commit c73244f

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
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springframework</groupId>
5151
<artifactId>spring-framework-bom</artifactId>
52-
<version>5.3.3</version>
52+
<version>5.3.6</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.apache.logging.log4j</groupId>
6565
<artifactId>log4j-bom</artifactId>
66-
<version>2.14.0</version>
66+
<version>2.14.1</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -137,13 +137,13 @@
137137
<dependency>
138138
<groupId>org.firebirdsql.jdbc</groupId>
139139
<artifactId>jaybird</artifactId>
140-
<version>4.0.2.java8</version>
140+
<version>4.0.3.java8</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.mockito</groupId>
145145
<artifactId>mockito-core</artifactId>
146-
<version>3.7.7</version>
146+
<version>3.9.0</version>
147147
<scope>test</scope>
148148
<exclusions>
149149
<exclusion>
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.postgresql</groupId>
157157
<artifactId>postgresql</artifactId>
158-
<version>42.2.18</version>
158+
<version>42.2.20</version>
159159
<optional>true</optional>
160160
</dependency>
161161
<dependency>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>mysql</groupId>
174174
<artifactId>mysql-connector-java</artifactId>
175-
<version>8.0.23</version>
175+
<version>8.0.24</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>com.microsoft.sqlserver</groupId>
186186
<artifactId>mssql-jdbc</artifactId>
187-
<version>9.2.0.jre8</version>
187+
<version>9.2.1.jre8</version>
188188
<scope>test</scope>
189189
</dependency>
190190
<dependency>

0 commit comments

Comments
 (0)