Skip to content

Commit 15ba46e

Browse files
committed
Merge branch 'master' into 3.x
2 parents e41368e + c92b67c commit 15ba46e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.jboss.byteman</groupId>
173173
<artifactId>byteman-bmunit</artifactId>
174-
<version>4.0.19</version>
174+
<version>4.0.20</version>
175175
<scope>test</scope>
176176
</dependency>
177177

@@ -212,21 +212,21 @@
212212
<dependency>
213213
<groupId>org.hsqldb</groupId>
214214
<artifactId>hsqldb</artifactId>
215-
<version>2.7.0</version>
215+
<version>2.7.1</version>
216216
<scope>test</scope>
217217
</dependency>
218218

219219
<dependency>
220220
<groupId>org.slf4j</groupId>
221221
<artifactId>slf4j-simple</artifactId>
222-
<version>2.0.3</version>
222+
<version>2.0.4</version>
223223
<scope>test</scope>
224224
</dependency>
225225

226226
<dependency>
227227
<groupId>org.mockito</groupId>
228228
<artifactId>mockito-core</artifactId>
229-
<version>4.8.0</version>
229+
<version>4.9.0</version>
230230
<scope>test</scope>
231231
</dependency>
232232

0 commit comments

Comments
 (0)