Skip to content

Commit 4bf9a99

Browse files
committed
2.0.0 release
version management for outdated HAPI dependency nimbus-jose-jwt
1 parent f46ed61 commit 4bf9a99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dsf-bpe/dsf-bpe-process-api-v2-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<artifactItem>
198198
<groupId>com.nimbusds</groupId>
199199
<artifactId>nimbus-jose-jwt</artifactId>
200-
<version>9.37.3</version>
200+
<version>9.37.4</version>
201201
</artifactItem>
202202
<artifactItem>
203203
<groupId>com.github.stephenc.jcip</groupId>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,11 @@
446446
<artifactId>thymeleaf</artifactId>
447447
<version>3.1.3.RELEASE</version>
448448
</dependency>
449+
<dependency>
450+
<groupId>com.nimbusds</groupId>
451+
<artifactId>nimbus-jose-jwt</artifactId>
452+
<version>9.37.4</version>
453+
</dependency>
449454

450455
<dependency>
451456
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)