Skip to content

Commit 19459ca

Browse files
committed
update deps
1 parent 6963e2c commit 19459ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ dependencies {
113113
implementation 'io.gsonfire:gson-fire:1.9.0'
114114
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
115115
implementation 'org.openapitools:jackson-databind-nullable:0.2.8'
116+
implementation group: 'org.json', name: 'json', version: '20250517'
116117
implementation group: 'org.apache.oltu.oauth2', name: 'org.apache.oltu.oauth2.client', version: '1.0.2'
117118
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
118119
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lazy val root = (project in file(".")).
1616
"org.apache.commons" % "commons-lang3" % "3.18.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
1818
"org.openapitools" % "jackson-databind-nullable" % "0.2.8",
19+
"org.json" % "json" % "20250517",
1920
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2",
2021
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
2122
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",

0 commit comments

Comments
 (0)