Skip to content

Commit 5cbfb2d

Browse files
committed
Update Dependencies!
1 parent 3610b6e commit 5cbfb2d

2 files changed

Lines changed: 17 additions & 12 deletions

File tree

pom.xml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.Logicism.Java-Horde-Bridge</groupId>
88
<artifactId>Java-Horde-Bridge</artifactId>
9-
<version>3.0-SNAPSHOT</version>
9+
<version>4.0-SNAPSHOT</version>
1010
<build>
1111
<defaultGoal>clean install</defaultGoal>
1212
<resources>
@@ -70,52 +70,52 @@
7070
<dependency>
7171
<groupId>org.json</groupId>
7272
<artifactId>json</artifactId>
73-
<version>20230618</version>
73+
<version>20260522</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.dataformat</groupId>
7777
<artifactId>jackson-dataformat-yaml</artifactId>
78-
<version>2.14.2</version>
78+
<version>2.22.0</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>com.fasterxml.jackson.datatype</groupId>
8282
<artifactId>jackson-datatype-jsr310</artifactId>
83-
<version>2.14.2</version>
83+
<version>2.22.0</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.fasterxml.jackson.core</groupId>
8787
<artifactId>jackson-core</artifactId>
88-
<version>2.15.2</version>
88+
<version>2.22.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-databind</artifactId>
93-
<version>2.15.2</version>
93+
<version>2.22.0</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.yaml</groupId>
9797
<artifactId>snakeyaml</artifactId>
98-
<version>2.0</version>
98+
<version>2.6</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.apache.logging.log4j</groupId>
102102
<artifactId>log4j-slf4j-impl</artifactId>
103-
<version>2.20.0</version>
103+
<version>2.26.0</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.apache.logging.log4j</groupId>
107107
<artifactId>log4j-core</artifactId>
108-
<version>2.20.0</version>
108+
<version>2.26.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.apache.logging.log4j</groupId>
112112
<artifactId>log4j-api</artifactId>
113-
<version>2.20.0</version>
113+
<version>2.26.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.fusesource.jansi</groupId>
117117
<artifactId>jansi</artifactId>
118-
<version>2.4.0</version>
118+
<version>2.4.3</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>commons-io</groupId>
@@ -132,5 +132,10 @@
132132
<artifactId>commons-cli</artifactId>
133133
<version>1.5.0</version>
134134
</dependency>
135+
<dependency>
136+
<groupId>com.twelvemonkeys.imageio</groupId>
137+
<artifactId>imageio-webp</artifactId>
138+
<version>3.12.0</version>
139+
</dependency>
135140
</dependencies>
136141
</project>

src/main/resources/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<Configuration status="INFO" xmlns="http://logging.apache.org/log4j/2.0/config">
2+
<Configuration status="ERROR" xmlns="http://logging.apache.org/log4j/2.0/config">
33
<Appenders>
44
<Console name="STDOUT" target="SYSTEM_OUT">
55
<PatternLayout pattern=" %highlight{%4p}{FATAL=red, ERROR=red, WARN=yellow, INFO=white, DEBUG=cyan, TRACE=blue} %style{|}{blue} %style{%d{HH:mm:ss}}{yellow} %style{|}{blue} %highlight{%m%n%throwable{0}}{FATAL=red, ERROR=red, WARN=yellow, INFO=white, DEBUG=cyan, TRACE=blue}" disableAnsi="false"/>

0 commit comments

Comments
 (0)