|
52 | 52 | <artifactId>poi</artifactId> |
53 | 53 | <version>5.4.1</version> |
54 | 54 | <optional>true</optional> |
| 55 | + <exclusions> |
| 56 | + <exclusion> |
| 57 | + <groupId>org.apache.logging.log4j</groupId> |
| 58 | + <artifactId>log4j-api</artifactId> |
| 59 | + </exclusion> |
| 60 | + <exclusion> |
| 61 | + <groupId>commons-codec</groupId> |
| 62 | + <artifactId>commons-codec</artifactId> |
| 63 | + </exclusion> |
| 64 | + <exclusion> |
| 65 | + <groupId>commons-io</groupId> |
| 66 | + <artifactId>commons-io</artifactId> |
| 67 | + </exclusion> |
| 68 | + <exclusion> |
| 69 | + <groupId>org.apache.commons</groupId> |
| 70 | + <artifactId>commons-collections4</artifactId> |
| 71 | + </exclusion> |
| 72 | + </exclusions> |
55 | 73 | </dependency> |
56 | 74 |
|
57 | 75 | <dependency> |
|
64 | 82 | <dependency> |
65 | 83 | <groupId>commons-net</groupId> |
66 | 84 | <artifactId>commons-net</artifactId> |
67 | | - <version>3.11.1</version> |
| 85 | + <version>3.12.0</version> |
68 | 86 | </dependency> |
69 | 87 | <dependency> |
70 | 88 | <groupId>org.apache.commons</groupId> |
|
91 | 109 | <dependency> |
92 | 110 | <groupId>commons-io</groupId> |
93 | 111 | <artifactId>commons-io</artifactId> |
94 | | - <version>2.18.0</version> |
| 112 | + <version>2.20.0</version> |
95 | 113 | </dependency> |
96 | 114 | <dependency> |
97 | 115 | <groupId>org.apache.commons</groupId> |
98 | 116 | <artifactId>commons-collections4</artifactId> |
99 | | - <version>4.4</version> |
| 117 | + <version>4.5.0</version> |
100 | 118 | </dependency> |
101 | 119 | <dependency> |
102 | 120 | <groupId>commons-codec</groupId> |
103 | 121 | <artifactId>commons-codec</artifactId> |
104 | | - <version>1.18.0</version> |
| 122 | + <version>1.19.0</version> |
105 | 123 | <scope>runtime</scope> |
106 | 124 | </dependency> |
107 | 125 | <dependency> |
|
113 | 131 | <dependency> |
114 | 132 | <groupId>org.apache.commons</groupId> |
115 | 133 | <artifactId>commons-csv</artifactId> |
116 | | - <version>1.14.0</version> |
| 134 | + <version>1.14.1</version> |
117 | 135 | </dependency> |
118 | 136 |
|
119 | 137 | <!-- R engine --> |
|
302 | 320 | <dependency> |
303 | 321 | <groupId>org.assertj</groupId> |
304 | 322 | <artifactId>assertj-core</artifactId> |
305 | | - <version>3.27.3</version> |
| 323 | + <version>3.27.4</version> |
306 | 324 | <scope>test</scope> |
307 | 325 | </dependency> |
308 | 326 | <dependency> |
309 | 327 | <groupId>org.apache.logging.log4j</groupId> |
310 | 328 | <artifactId>log4j-api</artifactId> |
311 | | - <version>2.24.3</version> |
| 329 | + <version>${log4j.version}</version> |
312 | 330 | <scope>test</scope> |
313 | 331 | </dependency> |
314 | 332 | <dependency> |
315 | 333 | <groupId>org.apache.logging.log4j</groupId> |
316 | 334 | <artifactId>log4j-core</artifactId> |
317 | | - <version>2.24.3</version> |
| 335 | + <version>${log4j.version}</version> |
318 | 336 | <scope>test</scope> |
319 | 337 | </dependency> |
320 | 338 | <dependency> |
321 | 339 | <groupId>org.apache.logging.log4j</groupId> |
322 | 340 | <artifactId>log4j-slf4j-impl</artifactId> |
323 | | - <version>2.24.3</version> |
| 341 | + <version>${log4j.version}</version> |
324 | 342 | <scope>test</scope> |
325 | 343 | </dependency> |
326 | 344 | </dependencies> |
|
681 | 699 | <pavlab.server>frink.pavlab.msl.ubc.ca</pavlab.server> |
682 | 700 | <pavlab.repoDir>/space/maven2</pavlab.repoDir> |
683 | 701 | <pavlab.siteDir>/space/web/maven-sites</pavlab.siteDir> |
| 702 | + <log4j.version>2.25.1</log4j.version> |
684 | 703 | <lucene.version>3.6.2</lucene.version> |
685 | 704 | <!-- rJava --> |
686 | 705 | <!-- You may override this in ~/.m2/settings.xml --> |
|
0 commit comments