Skip to content

Commit 43dfd09

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-NETMINIDEV-8689573
1 parent 657a9da commit 43dfd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
3232
<jackson-databind.version>2.17.0</jackson-databind.version>
3333
<aerospike-client.version>7.2.1</aerospike-client.version>
34-
<json-path.version>2.9.0</json-path.version>
34+
<json-path.version>2.10.0</json-path.version>
3535
<json-smart.version>2.5.0</json-smart.version>
3636
<lombok.version>1.18.30</lombok.version>
3737
<junit-jupiter.version>5.10.2</junit-jupiter.version>
@@ -156,7 +156,7 @@
156156
<doctitle>Aerospike Document API</doctitle>
157157
<show>public</show>
158158
<splitindex>true</splitindex>
159-
<bottom>Copyright &#169; 2020&#x2013;{currentYear} Aerospike, Inc. All rights reserved.</bottom>
159+
<bottom>Copyright © 2020{currentYear} Aerospike, Inc. All rights reserved.</bottom>
160160
<sourcepath>${basedir}/src/main/java</sourcepath>
161161
<source>1.8</source>
162162
</configuration>

0 commit comments

Comments
 (0)