Skip to content

Commit fda33ec

Browse files
committed
fix: upgrade org.projectlombok:lombok from 1.18.36 to 1.18.38
Snyk has created this PR to upgrade org.projectlombok:lombok from 1.18.36 to 1.18.38. See this package in maven: org.projectlombok:lombok 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 fda33ec

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-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>
35-
<lombok.version>1.18.36</lombok.version>
35+
<lombok.version>1.18.38</lombok.version>
3636
<reactor-test.version>3.7.2</reactor-test.version>
3737
<junit-jupiter.version>5.11.4</junit-jupiter.version>
3838
</properties>
@@ -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)