Skip to content

Commit 6963e2c

Browse files
committed
update org.json dep
1 parent ffa6321 commit 6963e2c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

custom_templates/pom.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,11 @@
469469
<artifactId>jakarta.ws.rs-api</artifactId>
470470
<version>${jakarta.ws.rs-api-version}</version>
471471
</dependency>
472+
<dependency>
473+
<groupId>org.json</groupId>
474+
<artifactId>json</artifactId>
475+
<version>20250517</version>
476+
</dependency>
472477
<!-- test dependencies -->
473478
<dependency>
474479
<groupId>org.junit.jupiter</groupId>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,11 @@
392392
<artifactId>jakarta.ws.rs-api</artifactId>
393393
<version>${jakarta.ws.rs-api-version}</version>
394394
</dependency>
395+
<dependency>
396+
<groupId>org.json</groupId>
397+
<artifactId>json</artifactId>
398+
<version>20250517</version>
399+
</dependency>
395400
<!-- test dependencies -->
396401
<dependency>
397402
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)