From 68478b58c1157a30ded8ed69984f8efdbd23d39a Mon Sep 17 00:00:00 2001 From: Can Date: Wed, 1 Apr 2026 19:35:51 +0200 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 263549b..7e63c0d 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.5.3' + implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.5.4' 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'