Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jun 26, 2021
1 parent 59ff24c commit 1178bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- dependencies -->
<cryptolib.version>2.0.0-rc5</cryptolib.version>
<jwt.version>3.15.0</jwt.version>
<jwt.version>3.17.0</jwt.version>
<dagger.version>2.37</dagger.version>
<guava.version>30.1.1-jre</guava.version>
<slf4j.version>1.7.31</slf4j.version>
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
requires com.google.common;
requires org.slf4j;
requires dagger;

/* TODO: filename-based modules: */
requires java.jwt;
requires com.auth0.jwt;

// filename-based module required by dagger
// we will probably need to live with this for a while:
Expand Down

0 comments on commit 1178bf1

Please sign in to comment.