Skip to content

Commit c75eb3d

Browse files
committed
Upgrade to Spring Boot 1.5.19.RELEASE
Fixes gh-293
1 parent 4407f8f commit c75eb3d

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-2018 the original author or authors.
4+
Copyright 2015-2019 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.6</mybatis.version>
7171
<mybatis-spring.version>1.3.2</mybatis-spring.version>
72-
<spring-boot.version>1.5.17.RELEASE</spring-boot.version>
72+
<spring-boot.version>1.5.19.RELEASE</spring-boot.version>
7373
</properties>
7474

7575
<dependencyManagement>

0 commit comments

Comments
 (0)