Skip to content

Commit 3ad94c7

Browse files
committed
fix: upgrade net.minidev:json-smart from 2.5.0 to 2.6.0
Snyk has created this PR to upgrade net.minidev:json-smart from 2.5.0 to 2.6.0. See this package in maven: net.minidev:json-smart See this project in Snyk: https://app.snyk.io/org/aerospike-applications/project/9925f5e4-744a-43d0-9884-434f0dc9ec73?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 657a9da commit 3ad94c7

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
@@ -32,7 +32,7 @@
3232
<jackson-databind.version>2.17.0</jackson-databind.version>
3333
<aerospike-client.version>7.2.1</aerospike-client.version>
3434
<json-path.version>2.9.0</json-path.version>
35-
<json-smart.version>2.5.0</json-smart.version>
35+
<json-smart.version>2.6.0</json-smart.version>
3636
<lombok.version>1.18.30</lombok.version>
3737
<junit-jupiter.version>5.10.2</junit-jupiter.version>
3838
<mockito.version>4.11.0</mockito.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)