Skip to content

Commit 81ec693

Browse files
committed
fix: upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.1 to 2.19.2
Snyk has created this PR to upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.19.1 to 2.19.2. See this package in maven: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 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 81ec693

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
@@ -32,7 +32,7 @@
3232
<aerospike-client-jdk8.version>9.0.5</aerospike-client-jdk8.version>
3333
<aerospike-reactor.version>9.0.5</aerospike-reactor.version>
3434
<commons-lang3.version>3.18.0</commons-lang3.version>
35-
<jackson-dataformat-yaml.version>2.19.1</jackson-dataformat-yaml.version>
35+
<jackson-dataformat-yaml.version>2.19.2</jackson-dataformat-yaml.version>
3636
<lombok.version>1.18.38</lombok.version>
3737
<reactor-test.version>3.7.7</reactor-test.version>
3838
<junit-jupiter.version>5.11.4</junit-jupiter.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)