File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ updates:
1010 - dependency-name : " com.atlassian.plugins:atlassian-plugins-core"
1111 - dependency-name : " ch.qos.logback:logback-classic"
1212 - dependency-name : " org.springframework:spring-beans"
13- # Starting with 6.x, Spring requires Java 17 at a minimum.
14- - dependency-name : " org.springframework:spring-core"
15- versions : [">=6.0.0"]
1613 - package-ecosystem : github-actions
1714 directory : /
1815 schedule :
Original file line number Diff line number Diff line change 6969 <artifactId >slf4j-api</artifactId >
7070 <version >2.0.17</version >
7171 </dependency >
72- <dependency >
73- <groupId >org.springframework</groupId >
74- <artifactId >spring-beans</artifactId >
75- <version >5.3.25</version >
76- </dependency >
77- <dependency >
78- <groupId >org.springframework</groupId >
79- <artifactId >spring-core</artifactId >
80- <version >5.3.36</version >
81- </dependency >
8272 </dependencies >
8373 </dependencyManagement >
8474
You can’t perform that action at this time.
0 commit comments