Skip to content

Commit 0306031

Browse files
Bump lombok from 1.18.12 to 1.18.18 (#1570)
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.12 to 1.18.18. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.12...v1.18.18) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 09b4c96 commit 0306031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-java-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.projectlombok</groupId>
4040
<artifactId>lombok</artifactId>
41-
<version>1.18.12</version>
41+
<version>1.18.18</version>
4242
<scope>provided</scope>
4343
</dependency>
4444
</dependencies>

docker-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<dependency>
121121
<groupId>org.projectlombok</groupId>
122122
<artifactId>lombok</artifactId>
123-
<version>1.18.12</version>
123+
<version>1.18.18</version>
124124
<scope>provided</scope>
125125
</dependency>
126126
</dependencies>

0 commit comments

Comments
 (0)