Skip to content

Commit 77424e6

Browse files
committed
Major version upgrade *before* Spring Boot 2.x migration:
Spring Boot 1.5.9 --> 1.5.14 Apache CXF 3.2.1 --> 3.2.5 httpclient 4.5.4 --> 4.5.5 Camunda 7.8.0 --> 7.9.0 logstash-logback-encoder 4.11 --> 5.1 spring.cloud.sleuth 1.3.0 --> 1.3.4 system-rules 1.17.1 --> 1.18.0 JaCoCo 0.7.9 --> 0.8.1 Should also fix #37
1 parent ff24b29 commit 77424e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
<maven.compiler.source>1.8</maven.compiler.source>
5151
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5252
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
53-
<spring.boot.version>1.5.9.RELEASE</spring.boot.version>
54-
<cxf.version>3.2.1</cxf.version>
55-
<fluent-hc.version>4.5.4</fluent-hc.version>
56-
<camunda.version>7.8.0</camunda.version>
57-
<logstash-logback-encoder.version>4.11</logstash-logback-encoder.version>
53+
<spring.boot.version>1.5.14.RELEASE</spring.boot.version>
54+
<cxf.version>3.2.5</cxf.version>
55+
<fluent-hc.version>4.5.5</fluent-hc.version>
56+
<camunda.version>7.9.0</camunda.version>
57+
<logstash-logback-encoder.version>5.1</logstash-logback-encoder.version>
5858
<commons-io.version>2.6</commons-io.version>
59-
<spring.cloud.sleuth.version>1.3.0.RELEASE</spring.cloud.sleuth.version>
60-
<system-rules.version>1.17.1</system-rules.version>
59+
<spring.cloud.sleuth.version>1.3.4.RELEASE</spring.cloud.sleuth.version>
60+
<system-rules.version>1.18.0</system-rules.version>
6161
<!-- Analysis Tools for CI -->
62-
<build-plugin.jacoco.version>0.7.9</build-plugin.jacoco.version>
62+
<build-plugin.jacoco.version>0.8.1</build-plugin.jacoco.version>
6363
<build-plugin.coveralls.version>4.3.0</build-plugin.coveralls.version>
6464
<!-- Exclude generated JAXB-Java-Classes from Sonar-Analysis -->
6565
<sonar.exclusions>**/target/generated-sources/wsdlimport/**</sonar.exclusions>

0 commit comments

Comments
 (0)