Skip to content

Commit a075232

Browse files
committed
Update dependencies:
- lombok: 1.18.36 - guava: 33.4.0-jre - gson: 2.11.0 - spotbug-annotations: 4.8.6 Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
1 parent 9298374 commit a075232

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
<dependency>
6868
<groupId>org.projectlombok</groupId>
6969
<artifactId>lombok</artifactId>
70-
<version>1.18.24</version>
70+
<version>1.18.36</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.guava</groupId>
7474
<artifactId>guava</artifactId>
75-
<version>32.0.0-jre</version>
75+
<version>33.4.0-jre</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>com.squareup.retrofit2</groupId>
@@ -92,12 +92,12 @@
9292
<dependency>
9393
<groupId>com.google.code.gson</groupId>
9494
<artifactId>gson</artifactId>
95-
<version>2.10</version>
95+
<version>2.11.0</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.github.spotbugs</groupId>
9999
<artifactId>spotbugs-annotations</artifactId>
100-
<version>4.2.0</version>
100+
<version>4.8.6</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)