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 8448a68 commit dca83aaCopy full SHA for dca83aa
.github/dependabot.yml
@@ -29,9 +29,6 @@ updates:
29
- dependency-name: "com.squareup.moshi:*"
30
# 1.12.0 and above use okio 2.x which pulls in kotlin libs (which are large)
31
versions: [ "[1.12,)" ]
32
- - dependency-name: "org.springframework.boot:spring-boot-gradle-plugin"
33
- # this is used for smoke tests, and spring boot 3 is not supported upstream yet
34
- versions: [ "[3,)" ]
35
- dependency-name: "javax.servlet:javax.servlet-api"
36
# applicationinsights-web (classic sdk) is intentionally compiled and against Servlet 3.0
37
versions: [ "[3.1,)" ]
0 commit comments