From 467d06c71a726a37619ac2d096a9bee2dc17ba3f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 30 Aug 2023 17:13:55 +0000 Subject: [PATCH 1/2] chore(deps): update dependency org.hamcrest:hamcrest-core to v2 --- oauth2_http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 0b04d6cb4..d4e05d02b 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -238,7 +238,7 @@ org.hamcrest hamcrest-core - 1.3 + 2.2 test From 382d2c976de0346aea30356d28db743936a804e3 Mon Sep 17 00:00:00 2001 From: Alice Li Date: Tue, 13 Feb 2024 10:20:35 -0500 Subject: [PATCH 2/2] replace hamcrest-core with hamcrest --- oauth2_http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 49a6ee9ca..b4e1af461 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -223,7 +223,7 @@ org.hamcrest - hamcrest-core + hamcrest 2.2 test