Skip to content

Commit 6c7d490

Browse files
committed
fix: upgrade com.aerospike:aerospike-client-jdk8 from 9.0.5 to 9.1.0
Snyk has created this PR to upgrade com.aerospike:aerospike-client-jdk8 from 9.0.5 to 9.1.0. See this package in maven: com.aerospike:aerospike-client-jdk8 See this project in Snyk: https://app.snyk.io/org/aerospike-applications/project/d5780859-e147-4abc-a209-2ebbdd5b4312?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 312fb81 commit 6c7d490

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
@@ -29,7 +29,7 @@
2929
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
3030
<maven-central-publishing-plugin.version>0.8.0</maven-central-publishing-plugin.version>
3131
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
32-
<aerospike-client-jdk8.version>9.0.5</aerospike-client-jdk8.version>
32+
<aerospike-client-jdk8.version>9.1.0</aerospike-client-jdk8.version>
3333
<aerospike-reactor.version>9.0.5</aerospike-reactor.version>
3434
<commons-lang3.version>3.18.0</commons-lang3.version>
3535
<jackson-dataformat-yaml.version>2.19.1</jackson-dataformat-yaml.version>
@@ -155,7 +155,7 @@
155155
<doctitle>Aerospike Java Object Mapper</doctitle>
156156
<show>public</show>
157157
<splitindex>true</splitindex>
158-
<bottom>Copyright &#169; 2020&#x2013;{currentYear} Aerospike, Inc. All rights reserved.</bottom>
158+
<bottom>Copyright © 2020{currentYear} Aerospike, Inc. All rights reserved.</bottom>
159159
<sourcepath>${basedir}/src/main/java</sourcepath>
160160
<source>1.8</source>
161161
</configuration>

0 commit comments

Comments
 (0)