diff --git a/build.gradle b/build.gradle index 98cbb30..2ff92b1 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' runtimeOnly 'com.h2database:h2' - implementation 'org.webjars:webjars-locator-core:0.55' + implementation 'org.webjars:webjars-locator-core:0.58' implementation 'org.webjars.npm:leaflet:1.9.4' testImplementation 'org.mockito:mockito-core:5.11.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'