Skip to content

Commit f6be044

Browse files
committed
Upgrade to Spring Boot 1.5.10
Fixes gh-220
1 parent 01c1b09 commit f6be044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2017 the original author or authors.
4+
Copyright 2015-2018 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@
6969
<properties>
7070
<mybatis.version>3.4.5</mybatis.version>
7171
<mybatis-spring.version>1.3.1</mybatis-spring.version>
72-
<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
72+
<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
7373
</properties>
7474

7575
<dependencyManagement>

0 commit comments

Comments
 (0)