Skip to content

Commit 5a2930c

Browse files
committed
fix: upgrade com.aerospike:aerospike-client from 7.2.1 to 7.2.3
Snyk has created this PR to upgrade com.aerospike:aerospike-client from 7.2.1 to 7.2.3. See this package in maven: com.aerospike:aerospike-client 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 5a2930c

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
@@ -30,7 +30,7 @@
3030
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
3131
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
3232
<jackson-databind.version>2.17.0</jackson-databind.version>
33-
<aerospike-client.version>7.2.1</aerospike-client.version>
33+
<aerospike-client.version>7.2.3</aerospike-client.version>
3434
<json-path.version>2.9.0</json-path.version>
3535
<json-smart.version>2.5.0</json-smart.version>
3636
<lombok.version>1.18.30</lombok.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)