Skip to content

Commit aeb0e89

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#1114)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-3369748
1 parent 43ce1a0 commit aeb0e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<httpcore.version>4.4.15</httpcore.version>
2323
<jedis.version>3.7.1</jedis.version>
2424
<jruby.version>9.3.9.0</jruby.version>
25-
<json-path.version>2.7.0</json-path.version>
25+
<json-path.version>2.8.0</json-path.version>
2626
<junit.version>4.13.2</junit.version>
2727
<jython.version>2.7.3</jython.version>
2828
<log4j.version>1.2.17</log4j.version>

0 commit comments

Comments
 (0)