3 Commits

Author SHA1 Message Date
af24b010fc Update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v5.3.0.6276
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-10 13:01:05 +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 -->
@@ -149,7 +149,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>5.2.0.4988</version>
<version>5.3.0.6276</version>
</plugin>
<plugin>