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 7c9df74779 chore(deps): bump
org.springframework.security:spring-security-core (#3786)
7c9df74779 is described below
commit 7c9df74779725455e32fdef134fc861356b28c9e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 26 14:49:19 2025 +0200
chore(deps): bump org.springframework.security:spring-security-core (#3786)
Bumps
[org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security)
from 6.4.2 to 6.4.10.
- [Release
notes](https://github.com/spring-projects/spring-security/releases)
-
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
-
[Commits](https://github.com/spring-projects/spring-security/compare/6.4.2...6.4.10)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 6.4.10
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dafe7dcb6f..6d8c1ab585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,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.2</spring-security.version>
+ <spring-security.version>6.4.10</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>