-
Notifications
You must be signed in to change notification settings - Fork 41.9k
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
There is a missing 4.0.0 release for spring-boot-starter-undertow (only appears to be a 4.0.0-M1 version), resulting in a missing dependency error on build when attempting a simple version upgrade to 4.0.0:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find org.springframework.boot:spring-boot-starter-undertow:.
Undertow is used via this Gradle dependency snippet:
implementation('org.springframework.boot:spring-boot-starter-web') {
exclude group:'org.springframework.boot', module:'spring-boot-starter-tomcat'
}
implementation 'org.springframework.boot:spring-boot-starter-undertow'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid