|
5 | 5 | <name>baseCode</name> |
6 | 6 | <groupId>baseCode</groupId> |
7 | 7 | <artifactId>baseCode</artifactId> |
8 | | - <version>1.1.21</version> |
| 8 | + <version>1.1.22</version> |
9 | 9 | <inceptionYear>2003</inceptionYear> |
10 | 10 | <description> |
11 | 11 | <![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]> |
12 | 12 | </description> |
13 | | - <url>https://github.com/pavlidisLab/basecode</url> |
| 13 | + <url>https://github.com/PavlidisLab/baseCode</url> |
14 | 14 | <organization> |
15 | | - <name>UBC Michael Smith Laboratories</name> |
16 | | - <url>http://www.msl.ubc.ca/</url> |
| 15 | + <name>Pavlidis Lab</name> |
| 16 | + <url>https://pavlab.msl.ubc.ca/</url> |
17 | 17 | </organization> |
18 | 18 | <packaging>jar</packaging> |
19 | 19 | <issueManagement> |
|
27 | 27 | <licenses> |
28 | 28 | <license> |
29 | 29 | <name>The Apache Software License, Version 2.0</name> |
30 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 30 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
31 | 31 | <distribution>repo</distribution> |
32 | 32 | </license> |
33 | 33 | </licenses> |
|
81 | 81 | <dependency> |
82 | 82 | <groupId>commons-io</groupId> |
83 | 83 | <artifactId>commons-io</artifactId> |
84 | | - <version>2.15.1</version> |
| 84 | + <version>2.16.1</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.apache.commons</groupId> |
|
144 | 144 | <dependency> |
145 | 145 | <groupId>org.apache.jena</groupId> |
146 | 146 | <artifactId>jena-core</artifactId> |
147 | | - <version>2.7.4</version> |
148 | | - <exclusions> |
149 | | - <exclusion> |
150 | | - <groupId>log4j</groupId> |
151 | | - <artifactId>log4j</artifactId> |
152 | | - </exclusion> |
153 | | - <exclusion> |
154 | | - <groupId>org.slf4j</groupId> |
155 | | - <artifactId>slf4j-log4j12</artifactId> |
156 | | - </exclusion> |
157 | | - </exclusions> |
158 | | - </dependency> |
159 | | - <!-- Be careful with versions of lucene --> |
160 | | - <!-- jena-text uses lucene 4.x.. Not ready for this. --> |
161 | | - <!-- <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-text</artifactId> <version>1.0.0-SNAPSHOT</version> |
162 | | - </dependency> --> |
163 | | - <dependency> |
164 | | - <groupId>org.apache.jena</groupId> |
165 | | - <artifactId>jena-larq</artifactId> |
166 | | - <version>1.0.0-incubating</version> |
167 | | - <exclusions> |
168 | | - <exclusion> |
169 | | - <groupId>log4j</groupId> |
170 | | - <artifactId>log4j</artifactId> |
171 | | - </exclusion> |
172 | | - <exclusion> |
173 | | - <groupId>org.slf4j</groupId> |
174 | | - <artifactId>slf4j-log4j12</artifactId> |
175 | | - </exclusion> |
176 | | - <exclusion> |
177 | | - <artifactId>icu4j</artifactId> |
178 | | - <groupId>com.ibm.icu</groupId> |
179 | | - </exclusion> |
180 | | - </exclusions> |
181 | | - </dependency> |
182 | | - <dependency> |
183 | | - <groupId>org.apache.jena</groupId> |
184 | | - <artifactId>jena-arq</artifactId> |
185 | | - <version>2.9.4</version> <!-- latest release is 2.10.1, but not compatible with larq? --> |
| 147 | + <version>2.13.0</version> |
186 | 148 | <exclusions> |
187 | 149 | <exclusion> |
188 | 150 | <groupId>log4j</groupId> |
|
264 | 226 | <version>4.11.0</version> |
265 | 227 | <scope>test</scope> |
266 | 228 | </dependency> |
| 229 | + <dependency> |
| 230 | + <groupId>org.assertj</groupId> |
| 231 | + <artifactId>assertj-core</artifactId> |
| 232 | + <version>3.25.3</version> |
| 233 | + <scope>test</scope> |
| 234 | + </dependency> |
| 235 | + <dependency> |
| 236 | + <groupId>org.apache.logging.log4j</groupId> |
| 237 | + <artifactId>log4j-api</artifactId> |
| 238 | + <version>2.23.1</version> |
| 239 | + <scope>test</scope> |
| 240 | + </dependency> |
267 | 241 | <dependency> |
268 | 242 | <groupId>org.apache.logging.log4j</groupId> |
269 | 243 | <artifactId>log4j-core</artifactId> |
270 | | - <version>2.21.1</version> |
| 244 | + <version>2.23.1</version> |
271 | 245 | <scope>test</scope> |
272 | 246 | </dependency> |
273 | 247 | <dependency> |
274 | 248 | <groupId>org.apache.logging.log4j</groupId> |
275 | 249 | <artifactId>log4j-slf4j-impl</artifactId> |
276 | | - <version>2.21.1</version> |
| 250 | + <version>2.23.1</version> |
277 | 251 | <scope>test</scope> |
278 | 252 | </dependency> |
279 | 253 | </dependencies> |
|
341 | 315 | <plugin> |
342 | 316 | <groupId>com.amashchenko.maven.plugin</groupId> |
343 | 317 | <artifactId>gitflow-maven-plugin</artifactId> |
344 | | - <version>1.16.0</version> |
| 318 | + <version>1.21.0</version> |
345 | 319 | <configuration> |
346 | 320 | <!-- Do not push to remote --> |
347 | 321 | <pushRemote>false</pushRemote> |
|
444 | 418 | <plugin> |
445 | 419 | <groupId>org.apache.maven.plugins</groupId> |
446 | 420 | <artifactId>maven-project-info-reports-plugin</artifactId> |
447 | | - <version>3.1.2</version> |
| 421 | + <version>3.2.2</version> |
448 | 422 | <reportSets> |
449 | 423 | <reportSet> |
450 | 424 | <reports> |
|
0 commit comments