Skip to content

Commit 530281b

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEOAUTHCLIENT-575276
1 parent 0a8c011 commit 530281b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.google.oauth-client</groupId>
7373
<artifactId>google-oauth-client</artifactId>
74-
<version>1.20.0</version>
74+
<version>1.31.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)