From 57edb9ec71e535546a912134407ae835a31a4303 Mon Sep 17 00:00:00 2001 From: Alan Graham Date: Mon, 31 Aug 2026 19:16:53 +0100 Subject: [PATCH] To consider a switch to a maintainted fork of `nv-i18n` The original nv-i18n is no longer being maintained. Our company app relies on it, and needed newly created entries. A colleague and I have forked and published a new version of it. Due to our reliance on it we will be continuing to maintain it. The fork is available here, and we have published updates to mvnrepository https://github.com/foundationsedge/nv-i18n https://central.sonatype.com/artifact/uk.co.foundationsedge/nv-i18n --- java-sdk-airtime/pom.xml | 4 ++-- java-sdk-giftcard/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/java-sdk-airtime/pom.xml b/java-sdk-airtime/pom.xml index 9510a42..34fcb14 100644 --- a/java-sdk-airtime/pom.xml +++ b/java-sdk-airtime/pom.xml @@ -20,7 +20,7 @@ - 1.29 + 1.34.1 @@ -30,7 +30,7 @@ false - com.neovisionaries + uk.co.foundationsedge nv-i18n ${nv-i18n.version} diff --git a/java-sdk-giftcard/pom.xml b/java-sdk-giftcard/pom.xml index 2692a7e..e7fe2db 100644 --- a/java-sdk-giftcard/pom.xml +++ b/java-sdk-giftcard/pom.xml @@ -20,7 +20,7 @@ - 1.29 + 1.34.1 @@ -30,7 +30,7 @@ false - com.neovisionaries + uk.co.foundationsedge nv-i18n ${nv-i18n.version}