Skip to content

Commit e7730e1

Browse files
author
Ankur Gupta
committed
Merge branch 'abm_zenodo_integration' of https://github.com/bhermann/zenodo-api into abm_zenodo_integration
2 parents 3f4cc29 + 7cce199 commit e7730e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<artifactId>unirest-java</artifactId>
1515
<version>1.4.9</version>
1616
</dependency>
17-
<dependency>
18-
<groupId>com.fasterxml.jackson.core</groupId>
19-
<artifactId>jackson-databind</artifactId>
20-
<version>2.8.8.1</version>
21-
</dependency>
17+
<dependency>
18+
<groupId>com.fasterxml.jackson.core</groupId>
19+
<artifactId>jackson-databind</artifactId>
20+
<version>[2.8.11.1,)</version>
21+
</dependency>
2222
</dependencies>
23-
</project>
23+
</project>

0 commit comments

Comments
 (0)