Skip to content

Commit 0957445

Browse files
alexgomezlfalexandria.gomez
andauthored
update nimbus and lf-api-client-core (#156)
* update nimbus and core * dummy commit * downgrade client core * no client core * update nextLink * rever change --------- Co-authored-by: alexandria.gomez <alexandria.gomez@WATSONVILLE>
1 parent aa248d9 commit 0957445

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
API_VERSION: 'v1'
15-
VERSION_PREFIX: '2.0.4'
15+
VERSION_PREFIX: '2.0.5'
1616
GITHUB_PAGES_BRANCH: 'gh-pages'
1717

1818
jobs:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.5
2+
3+
### Chore & Maintenance
4+
5+
- Updated dependency versions of `lf-api-client-core` and `nimbus-jose-jwt` due to vulnerabilities
6+
17
## 2.0.4
28

39
### Chore & Maintenance

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<dependency>
270270
<groupId>com.laserfiche</groupId>
271271
<artifactId>lf-api-client-core</artifactId>
272-
<version>2.2.3</version>
272+
<version>2.2.4</version>
273273
</dependency>
274274

275275
<!-- test dependencies -->
@@ -292,7 +292,7 @@
292292
<dependency>
293293
<groupId>com.nimbusds</groupId>
294294
<artifactId>nimbus-jose-jwt</artifactId>
295-
<version>9.41.2</version>
295+
<version>10.0.2</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>junit</groupId>

0 commit comments

Comments
 (0)