Skip to content

Commit

Permalink
Dependency Updates:
Browse files Browse the repository at this point in the history
Spring Boot 2.1.1.RELEASE --> 2.1.2.RELEASE
Apache CXF 3.2.7 --> 3.3.0
fluent-hc 4.5.6 --> 4.5.7
logstash-logback-encoder 5.2 --> 5.3
spring-cloud-sleuth 2.0.2.RELEASE --> 2.1.0.RELEASE
  • Loading branch information
jonashackt committed Feb 1, 2019
1 parent 7e31585 commit 52b937d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Enterprise-ready production-ready SOAP-Webservices powered by Spring Boot & Apac
[![Build Status](https://travis-ci.org/codecentric/cxf-spring-boot-starter.svg?branch=master)](https://travis-ci.org/codecentric/cxf-spring-boot-starter)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.codecentric/cxf-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.codecentric/cxf-spring-boot-starter/)
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![versionspringboot](https://img.shields.io/badge/springboot-2.1.2_RELEASE-brightgreen.svg)](https://github.com/spring-projects/spring-boot)
[![versionapachecxf](https://img.shields.io/badge/apache-cxf-3.3.0-brightgreen.svg)](http://cxf.apache.org/)
[![versionlogstashlogbackencoder](https://img.shields.io/badge/logstash-logback-encoder-5.3-brightgreen.svg)](https://github.com/logstash/logstash-logback-encoder)
[![versionspringcloudsleuth](https://img.shields.io/badge/spring-cloud-sleuth-2.1.0_RELEASE-brightgreen.svg)](https://spring.io/projects/spring-cloud-sleuth)


> !! This document applies to the next version under development.
>
Expand Down Expand Up @@ -34,7 +39,7 @@ There´s also an blog post describing this project: [Spring Boot & Apache CXF
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>cxf-spring-boot-starter</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.1.2.RELEASE</version>
</dependency>
</dependencies>
```
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Project dependencies -->
<spring.boot.version>2.1.1.RELEASE</spring.boot.version>
<spring.boot.version>2.1.2.RELEASE</spring.boot.version>
<cxf-spring-boot-starter-maven-plugin.version>2.0.0.RELEASE</cxf-spring-boot-starter-maven-plugin.version>
<cxf.version>3.2.7</cxf.version>
<fluent-hc.version>4.5.6</fluent-hc.version>
<cxf.version>3.3.0</cxf.version>
<fluent-hc.version>4.5.7</fluent-hc.version>
<camunda.version>7.10.0</camunda.version>
<logstash-logback-encoder.version>5.2</logstash-logback-encoder.version>
<logstash-logback-encoder.version>5.3</logstash-logback-encoder.version>
<commons-io.version>2.6</commons-io.version>
<spring.cloud.sleuth.version>2.0.2.RELEASE</spring.cloud.sleuth.version>
<spring.cloud.sleuth.version>2.1.0.RELEASE</spring.cloud.sleuth.version>
<system-rules.version>1.19.0</system-rules.version>

<!-- Analysis Tools for CI -->
Expand Down

0 comments on commit 52b937d

Please sign in to comment.