We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c13b9 commit b7f7037Copy full SHA for b7f7037
.github/dependabot.yml
@@ -32,3 +32,6 @@ updates:
32
- "patch"
33
- "minor"
34
- "major"
35
+ ignore:
36
+ - dependency-name: "org.springframework.boot:spring-boot-starter-parent"
37
+ versions: [ "[7.0.0,)" ]
pom.xml
@@ -31,7 +31,7 @@
31
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>4.0.0</version>
+ <version>3.5.9</version>
</parent>
<properties>
0 commit comments