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 f508af7 commit 2a9a9edCopy full SHA for 2a9a9ed
.github/dependabot.yml
@@ -29,6 +29,10 @@ 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
34
+ # spring boot 3 requires Java 17, and we're not ready yet
35
+ versions: [ "[3,)" ]
36
- dependency-name: "javax.servlet:javax.servlet-api"
37
# applicationinsights-web (classic sdk) is intentionally compiled and against Servlet 3.0
38
versions: [ "[3.1,)" ]
0 commit comments