Skip to content

Commit

Permalink
feat: sync dependency versions with jCasbin (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukidayou authored Jan 17, 2025
1 parent 4e5e808 commit f816c34
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 @@ -28,7 +28,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.18.1</version>
</dependency>

<dependency>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.7.30</version>
<version>2.0.16</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit f816c34

Please sign in to comment.