Skip to content

Commit ebf3e43

Browse files
alexgomezlfalexandria.gomez
andauthored
update nimbus v2 (#82)
Co-authored-by: alexandria.gomez <alexandria.gomez@WATSONVILLE>
1 parent 9b127c2 commit ebf3e43

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010

1111
env:
12-
VERSION_PREFIX: '2.2.3'
12+
VERSION_PREFIX: '2.2.4'
1313
GITHUB_PAGES_BRANCH: 'gh-pages'
1414

1515
jobs:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.2.4
2+
3+
### Maintenance
4+
5+
- Update `nimbus-jose-jwt` dependency due to vulnerability
6+
17
## 2.2.3
28

39
### Maintenance

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<dependency>
206206
<groupId>com.nimbusds</groupId>
207207
<artifactId>nimbus-jose-jwt</artifactId>
208-
<version>9.41.2</version>
208+
<version>10.0.2</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)