From 349e4610446d37e02ecf5d945b1ae43896363a93 Mon Sep 17 00:00:00 2001 From: PaulBredl Date: Wed, 5 Jun 2024 16:51:04 +0200 Subject: [PATCH] update meitrex common --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba305df..3fda5cc 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.0.4' + implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.0.5' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-graphql' implementation 'org.springframework.boot:spring-boot-starter-test'