Skip to content

Commit

Permalink
b/260523843 Update dependencies (#18)
Browse files Browse the repository at this point in the history
Update quarkus, google-auth-library to latest versions
  • Loading branch information
jpassing authored Dec 1, 2022
1 parent 5c38321 commit fae5fad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<surefire-plugin.version>2.22.2</surefire-plugin.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<quarkus.version>2.8.0.Final</quarkus.version>
<quarkus.version>2.14.2.Final</quarkus.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.10.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.4.0</version>
<version>4.9.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fae5fad

Please sign in to comment.