From a6f5ec76a120205d8b375bc50a8d82283d8be5e4 Mon Sep 17 00:00:00 2001 From: Egil Ballestad Date: Wed, 25 Oct 2023 09:33:15 +0200 Subject: [PATCH] bump fint-flyt-resource-server v1.3.0 to v1.3.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 63412bb..eed7d31 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "no.fint:fint-administrasjon-resource-model-java:3.9.0" implementation "no.fintlabs:fint-kafka:2.4.1" - implementation 'no.fintlabs:fint-flyt-resource-server:1.3.0' + implementation 'no.fintlabs:fint-flyt-resource-server:1.3.1' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-collections4:4.4'