Skip to content

Commit fe36ebf

Browse files
Merge pull request #183 from kinde-oss/renovate/org.projectlombok-lombok-1.x
fix(deps): update dependency org.projectlombok:lombok to v1.18.42
2 parents 385dc7c + ae064ab commit fe36ebf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.projectlombok</groupId>
179179
<artifactId>lombok</artifactId>
180-
<version>1.18.40</version>
180+
<version>1.18.42</version>
181181
<scope>provided</scope>
182182
</dependency>
183183
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->

kinde-test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.projectlombok</groupId>
4343
<artifactId>lombok</artifactId>
44-
<version>1.18.40</version>
44+
<version>1.18.42</version>
4545
<scope>provided</scope>
4646
</dependency>
4747
</dependencies>

playground/kinde-springboot-thymeleaf-full-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<groupId>org.projectlombok</groupId>
7777
<artifactId>lombok</artifactId>
7878
<optional>true</optional>
79-
<version>1.18.40</version>
79+
<version>1.18.42</version>
8080
</dependency>
8181

8282
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>org.projectlombok</groupId>
139139
<artifactId>lombok</artifactId>
140-
<version>1.18.40</version>
140+
<version>1.18.42</version>
141141
<scope>provided</scope>
142142
</dependency>
143143
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
@@ -271,7 +271,7 @@
271271
<path>
272272
<groupId>org.projectlombok</groupId>
273273
<artifactId>lombok</artifactId>
274-
<version>1.18.40</version> <!-- Use the version you need -->
274+
<version>1.18.42</version> <!-- Use the version you need -->
275275
</path>
276276
</annotationProcessorPaths>
277277
</configuration>

0 commit comments

Comments
 (0)