Skip to content

Commit

Permalink
Update oauth2-oidc-sdk to 10.11
Browse files Browse the repository at this point in the history
Use jdk11 flavor of the build instead of default jdk8.
  • Loading branch information
wendigo committed Jul 12, 2023
1 parent f8477f3 commit 2539cd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/trino-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<classifier>jdk11</classifier>
</dependency>

<dependency>
Expand Down
4 changes: 4 additions & 0 deletions plugin/trino-exchange-filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>com.github.stephenc.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>10.7.2</version>
<version>10.11</version>
<classifier>jdk11</classifier>
</dependency>

<dependency>
Expand Down

0 comments on commit 2539cd5

Please sign in to comment.