Skip to content

Commit fbbab60

Browse files
committed
Revert Some Dependencies
The latest Netty dependency supplied by Spring Boot contains a regression that causes terminal problems when we upload applications in some circumstances. This commit reverts back to the last safe version (for us) of our Spring Boot dependency. Signed-off-by: Paul Harris <harrisp@vmware.com>
1 parent cd022f7 commit fbbab60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<properties>
6161
<commons-compress.version>1.20</commons-compress.version>
62-
<dependencies.version>2.1.16.RELEASE</dependencies.version>
62+
<dependencies.version>2.1.15.RELEASE</dependencies.version>
6363
<evo-inflector.version>1.2.2</evo-inflector.version>
6464
<immutables.version>2.8.8</immutables.version>
6565
<java-semver.version>0.9.0</java-semver.version>

0 commit comments

Comments
 (0)