Update deps version

This commit is contained in:
devezhao 2019-12-10 14:40:28 +08:00
parent eff893d5bd
commit 6e520fd3b4

View file

@ -6,7 +6,7 @@
<groupId>com.rebuild</groupId>
<artifactId>rebuild</artifactId>
<packaging>war</packaging>
<version>1.7.0-dev</version>
<version>1.7.0</version>
<name>rebuild</name>
<description>Building your business-systems free!</description>
<url>https://getrebuild.com/</url>
@ -111,12 +111,12 @@
<dependency>
<groupId>com.github.devezhao</groupId>
<artifactId>bizz</artifactId>
<version>2956bc39e6</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.github.devezhao</groupId>
<artifactId>commons</artifactId>
<version>30e0c600fc</version>
<version>1.1.5</version>
<exclusions>
<exclusion>
<artifactId>httpclient</artifactId>
@ -127,7 +127,7 @@
<dependency>
<groupId>com.github.devezhao</groupId>
<artifactId>persist4j</artifactId>
<version>a3a3ffc9f3</version>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>