This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-12105 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit a15a967cf8fdfa4b08334c3f92a66358d1168075 Author: Julian Reschke <[email protected]> AuthorDate: Sat Feb 21 16:19:35 2026 +0100 OAK-12105: run/lucene: update gson dependencies to 2.13.2 --- 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 74e07b3b60..a0510f032f 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.json</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>
