Skip to content

Commit

Permalink
Upgrade dependencies jackson-databind to 2.9.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
  • Loading branch information
thibaultmeyer committed Sep 2, 2019
1 parent e642047 commit 51b2eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Play Remote Configuration - CoreOS etcd


[![Latest release](https://img.shields.io/badge/latest_release-19.07-orange.svg)](https://github.com/play-rconf/play-rconf-etcd/releases)
[![JitPack](https://img.shields.io/badge/JitPack-release~19.07-brightgreen.svg)](https://jitpack.io/#play-rconf/play-rconf-etcd)
[![Latest release](https://img.shields.io/badge/latest_release-19.09-orange.svg)](https://github.com/play-rconf/play-rconf-etcd/releases)
[![JitPack](https://img.shields.io/badge/JitPack-release~19.09-brightgreen.svg)](https://jitpack.io/#play-rconf/play-rconf-etcd)
[![Build](https://api.travis-ci.org/play-rconf/play-rconf-etcd.svg?branch=master)](https://travis-ci.org/play-rconf/play-rconf-etcd)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/play-rconf/play-rconf-etcd/master/LICENSE)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.play-rconf</groupId>
<artifactId>play-rconf-etcd</artifactId>
<version>19.07</version>
<version>19.09</version>
<name>Play Remote Configuration - CoreOS etcd</name>
<description>Retrieves configuration from CoreOS etcd</description>
<url>https://github.com/play-rconf/play-rconf-etcd</url>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.1</version>
<version>2.9.9.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 51b2eec

Please sign in to comment.