diff --git a/build.gradle b/build.gradle index d1419df2..f8bb4885 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.3") - implementation("edu.kit.datamanager:repo-core:1.2.3") + implementation("edu.kit.datamanager:repo-core:1.2.5") // com.google.common, LoadingCache implementation("com.google.guava:guava:33.4.0-jre")