Skip to content

Commit

Permalink
Merge pull request #161 from bitwiseman/dependabot/maven/org.hamcrest…
Browse files Browse the repository at this point in the history
…-hamcrest-library-2.1

Bump hamcrest-library from 1.3 to 2.1
  • Loading branch information
oleg-nenashev authored Oct 8, 2019
2 parents ee68d6b + a17e975 commit ea28426
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ THE SOFTWARE.
<changelist>-SNAPSHOT</changelist>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.5.v20170502</jetty.version>
<hamcrest.version>2.1</hamcrest.version>
<java.level>8</java.level>
<concurrency>1</concurrency> <!-- may use e.g. 2C for 2 × (number of cores) -->
<!--TODO: fix FindBugs-->
Expand Down Expand Up @@ -107,13 +108,23 @@ THE SOFTWARE.
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit ea28426

Please sign in to comment.