Skip to content

Commit ffa432e

Browse files
authored
feat: add org.json:json to third-party-dependencies pom (#4047)
Fixes #4046
1 parent 3758b43 commit ffa432e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

dependencies.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ org.apache.httpcomponents:httpclient,httpcomponents.httpclient=4.5.14
3838
org.apache.httpcomponents:httpcore,httpcomponents.httpcore=4.4.16
3939
org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.5.1
4040
org.apache.httpcomponents.core5:httpcore5,apache-httpcore-5=5.3.6
41+
org.json:json,json=20251224
4142
io.perfmark:perfmark-api,perfmark-api=0.27.0
4243
# Note: This is the google opentelemetry exporter and not the general opentelemetry project
4344
com.google.cloud.opentelemetry:exporter-metrics,google.cloud.opentelemetry=0.36.0

java-shared-dependencies/third-party-dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<dev.cel.version>0.6.0</dev.cel.version>
4545
<com.google.crypto.tink.version>1.16.0</com.google.crypto.tink.version>
4646
<io.opentelemetry.contrib.opentelemetry-gcp-resources.version>1.45.0-alpha</io.opentelemetry.contrib.opentelemetry-gcp-resources.version>
47+
<json.version>20250517</json.version>
4748
</properties>
4849

4950
<dependencyManagement>
@@ -239,6 +240,11 @@
239240
<artifactId>detector-resources-support</artifactId>
240241
<version>${google.cloud.opentelemetry.version}</version>
241242
</dependency>
243+
<dependency>
244+
<groupId>org.json</groupId>
245+
<artifactId>json</artifactId>
246+
<version>${json.version}</version>
247+
</dependency>
242248
<dependency>
243249
<groupId>org.junit</groupId>
244250
<artifactId>junit-bom</artifactId>

0 commit comments

Comments
 (0)