Skip to content

Commit 1861d11

Browse files
chore(deps): update renovate dependency scan
1 parent b437a84 commit 1861d11

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

JavaCon/JsonIO/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.core</groupId>
2121
<artifactId>jackson-databind</artifactId>
22-
<version>2.18.0</version>
22+
<version>2.18.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>commons-io</groupId>

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>24-ea+5</version>
22+
<version>24-ea+15</version>
2323
</dependency>
2424

2525
</dependencies>

Playground/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.dataformat</groupId>
2121
<artifactId>jackson-dataformat-yaml</artifactId>
22-
<version>2.18.0</version>
22+
<version>2.18.1</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.18.0</version>
27+
<version>2.18.1</version>
2828
</dependency>
2929

3030
<dependency>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-surefire-plugin</artifactId>
89-
<version>3.5.1</version>
89+
<version>3.5.2</version>
9090
<configuration>
9191
<argLine>--enable-preview</argLine>
9292
</configuration>

Testing/MutationPITesting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.pitest</groupId>
3636
<artifactId>pitest-maven</artifactId>
37-
<version>1.17.0</version>
37+
<version>1.17.1</version>
3838
<!-- <configuration>-->
3939
<!-- <targetClasses>-->
4040
<!-- <param>com.saurabh.*</param>-->

0 commit comments

Comments
 (0)