3 Commits

Author SHA1 Message Date
8146c59d38 Update dependency org.owasp:dependency-check-maven to v12.1.9
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-11 13:01:32 +00:00
f3ec956c7a Merge pull request 'Update dependency org.yaml:snakeyaml to v2.5' (#59) from renovate/org.yaml-snakeyaml-2.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #59
2025-11-07 11:19:32 +01:00
e1215cfa25 Update dependency org.yaml:snakeyaml to v2.5
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-06 17:01:03 +00:00

View File

@@ -47,7 +47,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->
@@ -155,7 +155,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>12.1.8</version>
<version>12.1.9</version>
<configuration>
<failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty -->