Skip to content

Commit ae44841

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-10734078
1 parent f2d69c8 commit ae44841

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
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
3232
<aerospike-client-jdk8.version>9.0.5</aerospike-client-jdk8.version>
3333
<aerospike-reactor.version>9.0.5</aerospike-reactor.version>
34-
<commons-lang3.version>3.14.0</commons-lang3.version>
34+
<commons-lang3.version>3.18.0</commons-lang3.version>
3535
<jackson-dataformat-yaml.version>2.19.1</jackson-dataformat-yaml.version>
3636
<lombok.version>1.18.38</lombok.version>
3737
<reactor-test.version>3.7.7</reactor-test.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)