Skip to content

Commit fec3b6e

Browse files
committed
fix: upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.2 to 2.18.3
Snyk has created this PR to upgrade com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.2 to 2.18.3. 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 195c718 commit fec3b6e

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
@@ -31,7 +31,7 @@
3131
<aerospike-client-jdk8.version>9.0.3</aerospike-client-jdk8.version>
3232
<aerospike-reactor.version>9.0.2</aerospike-reactor.version>
3333
<commons-lang3.version>3.14.0</commons-lang3.version>
34-
<jackson-dataformat-yaml.version>2.18.2</jackson-dataformat-yaml.version>
34+
<jackson-dataformat-yaml.version>2.18.3</jackson-dataformat-yaml.version>
3535
<lombok.version>1.18.36</lombok.version>
3636
<reactor-test.version>3.7.2</reactor-test.version>
3737
<junit-jupiter.version>5.11.4</junit-jupiter.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)