Skip to content

Commit

Permalink
Merge pull request #142 from Grimoren/master
Browse files Browse the repository at this point in the history
Fix CVE from being reported against accessors-smart
  • Loading branch information
UrielCh authored May 5, 2023
2 parents 5a0297e + 279a9a1 commit b79fc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accessors-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>2.4.9</version>
<version>2.4.10</version>
<name>ASM based accessors helper used by json-smart</name>
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.</description>
<packaging>bundle</packaging>
Expand Down

0 comments on commit b79fc56

Please sign in to comment.