This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new c2cdd1058c chore(deps): bump spring-security.version from 6.4.2 to
6.5.5 (#3788)
c2cdd1058c is described below
commit c2cdd1058cfd3592cc844dafb511c7d5c1e2a013
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 17:02:55 2025 +0200
chore(deps): bump spring-security.version from 6.4.2 to 6.5.5 (#3788)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philipp Zehnder <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72f97b8c91..ae1dbe75da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<springdoc.version>2.8.4</springdoc.version>
<spring.version>6.2.2</spring.version>
<spring-boot.version>3.4.2</spring-boot.version>
- <spring-security.version>6.4.10</spring-security.version>
+ <spring-security.version>6.5.5</spring-security.version>
<swagger.version>2.2.19</swagger.version>
<type-parser.version>0.8.1</type-parser.version>
<tsfile.version>1.1.0</tsfile.version>