Skip to content

Commit d6a8c5e

Browse files
committed
no need to upgrade accessors-smart version number
1 parent a9659af commit d6a8c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accessors-smart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>net.minidev</groupId>
1919
<artifactId>accessors-smart</artifactId>
20-
<version>2.4.10</version>
20+
<version>2.4.9</version>
2121
<name>ASM based accessors helper used by json-smart</name>
2222
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.</description>
2323
<packaging>bundle</packaging>

json-smart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ limitations under the License.
260260
<dependency>
261261
<groupId>net.minidev</groupId>
262262
<artifactId>accessors-smart</artifactId>
263-
<version>2.4.10</version>
263+
<version>2.4.9</version>
264264
</dependency>
265265
</dependencies>
266266
</project>

0 commit comments

Comments
 (0)