Skip to content

Commit

Permalink
chore: pin json-smart version until spring updates it (#79)
Browse files Browse the repository at this point in the history
* bump json-smart to 2.4.10

* exclusion is not needed
  • Loading branch information
manolo committed Mar 21, 2023
1 parent 68dbaf0 commit 97cd74a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sso-kit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.10</version>
</dependency>
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-api</artifactId>
Expand Down

0 comments on commit 97cd74a

Please sign in to comment.