Skip to content

Commit 325159c

Browse files
committed
fix: upgrade org.projectlombok:lombok from 1.18.30 to 1.18.42
Snyk has created this PR to upgrade org.projectlombok:lombok from 1.18.30 to 1.18.42. See this package in maven: org.projectlombok:lombok See this project in Snyk: https://app.snyk.io/org/aerospike-applications/project/9925f5e4-744a-43d0-9884-434f0dc9ec73?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 657a9da commit 325159c

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
@@ -33,7 +33,7 @@
3333
<aerospike-client.version>7.2.1</aerospike-client.version>
3434
<json-path.version>2.9.0</json-path.version>
3535
<json-smart.version>2.5.0</json-smart.version>
36-
<lombok.version>1.18.30</lombok.version>
36+
<lombok.version>1.18.42</lombok.version>
3737
<junit-jupiter.version>5.10.2</junit-jupiter.version>
3838
<mockito.version>4.11.0</mockito.version>
3939
</properties>
@@ -156,7 +156,7 @@
156156
<doctitle>Aerospike Document API</doctitle>
157157
<show>public</show>
158158
<splitindex>true</splitindex>
159-
<bottom>Copyright &#169; 2020&#x2013;{currentYear} Aerospike, Inc. All rights reserved.</bottom>
159+
<bottom>Copyright © 2020{currentYear} Aerospike, Inc. All rights reserved.</bottom>
160160
<sourcepath>${basedir}/src/main/java</sourcepath>
161161
<source>1.8</source>
162162
</configuration>

0 commit comments

Comments
 (0)