diff --git a/build.gradle b/build.gradle index e289fe3c..3d5ec227 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { // Due to the spring boot gradle plugin, we can omit versions in org.springframework.* // dependencies. It will automatically choose the fitting ones. implementation("edu.kit.datamanager:service-base:1.3.2") - implementation("edu.kit.datamanager:repo-core:1.2.3") + implementation("edu.kit.datamanager:repo-core:1.2.4") // com.google.common, LoadingCache implementation("com.google.guava:guava:33.4.0-jre")