Skip to content

Commit

Permalink
upgrade springboot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wenzel committed Nov 30, 2018
1 parent f49df47 commit 030ad43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zkspringboot-autoconfig/pom.xml
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>2.0.4.RELEASE</springboot.version>
<springboot.version>2.1.0.RELEASE</springboot.version>
<zk.version>8.5.2.1-Eval</zk.version>

<zats.version>2.0.0</zats.version>
Expand Down
2 changes: 1 addition & 1 deletion zkspringboot-starter/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.4.RELEASE</version>
<version>2.1.0.RELEASE</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 030ad43

Please sign in to comment.