Skip to content

Commit 682abac

Browse files
committed
Update to Spring 4.3.6.RELEASE
gh-187
1 parent d04055e commit 682abac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<gcu.product>Spring</gcu.product>
106106
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
107107
<osgi.dynamicImport>*</osgi.dynamicImport>
108-
<spring.version>4.3.5.RELEASE</spring.version>
108+
<spring.version>4.3.6.RELEASE</spring.version>
109109
</properties>
110110

111111
<dependencies>

src/main/java/org/mybatis/spring/MyBatisExceptionTranslator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2010-2016 the original author or authors.
2+
* Copyright 2010-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)