Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
v1.2.3 Security fix for jackson-databind and query edit
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsdayrs committed Aug 8, 2019
1 parent ca445d2 commit c57f59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Doomsdayrs</groupId>
<artifactId>Jikan4java</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.1</version>
<version>2.9.9.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c57f59c

Please sign in to comment.