Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
darkredz committed Dec 12, 2020
1 parent f37e109 commit 095c409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>io.zeko</groupId>
<artifactId>zeko-validator</artifactId>
<version>1.1.2</version>
<version>1.1.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ mvn clean compile vertx:run -Dvertx.verticle="$packageName.BootstrapVerticle" \
<properties>
<vertx.verticle>$packageName.BootstrapVerticle</vertx.verticle>
<kotlin.version>1.3.61</kotlin.version>
<zeko-restapi.version>1.2.3</zeko-restapi.version>
<zeko-restapi.version>1.2.4</zeko-restapi.version>
<vertx.version>3.9.4</vertx.version>
<micrometer.version>1.1.0</micrometer.version>
<java.version>1.8</java.version>
Expand Down

0 comments on commit 095c409

Please sign in to comment.