Skip to content

Commit 571d07b

Browse files
authored
Merge pull request #369 from hazendaz/master
Update dependencies (except derby)
2 parents 4007a7d + a565fd0 commit 571d07b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107

108108
<mybatis.version>3.5.1</mybatis.version>
109109
<spring.version>5.1.6.RELEASE</spring.version>
110-
<spring-batch.version>4.1.1.RELEASE</spring-batch.version>
110+
<spring-batch.version>4.1.2.RELEASE</spring-batch.version>
111111
<module.name>org.mybatis.spring</module.name>
112112

113-
<junit.version>5.4.1</junit.version>
113+
<junit.version>5.4.2</junit.version>
114114
</properties>
115115

116116
<dependencies>
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>org.jboss.byteman</groupId>
170170
<artifactId>byteman-bmunit</artifactId>
171-
<version>4.0.5</version>
171+
<version>4.0.6</version>
172172
<scope>test</scope>
173173
</dependency>
174174

@@ -223,14 +223,14 @@
223223
<dependency>
224224
<groupId>org.mockito</groupId>
225225
<artifactId>mockito-core</artifactId>
226-
<version>2.23.4</version>
226+
<version>2.27.0</version>
227227
<scope>test</scope>
228228
</dependency>
229229

230230
<dependency>
231231
<groupId>org.assertj</groupId>
232232
<artifactId>assertj-core</artifactId>
233-
<version>3.11.1</version>
233+
<version>3.12.2</version>
234234
<scope>test</scope>
235235
</dependency>
236236

@@ -292,15 +292,15 @@
292292
</dependency>
293293

294294
<dependency>
295-
<groupId>javax.transaction</groupId>
296-
<artifactId>javax.transaction-api</artifactId>
297-
<version>1.3</version>
295+
<groupId>jakarta.transaction</groupId>
296+
<artifactId>jakarta.transaction-api</artifactId>
297+
<version>1.3.2</version>
298298
<scope>test</scope>
299299
</dependency>
300300
<dependency>
301-
<groupId>javax.servlet</groupId>
302-
<artifactId>javax.servlet-api</artifactId>
303-
<version>4.0.1</version>
301+
<groupId>jakarta.servlet</groupId>
302+
<artifactId>jakarta.servlet-api</artifactId>
303+
<version>4.0.2</version>
304304
<scope>test</scope>
305305
</dependency>
306306

0 commit comments

Comments
 (0)