Skip to content

Commit

Permalink
switch to eclipse parsson
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 9, 2024
1 parent 07c1821 commit b124ee0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions conga-sling-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
<version>2.0.2</version>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>2.0.1</version>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
<version>1.1.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b124ee0

Please sign in to comment.