Skip to content

Commit 57dbe4a

Browse files
Update the APE version and dependencies
1 parent 20d32b8 commit 57dbe4a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.sanctuuary</groupId>
66
<artifactId>APE</artifactId>
7-
<version>2.2.6</version>
7+
<version>2.3.0</version>
88
<packaging>jar</packaging>
99
<name>io.github.sanctuuary:APE</name>
1010
<description>APE is a command line tool and an API for the automated exploration of possible computational pipelines (workflows) from large collections of computational tools.</description>
@@ -164,12 +164,12 @@
164164
<dependency>
165165
<groupId>org.apache.commons</groupId>
166166
<artifactId>commons-lang3</artifactId>
167-
<version>3.13.0</version>
167+
<version>3.14.0</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.apache.logging.log4j</groupId>
171171
<artifactId>log4j-core</artifactId>
172-
<version>2.20.0</version>
172+
<version>2.22.1</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>guru.nidi</groupId>
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>org.json</groupId>
182182
<artifactId>json</artifactId>
183-
<version>20231013</version>
183+
<version>20240205</version>
184184
</dependency>
185185
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
186186
<dependency>
@@ -192,12 +192,12 @@
192192
<dependency>
193193
<groupId>org.slf4j</groupId>
194194
<artifactId>slf4j-api</artifactId>
195-
<version>2.0.9</version>
195+
<version>2.0.12</version>
196196
</dependency>
197197
<dependency>
198198
<groupId>org.slf4j</groupId>
199199
<artifactId>slf4j-simple</artifactId>
200-
<version>2.0.9</version>
200+
<version>2.0.12</version>
201201
</dependency>
202202
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime -->
203203
<dependency>
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>commons-io</groupId>
216216
<artifactId>commons-io</artifactId>
217-
<version>2.14.0</version>
217+
<version>2.15.1</version>
218218
</dependency>
219219
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
220220
<dependency>

0 commit comments

Comments
 (0)