Skip to content

Commit 6d19d73

Browse files
committed
Downgrade to Spring Web Services 2.2.3
Since 2.2.5 hasn't yet been released we'll need to rollback for our release. See gh-4789
1 parent ebabc63 commit 6d19d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<spring-social-facebook.version>2.0.3.RELEASE</spring-social-facebook.version>
149149
<spring-social-linkedin.version>1.0.2.RELEASE</spring-social-linkedin.version>
150150
<spring-social-twitter.version>1.1.2.RELEASE</spring-social-twitter.version>
151-
<spring-ws.version>2.2.5.BUILD-SNAPSHOT</spring-ws.version>
151+
<spring-ws.version>2.2.3.RELEASE</spring-ws.version>
152152
<statsd-client.version>3.1.0</statsd-client.version>
153153
<sun-mail.version>${javax-mail.version}</sun-mail.version>
154154
<thymeleaf.version>2.1.4.RELEASE</thymeleaf.version>
@@ -2225,4 +2225,4 @@
22252225
<id>integration-test</id>
22262226
</profile>
22272227
</profiles>
2228-
</project>
2228+
</project>

0 commit comments

Comments
 (0)