Skip to content

Commit 69931d5

Browse files
committed
fix: upgrade com.aerospike:aerospike-client-jdk8 from 9.0.3 to 9.0.4
Snyk has created this PR to upgrade com.aerospike:aerospike-client-jdk8 from 9.0.3 to 9.0.4. 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 195c718 commit 69931d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
2929
<maven-surefire-plugin.version>3.3.0</maven-surefire-plugin.version>
3030
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
31-
<aerospike-client-jdk8.version>9.0.3</aerospike-client-jdk8.version>
31+
<aerospike-client-jdk8.version>9.0.4</aerospike-client-jdk8.version>
3232
<aerospike-reactor.version>9.0.2</aerospike-reactor.version>
3333
<commons-lang3.version>3.14.0</commons-lang3.version>
3434
<jackson-dataformat-yaml.version>2.18.2</jackson-dataformat-yaml.version>
@@ -154,7 +154,7 @@
154154
<doctitle>Aerospike Java Object Mapper</doctitle>
155155
<show>public</show>
156156
<splitindex>true</splitindex>
157-
<bottom>Copyright &#169; 2020&#x2013;{currentYear} Aerospike, Inc. All rights reserved.</bottom>
157+
<bottom>Copyright © 2020{currentYear} Aerospike, Inc. All rights reserved.</bottom>
158158
<sourcepath>${basedir}/src/main/java</sourcepath>
159159
<source>1.8</source>
160160
</configuration>

0 commit comments

Comments
 (0)