diff --git a/build.gradle b/build.gradle index a5175dfb3ee..220bd2a80a2 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { mavenCentral() } -ext.checkstyleVersion = "10.20.0" +ext.checkstyleVersion = "10.20.1" ext.springJavaformatCheckstyleVersion = "0.0.43" ext.webjarsFontawesomeVersion = "4.7.0" ext.webjarsBootstrapVersion = "5.3.3" @@ -39,6 +39,7 @@ dependencies { implementation 'javax.cache:cache-api' implementation 'jakarta.xml.bind:jakarta.xml.bind-api' runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator' + runtimeOnly 'org.webjars:webjars-locator-lite' runtimeOnly "org.webjars.npm:bootstrap:${webjarsBootstrapVersion}" runtimeOnly "org.webjars.npm:font-awesome:${webjarsFontawesomeVersion}" runtimeOnly 'com.github.ben-manes.caffeine:caffeine' diff --git a/pom.xml b/pom.xml index a50e4064731..aeef1a19b48 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 5.3.3 4.7.0 - 10.20.0 + 10.20.1 0.8.12 0.2.29 1.0.0 @@ -98,6 +98,10 @@ + + org.webjars + webjars-locator-lite + org.webjars.npm bootstrap