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 f46ed61 commit 4bf9a99Copy full SHA for 4bf9a99
dsf-bpe/dsf-bpe-process-api-v2-impl/pom.xml
@@ -197,7 +197,7 @@
197
<artifactItem>
198
<groupId>com.nimbusds</groupId>
199
<artifactId>nimbus-jose-jwt</artifactId>
200
- <version>9.37.3</version>
+ <version>9.37.4</version>
201
</artifactItem>
202
203
<groupId>com.github.stephenc.jcip</groupId>
pom.xml
@@ -446,6 +446,11 @@
446
<artifactId>thymeleaf</artifactId>
447
<version>3.1.3.RELEASE</version>
448
</dependency>
449
+ <dependency>
450
+ <groupId>com.nimbusds</groupId>
451
+ <artifactId>nimbus-jose-jwt</artifactId>
452
453
+ </dependency>
454
455
<dependency>
456
<groupId>commons-io</groupId>
0 commit comments