Skip to content

Commit

Permalink
Merge pull request DSpace#10002 from DSpace/dependabot/maven/net.mini…
Browse files Browse the repository at this point in the history
…dev-json-smart-2.5.1

Bump net.minidev:json-smart from 2.5.0 to 2.5.1
  • Loading branch information
tdonohue authored Nov 15, 2024
2 parents f558ab2 + d31198b commit 2f74a76
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions dspace-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,6 @@
<artifactId>spring-expression</artifactId>
<version>${spring.version}</version>
</dependency>

<!-- Specify the version of json-smart we want to use.
This solves a version mismatch between nimbus-jose-jwt and json-path below. -->
<!--<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
</dependency>-->
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -560,7 +552,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -610,6 +602,13 @@
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<exclusions>
<!-- We pull in a later version above -->
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
Expand Down

0 comments on commit 2f74a76

Please sign in to comment.