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 21
21
<parent >
22
22
<groupId >org.mybatis</groupId >
23
23
<artifactId >mybatis-parent</artifactId >
24
- <version >24-SNAPSHOT </version >
24
+ <version >24</version >
25
25
</parent >
26
26
27
27
<artifactId >mybatis-spring</artifactId >
110
110
<dependency >
111
111
<groupId >org.mybatis</groupId >
112
112
<artifactId >mybatis</artifactId >
113
- <version >3.2.8 </version >
113
+ <version >3.3.0 </version >
114
114
<scope >provided</scope >
115
115
</dependency >
116
116
174
174
<dependency >
175
175
<groupId >org.jboss.byteman</groupId >
176
176
<artifactId >byteman-bmunit</artifactId >
177
- <version >3.0.0 </version >
177
+ <version >3.0.1 </version >
178
178
<scope >test</scope >
179
179
</dependency >
180
180
306
306
</testResources >
307
307
</build >
308
308
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 -->
311
311
<profiles >
312
312
<profile >
313
313
<id >mac-jvm-classloader-issue</id >
You can’t perform that action at this time.
0 commit comments