From fd7826d93d46b1f5f1b84d8d9af2935bdaedc65d Mon Sep 17 00:00:00 2001
From: Dependabot <dependabot@rubend.nl>
Date: Sat, 5 Apr 2025 13:24:56 +0000
Subject: [PATCH] Bump org.owasp:dependency-check-maven from 12.1.0 to 12.1.1

Bumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)
- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.1.0...v12.1.1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 715e551..c5032f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
 			<plugin>
 				<groupId>org.owasp</groupId>
 				<artifactId>dependency-check-maven</artifactId>
-				<version>12.1.0</version>
+				<version>12.1.1</version>
 				<executions>
 					<execution>
 						<phase>${lalaland.owasp}</phase>
-- 
GitLab