This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new ccbe6cad66 OAK-10407: run/lucene: update gson dependencies to 2.10.1 
(#1078)
ccbe6cad66 is described below

commit ccbe6cad669aae6f8140ad7fd7ae3c0231607bca
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Aug 17 15:23:55 2023 +0200

    OAK-10407: run/lucene: update gson dependencies to 2.10.1 (#1078)
---
 oak-lucene/pom.xml | 2 +-
 oak-run/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-lucene/pom.xml b/oak-lucene/pom.xml
index b3fe1f24de..10b56a1948 100644
--- a/oak-lucene/pom.xml
+++ b/oak-lucene/pom.xml
@@ -426,7 +426,7 @@
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.8.0</version>
+      <version>2.10.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index 61d9abc259..6d27a5d087 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -341,7 +341,7 @@
     <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
-      <version>2.8.0</version>
+      <version>2.10.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>

Reply via email to