Skip to content

Commit

Permalink
Fixed README with correct Java version
Browse files Browse the repository at this point in the history
Fixed security issues in build.gradle
Updated all demo files with Java code conventions regarding method names.
  • Loading branch information
yanaga committed Oct 23, 2023
1 parent 219d61f commit 11d9406
Show file tree
Hide file tree
Showing 9 changed files with 5,786 additions and 5,989 deletions.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ creating a pass class, updating issuer permissions, and more.

## Prerequisites

* Java 17+
* Java 11+
* JDK 11+
* Follow the steps outlined in the
[Google Wallet prerequisites](https://developers.google.com/wallet/generic/web/prerequisites)
Expand Down
4 changes: 2 additions & 2 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies {

implementation 'com.auth0:java-jwt:3.19.1'
implementation 'com.auth0:jwks-rsa:0.9.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
implementation 'com.google.apis:google-api-services-oauth2:v1-rev20190313-1.30.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
implementation 'com.google.apis:google-api-services-oauth2:v2-rev20200213-2.0.0'
implementation 'com.google.api-client:google-api-client:1.25.0'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.10.0'
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
Expand Down
Loading

0 comments on commit 11d9406

Please sign in to comment.