This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7c989bc84a OAK-12105: run/lucene: update gson dependencies to 2.13.2
(#2758)
7c989bc84a is described below
commit 7c989bc84a206278f09788c2b4c20d38c1f900a1
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Feb 23 10:40:35 2026 +0100
OAK-12105: run/lucene: update gson dependencies to 2.13.2 (#2758)
---
oak-lucene/pom.xml | 1 -
oak-parent/pom.xml | 5 +++++
oak-run/pom.xml | 1 -
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/oak-lucene/pom.xml b/oak-lucene/pom.xml
index 7dd516cbc8..1f5dce34a9 100644
--- a/oak-lucene/pom.xml
+++ b/oak-lucene/pom.xml
@@ -438,7 +438,6 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 05bfc71338..21b98a5056 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -601,6 +601,11 @@
<artifactId>commons-collections4</artifactId>
<version>4.5.0</version>
</dependency>
+ <dependency>
+ <groupId>com.google.code.gson</groupId>
+ <artifactId>gson</artifactId>
+ <version>2.13.2</version>
+ </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index 6402fa6629..93fc4b8d12 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -394,7 +394,6 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>