From f55b596f15e80d7647b146baa062ff21fe8ce48a Mon Sep 17 00:00:00 2001 From: mp-dg <57503145+MP-DG@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:27:36 +0100 Subject: [PATCH] updated to meitrex-common 1.4.12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e3bb67f..83a0792 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.4.11' + implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.4.12' 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'