Skip to content

Commit 51b2eec

Browse files
committed
Upgrade dependencies jackson-databind to 2.9.9.2
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
1 parent e642047 commit 51b2eec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Play Remote Configuration - CoreOS etcd
22

33

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.play-rconf</groupId>
88
<artifactId>play-rconf-etcd</artifactId>
9-
<version>19.07</version>
9+
<version>19.09</version>
1010
<name>Play Remote Configuration - CoreOS etcd</name>
1111
<description>Retrieves configuration from CoreOS etcd</description>
1212
<url>https://github.com/play-rconf/play-rconf-etcd</url>
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>com.fasterxml.jackson.core</groupId>
134134
<artifactId>jackson-databind</artifactId>
135-
<version>2.9.9.1</version>
135+
<version>2.9.9.2</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)