1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

chore(deps): update spring core to v6

This commit is contained in:
renovate[bot]
2025-09-11 10:43:07 +00:00
committed by GitHub
parent 3cc0e99d11
commit f239c775b2

View File

@@ -135,13 +135,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.3.10.RELEASE</version>
<version>6.2.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.5.RELEASE</version>
<version>6.2.11</version>
<scope>test</scope>
</dependency>