Skip to content

Commit b1698eb

Browse files
chore: update some dependency versions for security (#154)
* chore: update guava version to `32.1.3` * chore: upgrade `com.fasterxml.jackson` to `2.15.3` * chore: upgrade `hamcrest-json` to `0.3` * chore: update Spotify `foss-root` to `16`
1 parent 3c34214 commit b1698eb

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
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.spotify</groupId>
1010
<artifactId>foss-root</artifactId>
11-
<version>15</version>
11+
<version>16</version>
1212
</parent>
1313

1414
<licenses>
@@ -90,14 +90,14 @@
9090
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>
9191

9292
<!-- versions -->
93-
<guava.version>32.0.0-jre</guava.version>
93+
<guava.version>32.1.3-jre</guava.version>
9494
<jsr305.version>3.0.2</jsr305.version>
9595
<jsr311-api.version>1.1.1</jsr311-api.version>
9696
<junit.version>4.13.1</junit.version>
9797
<slf4j-api.version>1.7.36</slf4j-api.version>
9898
<mockito-core.version>3.2.4</mockito-core.version>
9999
<commons-io.version>2.6</commons-io.version>
100-
<jackson.version>2.13.2.20220328</jackson.version>
100+
<jackson.version>2.15.3</jackson.version>
101101
<immutables.version>2.9.3</immutables.version>
102102
<powermock.version>2.0.2</powermock.version>
103103
<objenesis.version>3.0.1</objenesis.version>
@@ -200,7 +200,7 @@
200200
<dependency>
201201
<groupId>uk.co.datumedge</groupId>
202202
<artifactId>hamcrest-json</artifactId>
203-
<version>0.2</version>
203+
<version>0.3</version>
204204
<scope>test</scope>
205205
</dependency>
206206
<dependency>

0 commit comments

Comments
 (0)