Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit a1d63bb

Browse files
protocol7chingor13
authored andcommitted
fix: typo in BOM dependency (#345)
The google-auth-library-appengine dependency is incorrectly named in the BOM.
1 parent be4a7c4 commit a1d63bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.auth</groupId>
64-
<artifactId>google-auth-library-oauth2-appengine</artifactId>
64+
<artifactId>google-auth-library-appengine</artifactId>
6565
<version>${project.version}</version>
6666
</dependency>
6767
</dependencies>

0 commit comments

Comments
 (0)