Skip to content

Commit 2318eb1

Browse files
authored
Merge pull request #112 from couchbase-examples/dependabot/maven/org.projectlombok-lombok-1.18.38
Bump org.projectlombok:lombok from 1.18.36 to 1.18.38
2 parents c6eec7b + f3059a2 commit 2318eb1

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
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.projectlombok</groupId>
8080
<artifactId>lombok</artifactId>
81-
<version>1.18.36</version>
81+
<version>1.18.38</version>
8282
<scope>provided</scope>
8383
</dependency>
8484
<!-- https://mvnrepository.com/artifact/org.mindrot/jbcrypt -->
@@ -119,7 +119,7 @@
119119
<path>
120120
<groupId>org.projectlombok</groupId>
121121
<artifactId>lombok</artifactId>
122-
<version>1.18.36</version>
122+
<version>1.18.38</version>
123123
</path>
124124
</annotationProcessorPaths>
125125
</configuration>

0 commit comments

Comments
 (0)