Skip to content

Commit

Permalink
Fix hamcrest versioning (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Jun 16, 2023
1 parent b8d8903 commit d5242a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -73,6 +73,7 @@
<build-helper-maven-plugin.version>3.4.0</build-helper-maven-plugin.version>
<frontend-version>1.12.1</frontend-version>
<gmavenplus-plugin.version>3.0.0</gmavenplus-plugin.version>
<hamcrest.version>2.2</hamcrest.version>
<hpi-plugin.version>3.46</hpi-plugin.version>
<incrementals-enforce-minimum.version>1.0-beta-4</incrementals-enforce-minimum.version>
<incrementals-plugin.version>1.6</incrementals-plugin.version>
Expand Down Expand Up @@ -187,7 +188,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 d5242a1

Please sign in to comment.