File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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
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
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 >
You can’t perform that action at this time.
0 commit comments