CCM NG: Updated some dependencies

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5807 8810af33-2d31-482b-a856-94f89814c4df

Former-commit-id: f7d4bdd051
pull/2/head
jensp 2019-01-25 16:50:05 +00:00
parent e2e134ab49
commit e7000ab2fd
1 changed files with 3 additions and 3 deletions

View File

@ -775,12 +775,12 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<version>2.1</version>
<scope>test</scope>
</dependency>
@ -800,7 +800,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.196</version>
<version>1.4.197</version>
</dependency>
</dependencies>