Skip to content

Commit

Permalink
Add a comment for ignoring spring-boot-3 for now (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams authored Jan 31, 2023
1 parent f508af7 commit 2a9a9ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ updates:
- dependency-name: "com.squareup.moshi:*"
# 1.12.0 and above use okio 2.x which pulls in kotlin libs (which are large)
versions: [ "[1.12,)" ]
- dependency-name: "org.springframework.boot:spring-boot-gradle-plugin"
# this is used for smoke tests
# spring boot 3 requires Java 17, and we're not ready yet
versions: [ "[3,)" ]
- dependency-name: "javax.servlet:javax.servlet-api"
# applicationinsights-web (classic sdk) is intentionally compiled and against Servlet 3.0
versions: [ "[3.1,)" ]
Expand Down

0 comments on commit 2a9a9ed

Please sign in to comment.