Skip to content

Commit 9492d46

Browse files
committed
fix: upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0
Snyk has created this PR to upgrade org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0. See this package in maven: org.apache.commons:commons-lang3 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 9492d46

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
<javax.validation-api.version>2.0.1.Final</javax.validation-api.version>
3131
<aerospike-client-jdk8.version>9.0.3</aerospike-client-jdk8.version>
3232
<aerospike-reactor.version>9.0.2</aerospike-reactor.version>
33-
<commons-lang3.version>3.14.0</commons-lang3.version>
33+
<commons-lang3.version>3.17.0</commons-lang3.version>
3434
<jackson-dataformat-yaml.version>2.18.2</jackson-dataformat-yaml.version>
3535
<lombok.version>1.18.36</lombok.version>
3636
<reactor-test.version>3.7.2</reactor-test.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)