Skip to content

Commit

Permalink
fix: update and declare commons-codec dependency (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Nov 29, 2022
1 parent 44373fd commit ad7f8ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -203,6 +203,11 @@
<artifactId>google-api-client-xml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${project.commons-codec.version}</version>
</dependency>

<!-- See README.md about installing this jar -->
<dependency>
Expand Down Expand Up @@ -496,6 +501,7 @@
<project.http.version>1.42.3</project.http.version>
<project.httpcore.version>4.4.15</project.httpcore.version>
<project.httpclient.version>4.5.13</project.httpclient.version>
<project.commons-codec.version>1.15</project.commons-codec.version>
<project.oauth.version>1.34.1</project.oauth.version>
<project.jsr305.version>3.0.2</project.jsr305.version>
<project.gson.version>2.8.6</project.gson.version>
Expand Down

0 comments on commit ad7f8ae

Please sign in to comment.