Skip to content

Commit cf73a2a

Browse files
authored
Fix Build Failure (#6)
1 parent ba25119 commit cf73a2a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@
108108
<dependency>
109109
<groupId>co.elastic.clients</groupId>
110110
<artifactId>elasticsearch-java</artifactId>
111-
<version>8.12.2</version>
111+
<version>8.2.2</version>
112+
</dependency>
113+
<dependency>
114+
<groupId>org.eclipse.parsson</groupId>
115+
<artifactId>parsson</artifactId>
116+
<version>1.0.5</version>
112117
</dependency>
113118
<!-- pin httpclient for CVE -->
114119
<dependency>

0 commit comments

Comments
 (0)