Skip to content

Commit 52dfc4e

Browse files
wilkinsonajhoeller
authored andcommitted
Align spring-webflux's Webjars Locator dependency with spring-webmvc
1 parent 3367df8 commit 52dfc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
optional(project(":spring-context-support")) // for FreeMarker support
2323
optional("javax.servlet:javax.servlet-api:3.1.0")
2424
optional("javax.websocket:javax.websocket-api:1.1")
25-
optional("org.webjars:webjars-locator:0.32-1")
25+
optional("org.webjars:webjars-locator-core:0.35")
2626
optional("org.freemarker:freemarker:${freemarkerVersion}")
2727
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
2828
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")

0 commit comments

Comments
 (0)