|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>io.github.sanctuuary</groupId> |
6 | 6 | <artifactId>APE</artifactId> |
7 | | - <version>2.2.6</version> |
| 7 | + <version>2.3.0</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>io.github.sanctuuary:APE</name> |
10 | 10 | <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 | 164 | <dependency> |
165 | 165 | <groupId>org.apache.commons</groupId> |
166 | 166 | <artifactId>commons-lang3</artifactId> |
167 | | - <version>3.13.0</version> |
| 167 | + <version>3.14.0</version> |
168 | 168 | </dependency> |
169 | 169 | <dependency> |
170 | 170 | <groupId>org.apache.logging.log4j</groupId> |
171 | 171 | <artifactId>log4j-core</artifactId> |
172 | | - <version>2.20.0</version> |
| 172 | + <version>2.22.1</version> |
173 | 173 | </dependency> |
174 | 174 | <dependency> |
175 | 175 | <groupId>guru.nidi</groupId> |
|
180 | 180 | <dependency> |
181 | 181 | <groupId>org.json</groupId> |
182 | 182 | <artifactId>json</artifactId> |
183 | | - <version>20231013</version> |
| 183 | + <version>20240205</version> |
184 | 184 | </dependency> |
185 | 185 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api --> |
186 | 186 | <dependency> |
|
192 | 192 | <dependency> |
193 | 193 | <groupId>org.slf4j</groupId> |
194 | 194 | <artifactId>slf4j-api</artifactId> |
195 | | - <version>2.0.9</version> |
| 195 | + <version>2.0.12</version> |
196 | 196 | </dependency> |
197 | 197 | <dependency> |
198 | 198 | <groupId>org.slf4j</groupId> |
199 | 199 | <artifactId>slf4j-simple</artifactId> |
200 | | - <version>2.0.9</version> |
| 200 | + <version>2.0.12</version> |
201 | 201 | </dependency> |
202 | 202 | <!-- https://mvnrepository.com/artifact/org.antlr/antlr4-runtime --> |
203 | 203 | <dependency> |
|
214 | 214 | <dependency> |
215 | 215 | <groupId>commons-io</groupId> |
216 | 216 | <artifactId>commons-io</artifactId> |
217 | | - <version>2.14.0</version> |
| 217 | + <version>2.15.1</version> |
218 | 218 | </dependency> |
219 | 219 | <!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp --> |
220 | 220 | <dependency> |
|
0 commit comments