Skip to content

Commit 460b4e9

Browse files
authored
Merge pull request #210 from saurabhpro/renovate/all
fix(deps): update renovate dependency scan
2 parents 68c9299 + 075acee commit 460b4e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

JavaCon/SpecialKeywords/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.openjfx</groupId>
2121
<artifactId>javafx-controls</artifactId>
22-
<version>25-ea+8</version>
22+
<version>25-ea+10</version>
2323
</dependency>
2424

2525
</dependencies>

JavaCon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<logback.version>1.5.18</logback.version>
3030
<slf4j-api.version>2.0.17</slf4j-api.version>
3131

32-
<lombok.version>1.18.36</lombok.version>
32+
<lombok.version>1.18.38</lombok.version>
3333
<commons-io.version>2.18.0</commons-io.version>
3434

3535
<!-- reactive -->

Playground/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.5.2</version>
89+
<version>3.5.3</version>
9090
<configuration>
9191
<argLine>--enable-preview</argLine>
9292
</configuration>

Tools/moustache-demo/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.36</version>
44+
<version>1.18.38</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.github.spullara.mustache.java</groupId>

0 commit comments

Comments
 (0)