Skip to content

Commit 5395d15

Browse files
committed
Update pom
update mybatis-parent so travis builds work update mybatis version update byteman bmunit Fix spelling mistake
1 parent acdabb0 commit 5395d15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.mybatis</groupId>
2323
<artifactId>mybatis-parent</artifactId>
24-
<version>24-SNAPSHOT</version>
24+
<version>24</version>
2525
</parent>
2626

2727
<artifactId>mybatis-spring</artifactId>
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.mybatis</groupId>
112112
<artifactId>mybatis</artifactId>
113-
<version>3.2.8</version>
113+
<version>3.3.0</version>
114114
<scope>provided</scope>
115115
</dependency>
116116

@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.jboss.byteman</groupId>
176176
<artifactId>byteman-bmunit</artifactId>
177-
<version>3.0.0</version>
177+
<version>3.0.1</version>
178178
<scope>test</scope>
179179
</dependency>
180180

@@ -306,8 +306,8 @@
306306
</testResources>
307307
</build>
308308

309-
<!-- TODO: Why is this necessary, the dependency is alreayd present at this scope? -->
310-
<!-- this is just a turnaround to Mac compilers -->
309+
<!-- TODO: Why is this necessary, the dependency is already present at this scope? -->
310+
<!-- this is just a turn-around to Mac compilers -->
311311
<profiles>
312312
<profile>
313313
<id>mac-jvm-classloader-issue</id>

0 commit comments

Comments
 (0)