Skip to content

Commit 3a63804

Browse files
committed
Dependency updates
1 parent 889eded commit 3a63804

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
@@ -365,6 +365,14 @@
365365
<groupId>org.glassfish.jersey.media</groupId>
366366
<artifactId>jersey-media-json-processing</artifactId>
367367
</dependency>
368+
<dependency>
369+
<groupId>org.eclipse.parsson</groupId>
370+
<artifactId>parsson</artifactId>
371+
</dependency>
372+
<dependency>
373+
<groupId>org.eclipse.parsson</groupId>
374+
<artifactId>parsson-media</artifactId>
375+
</dependency>
368376

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

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,16 @@
520520
<artifactId>jersey-test-framework-provider-inmemory</artifactId>
521521
<version>${jersey-version}</version>
522522
</dependency>
523+
<dependency>
524+
<groupId>org.eclipse.parsson</groupId>
525+
<artifactId>parsson</artifactId>
526+
<version>${parsson-version}</version>
527+
</dependency>
528+
<dependency>
529+
<groupId>org.eclipse.parsson</groupId>
530+
<artifactId>parsson-media</artifactId>
531+
<version>${parsson-version}</version>
532+
</dependency>
523533
<dependency>
524534
<groupId>org.glassfish.grizzly</groupId>
525535
<artifactId>grizzly-http-servlet</artifactId>
@@ -690,6 +700,7 @@
690700
<junit.platform.surefire.version>1.3.2</junit.platform.surefire.version>
691701
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
692702
<jersey-version>3.1.3</jersey-version>
703+
<parsson-version>1.1.5</parsson-version>
693704
<grizzly-version>4.0.1</grizzly-version>
694705
<jakarta-version>6.0.0</jakarta-version>
695706
<prometheus-version>0.16.0</prometheus-version>

0 commit comments

Comments
 (0)