Skip to content

Commit

Permalink
Merge pull request #404 from powerunit/issue/#403
Browse files Browse the repository at this point in the history
Issue/#403 - Update dependencies
  • Loading branch information
boretti authored Mar 25, 2023
2 parents a141fb2 + 814a764 commit 3f8d5d3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -734,7 +734,7 @@
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<version>0.12</version>
<version>0.14</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand All @@ -755,7 +755,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/beanmatchers-it-jdk17+-existing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<version>0.12</version>
<version>0.14</version>
<optional>true</optional>
</dependency><dependency>
<groupId>javax.annotation</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/it/full-it-jdk17+/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<version>0.12</version>
<version>0.14</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -248,7 +248,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/jackson-it-jdk17+-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.2.0</version>
<version>1.3.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/it/setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>com.google.code.bean-matchers</groupId>
<artifactId>bean-matchers</artifactId>
<version>0.12</version>
<version>0.14</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand All @@ -222,7 +222,7 @@
<dependency>
<groupId>com.spotify</groupId>
<artifactId>hamcrest-jackson</artifactId>
<version>1.2.0</version>
<version>1.3.1</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/it/spotify-it-jdk17+-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.2.0</version>
<version>1.3.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f8d5d3

Please sign in to comment.