Skip to content

Commit

Permalink
Update dependency com.spotify:hamcrest-jackson to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 7, 2020
1 parent c928c1b commit f85551d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/full-it-jdk8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/full-it-jdk9+/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/jackson-it-jdk8-existing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/jackson-it-jdk9+-existing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/spotify-it-jdk8-existing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/it/spotify-it-jdk9+-existing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit f85551d

Please sign in to comment.