|
37 | 37 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
38 | 38 | <maven.compiler.source>1.8</maven.compiler.source> |
39 | 39 | <maven.compiler.target>1.8</maven.compiler.target> |
| 40 | + <maven.compiler.release>8</maven.compiler.release> |
40 | 41 |
|
41 | 42 | <test.groups>gate</test.groups> |
42 | 43 | <skipITs>true</skipITs> |
|
64 | 65 | <artifactId>httpmime</artifactId> |
65 | 66 | <version>4.5.14</version> |
66 | 67 | </dependency> |
| 68 | + <!-- Updated 4th party dependency commons-codec, used by Apache http --> |
| 69 | + <dependency> |
| 70 | + <groupId>commons-codec</groupId> |
| 71 | + <artifactId>commons-codec</artifactId> |
| 72 | + <version>1.18.0</version> |
| 73 | + </dependency> |
67 | 74 | <dependency> |
68 | 75 | <groupId>info.picocli</groupId> |
69 | 76 | <artifactId>picocli</artifactId> |
|
72 | 79 | <dependency> |
73 | 80 | <groupId>org.junit.jupiter</groupId> |
74 | 81 | <artifactId>junit-jupiter-engine</artifactId> |
75 | | - <version>5.11.4</version> |
| 82 | + <version>5.12.1</version> |
76 | 83 | <scope>test</scope> |
77 | 84 | </dependency> |
78 | 85 | <dependency> |
|
89 | 96 | <dependency> |
90 | 97 | <groupId>org.jetbrains</groupId> |
91 | 98 | <artifactId>annotations</artifactId> |
92 | | - <version>26.0.1</version> |
| 99 | + <version>26.0.2</version> |
93 | 100 | </dependency> |
94 | 101 | </dependencies> |
95 | 102 | </dependencyManagement> |
|
149 | 156 | <plugin> |
150 | 157 | <groupId>org.apache.maven.plugins</groupId> |
151 | 158 | <artifactId>maven-install-plugin</artifactId> |
152 | | - <version>3.1.3</version> |
| 159 | + <version>3.1.4</version> |
153 | 160 | </plugin> |
154 | 161 | <plugin> |
155 | 162 | <groupId>org.apache.maven.plugins</groupId> |
|
242 | 249 | <dependency> |
243 | 250 | <groupId>com.puppycrawl.tools</groupId> |
244 | 251 | <artifactId>checkstyle</artifactId> |
245 | | - <version>10.21.1</version> |
| 252 | + <version>10.22.0</version> |
246 | 253 | </dependency> |
247 | 254 | </dependencies> |
248 | 255 | </plugin> |
|
281 | 288 | <plugin> |
282 | 289 | <groupId>org.sonarsource.scanner.maven</groupId> |
283 | 290 | <artifactId>sonar-maven-plugin</artifactId> |
284 | | - <version>5.0.0.4389</version> |
| 291 | + <version>5.1.0.4751</version> |
285 | 292 | </plugin> |
286 | 293 | <plugin> |
287 | 294 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments