Skip to content

Commit d7b4909

Browse files
committed
Dependency updates
1 parent 57a5eda commit d7b4909

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

operator/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,14 @@
364364
<groupId>org.glassfish.jersey.media</groupId>
365365
<artifactId>jersey-media-json-processing</artifactId>
366366
</dependency>
367+
<dependency>
368+
<groupId>org.eclipse.parsson</groupId>
369+
<artifactId>parsson</artifactId>
370+
</dependency>
371+
<dependency>
372+
<groupId>org.eclipse.parsson</groupId>
373+
<artifactId>parsson-media</artifactId>
374+
</dependency>
367375

368376
<!-- Grizzly & jersey server side code -->
369377
<dependency>

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,16 @@
518518
<artifactId>jersey-test-framework-provider-inmemory</artifactId>
519519
<version>${jersey-version}</version>
520520
</dependency>
521+
<dependency>
522+
<groupId>org.eclipse.parsson</groupId>
523+
<artifactId>parsson</artifactId>
524+
<version>${parsson-version}</version>
525+
</dependency>
526+
<dependency>
527+
<groupId>org.eclipse.parsson</groupId>
528+
<artifactId>parsson-media</artifactId>
529+
<version>${parsson-version}</version>
530+
</dependency>
521531
<dependency>
522532
<groupId>org.glassfish.grizzly</groupId>
523533
<artifactId>grizzly-http-servlet</artifactId>
@@ -688,6 +698,7 @@
688698
<junit.platform.surefire.version>1.3.2</junit.platform.surefire.version>
689699
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
690700
<jersey-version>3.1.3</jersey-version>
701+
<parsson-version>1.1.5</parsson-version>
691702
<grizzly-version>4.0.1</grizzly-version>
692703
<jakarta-version>6.0.0</jakarta-version>
693704
<prometheus-version>0.16.0</prometheus-version>

0 commit comments

Comments
 (0)