Skip to content

Commit 8e9b15f

Browse files
committed
Changes:
- Correcting readme - update pom (security alert)
1 parent a8620ea commit 8e9b15f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JMetaAgents [![Build Status](https://travis-ci.org/welle/JMetaAgents.svg?branch=master)](https://travis-ci.org/welle/JMetaAgents) [![Quality Gate](https://sonarcloud.io/api/badges/gate?key=aka.jmetaagents:JMetaAgents)](https://sonarcloud.io/dashboard/index/aka.jmetaagents:JMetaAgents) #
1+
# JMetaAgents [![Build Status](https://travis-ci.org/welle/JMetaAgents.svg?branch=master)](https://travis-ci.org/welle/JMetaAgents) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=JMetaAgents&metric=alert_status)](https://sonarcloud.io/api/project_badges/measure?project=JMetaAgents&metric=alert_status) #
22

33
Java library to retrieve Meta Agents informations from "The movie database", "TVDB" and "OMDB".
44

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.fasterxml.jackson.core</groupId>
109109
<artifactId>jackson-databind</artifactId>
110-
<version>2.9.3</version>
110+
<version>[2.9.5,)</version>
111111
</dependency>
112112
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
113113
<dependency>

0 commit comments

Comments
 (0)