Skip to content

Commit

Permalink
Apache CXF 3.1.12 --> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Sep 26, 2017
1 parent eabdab4 commit 952c6ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ There´s also an blog post describing this project: [Spring Boot & Apache CXF
```
<dependencies>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>1.1.3.RELEASE</version>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>1.1.3.RELEASE</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.boot.version>1.5.7.RELEASE</spring.boot.version>
<cxf.version>3.1.12</cxf.version>
<cxf.version>3.2.0</cxf.version>
<fluent-hc.version>4.5.3</fluent-hc.version>
<camunda.version>7.7.0</camunda.version>
<logstash-logback-encoder.version>4.11</logstash-logback-encoder.version>
Expand Down

0 comments on commit 952c6ac

Please sign in to comment.