Skip to content

Commit

Permalink
Merge pull request #2 from nytta/dev
Browse files Browse the repository at this point in the history
spring version -> 4.3.18
  • Loading branch information
nytta authored Jan 21, 2019
2 parents 32ca656 + 03ecac2 commit 4052058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobia-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring_version>4.3.17.RELEASE</spring_version>
<spring_version>4.3.18.RELEASE</spring_version>
<zkclient_version>0.10</zkclient_version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion cobia-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spring_version>4.3.17.RELEASE</spring_version>
<spring_version>4.3.18.RELEASE</spring_version>
<zkclient_version>0.10</zkclient_version>
</properties>

Expand Down

0 comments on commit 4052058

Please sign in to comment.