From 3e7f193efd2980a906380ea54892e1c4f4823165 Mon Sep 17 00:00:00 2001 From: Can Date: Sun, 15 Feb 2026 09:31:54 +0100 Subject: [PATCH] Update meitrex common version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fdfe723..393cf23 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.5.0' + implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.5.1' implementation 'org.springframework.boot:spring-boot-starter-data-jpa:3.4.5' implementation 'org.springframework.boot:spring-boot-starter-graphql:3.4.5' implementation 'org.springframework.boot:spring-boot-starter-test:3.4.5'