Skip to content

Commit

Permalink
chore: update some dependency versions for security (#154)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
felix-seifert authored Oct 30, 2023
1 parent 3c34214 commit b1698eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>foss-root</artifactId>
<version>15</version>
<version>16</version>
</parent>

<licenses>
Expand Down Expand Up @@ -90,14 +90,14 @@
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>

<!-- versions -->
<guava.version>32.0.0-jre</guava.version>
<guava.version>32.1.3-jre</guava.version>
<jsr305.version>3.0.2</jsr305.version>
<jsr311-api.version>1.1.1</jsr311-api.version>
<junit.version>4.13.1</junit.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<mockito-core.version>3.2.4</mockito-core.version>
<commons-io.version>2.6</commons-io.version>
<jackson.version>2.13.2.20220328</jackson.version>
<jackson.version>2.15.3</jackson.version>
<immutables.version>2.9.3</immutables.version>
<powermock.version>2.0.2</powermock.version>
<objenesis.version>3.0.1</objenesis.version>
Expand Down Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>uk.co.datumedge</groupId>
<artifactId>hamcrest-json</artifactId>
<version>0.2</version>
<version>0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b1698eb

Please sign in to comment.