diff --git a/changelog b/changelog index 96dd3ec24..c151a260b 100644 --- a/changelog +++ b/changelog @@ -3,6 +3,7 @@ vNext ---------- - [PATCH] Fix NPE in SingleAccountPublicClientApplication.getPersistedCurrentAccount (#1933) - [PATCH] Updating JSON version (#1932) +- [MINOR] Updating Moshi versions (#1926) Version 4.9.0 ---------- diff --git a/common b/common index 14554a9d0..e78eb92fb 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 14554a9d0c1ee8fcb560a74bd7920462bf75e676 +Subproject commit e78eb92fb7399bb5c2b20626fd3be6e6a8f6a02b diff --git a/gradle/versions.gradle b/gradle/versions.gradle index 5e083239b..4a09cf0f6 100644 --- a/gradle/versions.gradle +++ b/gradle/versions.gradle @@ -50,8 +50,8 @@ ext { daggerCompilerVersion = "2.31.2" msal4jVersion = "1.10.0" mseberaApacheHttpClientVersion = "4.5.8" - moshiVersion = "1.12.0" - moshiAdaptersVersion = "1.12.0" + moshiVersion = "1.14.0" + moshiAdaptersVersion = "1.14.0" openpojoVersion = "0.9.1" equalsVerifierVersion = "3.6.1" jsonGeneratorVersion = "0.4.7"