From e525a0edb0c6fb9165b3d26a4b656869604d8a08 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Mon, 4 Oct 2021 10:00:58 -0400 Subject: [PATCH] Update to jackson2 2.10.5.1 --- samples/oauth2/sparklr/pom.xml | 4 ++-- samples/oauth2/tonr/pom.xml | 4 ++-- spring-security-oauth2/pom.xml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/samples/oauth2/sparklr/pom.xml b/samples/oauth2/sparklr/pom.xml index 10054c454..739842df6 100644 --- a/samples/oauth2/sparklr/pom.xml +++ b/samples/oauth2/sparklr/pom.xml @@ -15,7 +15,7 @@ /sparklr2 - 2.10.5 + 2.10.5.1 3.0.1 @@ -23,7 +23,7 @@ spring5 - 2.10.5 + 2.10.5.1 3.1.0 diff --git a/samples/oauth2/tonr/pom.xml b/samples/oauth2/tonr/pom.xml index 7510bb025..0bf88129b 100644 --- a/samples/oauth2/tonr/pom.xml +++ b/samples/oauth2/tonr/pom.xml @@ -16,7 +16,7 @@ /tonr2 - 2.10.5 + 2.10.5.1 3.0.1 @@ -24,7 +24,7 @@ spring5 - 2.10.5 + 2.10.5.1 3.1.0 diff --git a/spring-security-oauth2/pom.xml b/spring-security-oauth2/pom.xml index ca6ca7503..4316d42ba 100644 --- a/spring-security-oauth2/pom.xml +++ b/spring-security-oauth2/pom.xml @@ -13,7 +13,7 @@ Module for providing OAuth2 support to Spring Security - 2.10.5 + 2.10.5.1 3.0.1 1.1.1.RELEASE 1.7.4 @@ -23,7 +23,7 @@ spring5 - 2.10.5 + 2.10.5.1 3.1.0 1.6.1 @@ -166,7 +166,7 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson2.version} + 2.10.5 true