Skip to content

Commit b79fc56

Browse files
authored
Merge pull request #142 from Grimoren/master
Fix CVE from being reported against accessors-smart
2 parents 5a0297e + 279a9a1 commit b79fc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
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.9</version>
20+
<version>2.4.10</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>

0 commit comments

Comments
 (0)