We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b127c2 commit ebf3e43Copy full SHA for ebf3e43
3 files changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ on:
9
workflow_dispatch:
10
11
env:
12
- VERSION_PREFIX: '2.2.3'
+ VERSION_PREFIX: '2.2.4'
13
GITHUB_PAGES_BRANCH: 'gh-pages'
14
15
jobs:
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.2.4
2
+
3
+### Maintenance
4
5
+- Update `nimbus-jose-jwt` dependency due to vulnerability
6
7
## 2.2.3
8
### Maintenance
pom.xml
@@ -205,7 +205,7 @@
205
<dependency>
206
<groupId>com.nimbusds</groupId>
207
<artifactId>nimbus-jose-jwt</artifactId>
208
- <version>9.41.2</version>
+ <version>10.0.2</version>
209
</dependency>
210
211
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments