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

Commit c57f59c

Browse files
author
doomsdayrs
committed
v1.2.3 Security fix for jackson-databind and query edit
1 parent ca445d2 commit c57f59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.Doomsdayrs</groupId>
77
<artifactId>Jikan4java</artifactId>
8-
<version>1.2.2</version>
8+
<version>1.2.3</version>
99
<build>
1010
<plugins>
1111
<plugin>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.fasterxml.jackson.core</groupId>
4848
<artifactId>jackson-databind</artifactId>
49-
<version>2.9.9.1</version>
49+
<version>2.9.9.2</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>

0 commit comments

Comments
 (0)