Skip to content

Commit 9a3a216

Browse files
authored
Remove spring override and exclusion (#4492)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent 80ba1c7 commit 9a3a216

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@
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

0 commit comments

Comments
 (0)