From a5a88b8749a700d2ecf5bf25d29d2c55e0b37b83 Mon Sep 17 00:00:00 2001 From: Tessa Keller <117365470+TessaKeller@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:15:12 +0200 Subject: [PATCH 1/2] Adapted dependencies --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2535c6..afc04bf 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.0.0' + implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.1.1' 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' From 585484e3c14dec084e2fa1f75ae3e400f6ab1a29 Mon Sep 17 00:00:00 2001 From: Tessa Keller <117365470+TessaKeller@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:06:26 +0200 Subject: [PATCH 2/2] Added new common release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index afc04bf..7b62f9b 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.1.1' + implementation 'de.unistuttgart.iste.meitrex:meitrex-common:1.2' 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'