Skip to content

Commit

Permalink
Fix Hamcrest versioning (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 28, 2023
1 parent 2c77cf0 commit 56c5c70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -90,6 +90,7 @@
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<buildnumber-maven-plugin.version>3.2.0</buildnumber-maven-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<hamcrest.version>2.2</hamcrest.version>
<hpi-plugin.version>3.48</hpi-plugin.version>
<incrementals-enforce-minimum.version>1.0-beta-4</incrementals-enforce-minimum.version>
<incrementals-plugin.version>1.7</incrementals-plugin.version>
Expand Down Expand Up @@ -155,7 +156,12 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
Expand Down

0 comments on commit 56c5c70

Please sign in to comment.