CCM NG: Updated some dependencies

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@5807 8810af33-2d31-482b-a856-94f89814c4df
jensp 2019-01-25 16:50:05 +00:00
parent 7a4352bf6b
commit f7d4bdd051
1 changed files with 3 additions and 3 deletions

View File

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