Skip to content

Commit

Permalink
Update jackson version (#20)
Browse files Browse the repository at this point in the history
* Update jackson version

* shields and versions
  • Loading branch information
nrktkt authored Dec 20, 2018
1 parent 1ff13f2 commit 2aae44e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ More info in the [wiki](https://github.com/blackdoor/hate/wiki).
[![Build Status](https://travis-ci.org/blackdoor/hate.svg)](https://travis-ci.org/blackdoor/hate)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/7c1d6531e44941ed9e48b75435c9f1b8)](https://www.codacy.com/app/nfischer921/hate)
[![Codecov](https://img.shields.io/codecov/c/github/blackdoor/hate.svg)](https://codecov.io/github/blackdoor/hate)
[![JavaDocs](http://javadoc-emblem.rhcloud.com/doc/black.door/hate/badge.svg?color=blue)](https://www.javadoc.io/doc/black.door/hate)
[![Javadocs](https://www.javadoc.io/badge/black.door/hate.svg?color=blue)](https://www.javadoc.io/doc/black.door/hate)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/black.door/hate/badge.svg)](http://mvnrepository.com/artifact/black.door/hate)

---
Expand All @@ -17,7 +17,7 @@ More info in the [wiki](https://github.com/blackdoor/hate/wiki).
<dependency>
<groupId>black.door</groupId>
<artifactId>hate</artifactId>
<version>v1r4t0</version>
<version>v1r4t1</version>
</dependency>
</dependencies>
```
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>black.door</groupId>
<artifactId>hate</artifactId>
<version>v1r4t0</version>
<version>v1r4t1</version>

<developers>
<developer>
Expand Down Expand Up @@ -204,7 +204,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.7.5</jackson.version>
<jackson.version>2.9.7</jackson.version>
</properties>

</project>
</project>

0 comments on commit 2aae44e

Please sign in to comment.