Skip to content

Commit 21593e3

Browse files
committed
Upgrade to Spring Framework 5.3.31.
Resolves #1388.
1 parent d008e2a commit 21593e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
<slf4j.version>1.7.25</slf4j.version>
113113
<smack.version>4.2.1</smack.version>
114114
<soap-api.version>1.4.0</soap-api.version>
115-
<spring.version>5.3.30</spring.version>
116-
<spring-security.version>5.5.8</spring-security.version>
115+
<spring.version>5.3.31</spring.version> <!-- TODO: Check spring-next-gen, spring-next-gen-snapshot profiles -->
116+
<spring-security.version>5.5.8</spring-security.version> <!-- TODO: Check spring-next-gen, spring-next-gen-snapshot profiles -->
117117
<stax.version>1.8.3</stax.version>
118118
<sun-mail.version>1.6.0</sun-mail.version>
119119
<woodstox.version>4.2.0</woodstox.version>
@@ -264,7 +264,7 @@
264264
<profile>
265265
<id>spring-buildsnapshot</id>
266266
<properties>
267-
<spring.version>5.3.31-SNAPSHOT</spring.version>
267+
<spring.version>5.3.32-SNAPSHOT</spring.version>
268268
</properties>
269269
</profile>
270270
<profile>

0 commit comments

Comments
 (0)