We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5945cb commit 8b9f5a2Copy full SHA for 8b9f5a2
1 file changed
examples/quickstart/pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>com.okta.jwt.examples</groupId>
22
<artifactId>okta-jwt-verifier-examples</artifactId>
23
- <version>0.5.13-SNAPSHOT</version>
+ <version>0.5.13</version>
24
</parent>
25
26
<artifactId>okta-jwt-verifier-examples-quickstart</artifactId>
@@ -45,7 +45,7 @@
45
<dependency>
46
<groupId>ch.qos.logback</groupId>
47
<artifactId>logback-classic</artifactId>
48
- <version>1.5.22</version>
+ <version>1.5.24</version>
49
<scope>runtime</scope>
50
</dependency>
51
</dependencies>
0 commit comments