From a9cef23580366aa394fd504ef97b214fdad9479b Mon Sep 17 00:00:00 2001 From: Niklas Gustavsson Date: Thu, 19 Sep 2019 21:00:17 +0200 Subject: [PATCH] fix: typo in BOM dependency The google-auth-library-appengine dependency is incorrectly named in the BOM. --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index 89f3f65bd..32211e7cd 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -61,7 +61,7 @@ com.google.auth - google-auth-library-oauth2-appengine + google-auth-library-appengine ${project.version}