Skip to content

Commit 634669c

Browse files
committed
Upgrade to mybatis 3.5.1
Fixes gh-47
1 parent 017a83d commit 634669c

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.
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.mybatis</groupId>
8585
<artifactId>mybatis</artifactId>
86-
<version>3.4.6</version>
86+
<version>3.5.1</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.freemarker</groupId>

0 commit comments

Comments
 (0)