Skip to content

Commit 5eebe67

Browse files
committed
chore: update various dependencies
1 parent 2a4a36f commit 5eebe67

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

owlplug-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>commons-io</groupId>
8989
<artifactId>commons-io</artifactId>
90-
<version>2.7</version>
90+
<version>2.11.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.openjfx</groupId>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.googlecode.plist</groupId>
133133
<artifactId>dd-plist</artifactId>
134-
<version>1.23</version>
134+
<version>1.26</version>
135135
</dependency>
136136

137137
<dependency>

owlplug-host/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>junit</groupId>
2121
<artifactId>junit</artifactId>
22-
<version>3.8.1</version>
22+
<version>4.13.2</version>
2323
<scope>test</scope>
2424
</dependency>
2525

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.slf4j</groupId>
4040
<artifactId>slf4j-api</artifactId>
41-
<version>1.7.26</version>
41+
<version>2.0.5</version>
4242
</dependency>
4343
</dependencies>
4444

0 commit comments

Comments
 (0)