|
32 | 32 | <jdk.min.version>17</jdk.min.version>
|
33 | 33 | <maven.compiler.source>17</maven.compiler.source>
|
34 | 34 | <maven.compiler.target>17</maven.compiler.target>
|
35 |
| - <junit.version>5.9.2</junit.version> |
| 35 | + <junit.version>5.10.2</junit.version> |
36 | 36 | <jacoco.version>0.8.11</jacoco.version>
|
37 | 37 | <sonar.apiVersion>10.7.0.2191</sonar.apiVersion>
|
38 |
| - <sonar.testingHarnessVersion>10.0.0.68432</sonar.testingHarnessVersion> |
| 38 | + <sonar.testingHarnessVersion>10.5.1.90531</sonar.testingHarnessVersion> |
39 | 39 | <sonar.Version>10.5.1.90531</sonar.Version>
|
40 | 40 | <sonar-packaging-maven-plugin.version>1.23.0.740</sonar-packaging-maven-plugin.version>
|
41 | 41 | <sonar.pluginKey>cnesreport</sonar.pluginKey>
|
|
86 | 86 | </developers>
|
87 | 87 |
|
88 | 88 | <dependencies>
|
| 89 | + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-csv --> |
89 | 90 | <dependency>
|
90 | 91 | <groupId>org.apache.commons</groupId>
|
91 | 92 | <artifactId>commons-csv</artifactId>
|
92 |
| - <version>1.10.0</version> |
| 93 | + <version>1.11.0</version> |
93 | 94 | <scope>compile</scope>
|
94 | 95 | </dependency>
|
| 96 | + <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> |
95 | 97 | <dependency>
|
96 | 98 | <groupId>org.slf4j</groupId>
|
97 | 99 | <artifactId>slf4j-api</artifactId>
|
98 |
| - <version>1.7.36</version> |
| 100 | + <version>2.0.13</version> |
99 | 101 | <scope>compile</scope>
|
100 | 102 | </dependency>
|
101 | 103 | <dependency>
|
|
115 | 117 | <artifactId>sonar-core</artifactId>
|
116 | 118 | <version>${sonar.Version}</version>
|
117 | 119 | </dependency>
|
| 120 | + <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5 --> |
118 | 121 | <dependency>
|
119 |
| - <!-- network use --> |
120 |
| - <groupId>org.apache.httpcomponents</groupId> |
121 |
| - <artifactId>httpclient</artifactId> |
122 |
| - <version>4.5.14</version> |
| 122 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 123 | + <artifactId>httpclient5</artifactId> |
| 124 | + <version>5.3.1</version> |
123 | 125 | <scope>compile</scope>
|
124 | 126 | </dependency>
|
| 127 | + <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli --> |
125 | 128 | <dependency>
|
126 |
| - <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli --> |
127 | 129 | <groupId>commons-cli</groupId>
|
128 | 130 | <artifactId>commons-cli</artifactId>
|
129 |
| - <version>1.4</version> |
| 131 | + <version>1.8.0</version> |
130 | 132 | <scope>compile</scope>
|
131 | 133 | </dependency>
|
| 134 | + <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
132 | 135 | <dependency>
|
133 |
| - <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
134 | 136 | <groupId>commons-io</groupId>
|
135 | 137 | <artifactId>commons-io</artifactId>
|
136 |
| - <version>2.11.0</version> |
| 138 | + <version>2.16.1</version> |
137 | 139 | </dependency>
|
| 140 | + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
138 | 141 | <dependency>
|
139 |
| - <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
140 | 142 | <groupId>org.apache.commons</groupId>
|
141 | 143 | <artifactId>commons-lang3</artifactId>
|
142 |
| - <version>3.12.0</version> |
| 144 | + <version>3.14.0</version> |
143 | 145 | <scope>compile</scope>
|
144 | 146 | </dependency>
|
| 147 | + <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 --> |
145 | 148 | <dependency>
|
146 |
| - <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 --> |
147 | 149 | <groupId>org.apache.commons</groupId>
|
148 | 150 | <artifactId>commons-math3</artifactId>
|
149 | 151 | <version>3.6.1</version>
|
150 | 152 | </dependency>
|
| 153 | + <!-- https://mvnrepository.com/artifact/commons-logging/commons-logging --> |
151 | 154 | <dependency>
|
152 |
| - <!-- packaged with the plugin --> |
153 | 155 | <groupId>commons-logging</groupId>
|
154 | 156 | <artifactId>commons-logging</artifactId>
|
155 |
| - <version>1.2</version> |
| 157 | + <version>1.3.2</version> |
156 | 158 | <scope>provided</scope>
|
157 | 159 | </dependency>
|
| 160 | + <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> |
158 | 161 | <dependency>
|
159 |
| - <!-- https://mvnrepository.com/artifact/com.google.guava/guava --> |
160 | 162 | <groupId>com.google.guava</groupId>
|
161 | 163 | <artifactId>guava</artifactId>
|
162 |
| - <version>32.0.0-jre</version> |
| 164 | + <version>33.2.0-jre</version> |
163 | 165 | </dependency>
|
| 166 | + <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson --> |
164 | 167 | <dependency>
|
165 |
| - <!-- json parsing --> |
166 | 168 | <groupId>com.google.code.gson</groupId>
|
167 | 169 | <artifactId>gson</artifactId>
|
168 |
| - <version>2.10.1</version> |
| 170 | + <version>2.11.0</version> |
169 | 171 | <scope>compile</scope>
|
170 | 172 | </dependency>
|
171 | 173 | <!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
|
|
174 | 176 | <artifactId>protobuf-java</artifactId>
|
175 | 177 | <version>4.0.0-rc-2</version>
|
176 | 178 | </dependency>
|
| 179 | + <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml --> |
177 | 180 | <dependency>
|
178 |
| - <!-- openxml generation --> |
179 | 181 | <groupId>org.apache.poi</groupId>
|
180 | 182 | <artifactId>poi-ooxml</artifactId>
|
181 | 183 | <version>4.1.2</version>
|
182 |
| - <scope>compile</scope> |
183 | 184 | </dependency>
|
| 185 | + <!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml-schemas --> |
184 | 186 | <dependency>
|
185 | 187 | <groupId>org.apache.poi</groupId>
|
186 | 188 | <artifactId>poi-ooxml-schemas</artifactId>
|
187 | 189 | <version>4.1.2</version>
|
188 | 190 | <scope>compile</scope>
|
189 | 191 | </dependency>
|
| 192 | + <!-- https://mvnrepository.com/artifact/org.apache.poi/ooxml-security --> |
190 | 193 | <dependency>
|
191 | 194 | <groupId>org.apache.poi</groupId>
|
192 | 195 | <artifactId>ooxml-security</artifactId>
|
|
211 | 214 | <artifactId>junit-vintage-engine</artifactId>
|
212 | 215 | <version>${junit.version}</version>
|
213 | 216 | </dependency>
|
| 217 | + <!-- https://mvnrepository.com/artifact/com.github.stefanbirkner/system-rules --> |
214 | 218 | <dependency>
|
215 | 219 | <groupId>com.github.stefanbirkner</groupId>
|
216 | 220 | <artifactId>system-rules</artifactId>
|
217 | 221 | <version>1.19.0</version>
|
218 | 222 | <scope>test</scope>
|
219 | 223 | </dependency>
|
| 224 | + <!-- https://mvnrepository.com/artifact/org.mockito/mockito-core --> |
220 | 225 | <dependency>
|
221 | 226 | <groupId>org.mockito</groupId>
|
222 | 227 | <artifactId>mockito-core</artifactId>
|
223 |
| - <version>5.10.0</version> |
| 228 | + <version>5.12.0</version> |
224 | 229 | <scope>test</scope>
|
225 | 230 | </dependency>
|
226 | 231 |
|
|
0 commit comments