|
5 | 5 | <name>baseCode</name> |
6 | 6 | <groupId>baseCode</groupId> |
7 | 7 | <artifactId>baseCode</artifactId> |
8 | | - <version>1.1.32</version> |
| 8 | + <version>1.1.33</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.]]> |
|
50 | 50 | <dependency> |
51 | 51 | <groupId>org.apache.poi</groupId> |
52 | 52 | <artifactId>poi</artifactId> |
53 | | - <version>5.4.1</version> |
| 53 | + <version>5.5.1</version> |
54 | 54 | <optional>true</optional> |
55 | 55 | <exclusions> |
56 | 56 | <exclusion> |
57 | 57 | <groupId>org.apache.logging.log4j</groupId> |
58 | 58 | <artifactId>log4j-api</artifactId> |
59 | 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 | 60 | </exclusions> |
73 | 61 | </dependency> |
74 | 62 |
|
|
83 | 71 | <groupId>commons-net</groupId> |
84 | 72 | <artifactId>commons-net</artifactId> |
85 | 73 | <version>3.12.0</version> |
| 74 | + <exclusions> |
| 75 | + <exclusion> |
| 76 | + <groupId>commons-io</groupId> |
| 77 | + <artifactId>commons-io</artifactId> |
| 78 | + </exclusion> |
| 79 | + </exclusions> |
86 | 80 | </dependency> |
87 | 81 | <dependency> |
88 | 82 | <groupId>org.apache.commons</groupId> |
|
92 | 86 | <dependency> |
93 | 87 | <groupId>org.apache.commons</groupId> |
94 | 88 | <artifactId>commons-configuration2</artifactId> |
95 | | - <version>2.12.0</version> |
| 89 | + <version>2.13.0</version> |
96 | 90 | <exclusions> |
97 | 91 | <exclusion> |
98 | 92 | <groupId>org.apache.commons</groupId> |
|
103 | 97 | <dependency> |
104 | 98 | <groupId>org.apache.commons</groupId> |
105 | 99 | <artifactId>commons-lang3</artifactId> |
106 | | - <version>3.18.0</version> |
| 100 | + <version>3.20.0</version> |
107 | 101 | </dependency> |
108 | 102 | <dependency> |
109 | 103 | <groupId>commons-io</groupId> |
110 | 104 | <artifactId>commons-io</artifactId> |
111 | | - <version>2.20.0</version> |
| 105 | + <version>2.21.0</version> |
112 | 106 | </dependency> |
113 | 107 | <dependency> |
114 | 108 | <groupId>org.apache.commons</groupId> |
|
118 | 112 | <dependency> |
119 | 113 | <groupId>commons-codec</groupId> |
120 | 114 | <artifactId>commons-codec</artifactId> |
121 | | - <version>1.19.0</version> |
| 115 | + <version>1.20.0</version> |
122 | 116 | <scope>runtime</scope> |
123 | 117 | </dependency> |
124 | 118 | <dependency> |
|
131 | 125 | <groupId>org.apache.commons</groupId> |
132 | 126 | <artifactId>commons-csv</artifactId> |
133 | 127 | <version>1.14.1</version> |
| 128 | + <exclusions> |
| 129 | + <exclusion> |
| 130 | + <groupId>commons-codec</groupId> |
| 131 | + <artifactId>commons-codec</artifactId> |
| 132 | + </exclusion> |
| 133 | + <exclusion> |
| 134 | + <groupId>commons-io</groupId> |
| 135 | + <artifactId>commons-io</artifactId> |
| 136 | + </exclusion> |
| 137 | + </exclusions> |
134 | 138 | </dependency> |
135 | 139 |
|
136 | 140 | <!-- R engine --> |
|
0 commit comments