Skip to content

Commit 3dbf210

Browse files
chore(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.44
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.44. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.38...v1.18.44) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5960f76 commit 3dbf210

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

dbx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<path>
3737
<groupId>org.projectlombok</groupId>
3838
<artifactId>lombok</artifactId>
39-
<version>1.18.42</version>
39+
<version>1.18.44</version>
4040
</path>
4141
</annotationProcessorPaths>
4242
<compilerArgs>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.projectlombok</groupId>
5959
<artifactId>lombok</artifactId>
60-
<version>1.18.42</version>
60+
<version>1.18.44</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.code.gson</groupId>

flow/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<path>
2929
<groupId>org.projectlombok</groupId>
3030
<artifactId>lombok</artifactId>
31-
<version>1.18.42</version>
31+
<version>1.18.44</version>
3232
</path>
3333
</annotationProcessorPaths>
3434
<compilerArgs>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.projectlombok</groupId>
6060
<artifactId>lombok</artifactId>
61-
<version>1.18.42</version>
61+
<version>1.18.44</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.code.gson</groupId>

launcher/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<path>
5151
<groupId>org.projectlombok</groupId>
5252
<artifactId>lombok</artifactId>
53-
<version>1.18.42</version>
53+
<version>1.18.44</version>
5454
</path>
5555
</annotationProcessorPaths>
5656
<compilerArgs>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.projectlombok</groupId>
8787
<artifactId>lombok</artifactId>
88-
<version>1.18.38</version>
88+
<version>1.18.44</version>
8989
<scope>provided</scope>
9090
</dependency>
9191

server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<path>
5151
<groupId>org.projectlombok</groupId>
5252
<artifactId>lombok</artifactId>
53-
<version>1.18.42</version>
53+
<version>1.18.44</version>
5454
</path>
5555
</annotationProcessorPaths>
5656
<compilerArgs>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.projectlombok</groupId>
7272
<artifactId>lombok</artifactId>
73-
<version>1.18.42</version>
73+
<version>1.18.44</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>io.javalin</groupId>

ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<path>
6666
<groupId>org.projectlombok</groupId>
6767
<artifactId>lombok</artifactId>
68-
<version>1.18.42</version>
68+
<version>1.18.44</version>
6969
</path>
7070
</annotationProcessorPaths>
7171
<compilerArgs>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.projectlombok</groupId>
106106
<artifactId>lombok</artifactId>
107-
<version>1.18.38</version>
107+
<version>1.18.44</version>
108108
<scope>provided</scope>
109109
</dependency>
110110

0 commit comments

Comments
 (0)