Skip to content

Commit

Permalink
#45 Fixing plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Jun 24, 2019
1 parent 608f42a commit 8101f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -51,7 +51,7 @@ There´s also an blog post describing this project: [Spring Boot & Apache CXF
<plugin>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter-maven-plugin</artifactId>
<version>2.1.6.RELEASE</version>
<version>2.1.7.RELEASE</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -52,7 +52,7 @@

<!-- Project dependencies -->
<spring.boot.version>2.1.6.RELEASE</spring.boot.version>
<cxf-spring-boot-starter-maven-plugin.version>2.1.6.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf-spring-boot-starter-maven-plugin.version>2.1.7.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf.version>3.3.2</cxf.version>
<fluent-hc.version>4.5.9</fluent-hc.version>
<camunda.version>7.11.0</camunda.version>
Expand Down

0 comments on commit 8101f9c

Please sign in to comment.