File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.minidev</groupId >
5
5
<artifactId >accessors-smart</artifactId >
6
- <version >2.4.2 </version >
6
+ <version >2.4.3 </version >
7
7
<name >ASM based accessors helper used by json-smart</name >
8
8
<description >Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
9
9
</description >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.minidev</groupId >
5
5
<artifactId >minidev-parent</artifactId >
6
- <version >2.4.2 </version >
6
+ <version >2.4.3 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >json-smart-action</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >net.minidev</groupId >
5
5
<artifactId >minidev-parent</artifactId >
6
- <version >2.4.2 </version >
6
+ <version >2.4.3 </version >
7
7
</parent >
8
8
<!-- this POM is released under an Apache 2.0 license -->
9
9
<modelVersion >4.0.0</modelVersion >
56
56
<dependency >
57
57
<groupId >net.minidev</groupId >
58
58
<artifactId >accessors-smart</artifactId >
59
- <version >2.4.2 </version >
59
+ <version >2.4.3 </version >
60
60
</dependency >
61
61
</dependencies >
62
62
<scm >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >net.minidev</groupId >
5
5
<artifactId >minidev-parent</artifactId >
6
- <version >2.4.2 </version >
6
+ <version >2.4.3 </version >
7
7
<name >Minidev super pom</name >
8
8
<description >minidev common properties.</description >
9
9
<packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments