chore: Update deps
Some checks failed
/ build (push) Failing after 13s

Signed-off-by: Minecon724 <git@m724.eu>
This commit is contained in:
Minecon724 2025-02-10 16:26:28 +01:00
parent 8c2d0d8f46
commit d4757d71a2
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>commons-cli</groupId> <groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId> <artifactId>commons-cli</artifactId>
<version>1.8.0</version> <version>1.9.0</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
@ -33,7 +33,7 @@
<dependency> <dependency>
<groupId>io.pebbletemplates</groupId> <groupId>io.pebbletemplates</groupId>
<artifactId>pebble</artifactId> <artifactId>pebble</artifactId>
<version>3.2.2</version> <version>3.2.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>
@ -43,7 +43,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.16.1</version> <version>2.18.0</version>
</dependency> </dependency>
<dependency> <dependency>