|
552 | 552 | <dependency>
|
553 | 553 | <groupId>org.apache.commons</groupId>
|
554 | 554 | <artifactId>commons-collections4</artifactId>
|
555 |
| - <version>4.3</version> |
| 555 | + <version>4.4</version> |
556 | 556 | </dependency>
|
557 | 557 | <dependency>
|
558 | 558 | <groupId>commons-lang</groupId>
|
|
1160 | 1160 | <dependency>
|
1161 | 1161 | <groupId>com.google.code.gson</groupId>
|
1162 | 1162 | <artifactId>gson</artifactId>
|
1163 |
| - <version>2.8.9</version> |
| 1163 | + <version>2.10.1</version> |
1164 | 1164 | </dependency>
|
1165 | 1165 | <dependency>
|
1166 | 1166 | <groupId>org.apache.commons</groupId>
|
|
1231 | 1231 | <java.version>11</java.version>
|
1232 | 1232 | <antlr.version>3.5.3</antlr.version>
|
1233 | 1233 | <oracle.version>19.9.0.0</oracle.version>
|
1234 |
| - <log4j.version>2.17.2</log4j.version> |
| 1234 | + <log4j.version>2.23.0</log4j.version> |
1235 | 1235 | <slf4j.version>1.7.36</slf4j.version>
|
1236 | 1236 | <spring-boot.version>2.7.18</spring-boot.version>
|
1237 | 1237 | <spring-batch.version>4.3.10</spring-batch.version>
|
|
1267 | 1267 | <plugin>
|
1268 | 1268 | <groupId>com.github.spotbugs</groupId>
|
1269 | 1269 | <artifactId>spotbugs-maven-plugin</artifactId>
|
1270 |
| - <version>4.4.2</version> |
| 1270 | + <version>4.8.3.1</version> |
1271 | 1271 | <configuration>
|
1272 | 1272 | <xmlOutput>true</xmlOutput>
|
1273 | 1273 | <spotbugsXmlOutput>true</spotbugsXmlOutput>
|
|
1322 | 1322 | <plugin>
|
1323 | 1323 | <groupId>org.owasp</groupId>
|
1324 | 1324 | <artifactId>dependency-check-maven</artifactId>
|
1325 |
| - <version>8.4.3</version> |
| 1325 | + <version>9.0.9</version> |
1326 | 1326 | <configuration>
|
1327 | 1327 | <cveValidForHours>24</cveValidForHours>
|
1328 | 1328 | <knownExploitedEnabled>false</knownExploitedEnabled>
|
|
0 commit comments