Skip to content

Commit 7c989bc

Browse files
authored
OAK-12105: run/lucene: update gson dependencies to 2.13.2 (#2758)
1 parent 0deaad5 commit 7c989bc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

oak-lucene/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@
438438
<dependency>
439439
<groupId>com.google.code.gson</groupId>
440440
<artifactId>gson</artifactId>
441-
<version>2.11.0</version>
442441
<scope>test</scope>
443442
</dependency>
444443
<dependency>

oak-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,11 @@
601601
<artifactId>commons-collections4</artifactId>
602602
<version>4.5.0</version>
603603
</dependency>
604+
<dependency>
605+
<groupId>com.google.code.gson</groupId>
606+
<artifactId>gson</artifactId>
607+
<version>2.13.2</version>
608+
</dependency>
604609
<dependency>
605610
<groupId>org.apache.commons</groupId>
606611
<artifactId>commons-lang3</artifactId>

oak-run/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@
394394
<dependency>
395395
<groupId>com.google.code.gson</groupId>
396396
<artifactId>gson</artifactId>
397-
<version>2.10.1</version>
398397
</dependency>
399398
<dependency>
400399
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)