Skip to content

Commit 46800b7

Browse files
chore(deps): update renovate dependency scan
1 parent b437a84 commit 46800b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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>

0 commit comments

Comments
 (0)