diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b0bb688..deaef94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,11 @@ jobs: build-n-test: runs-on: ubuntu-latest + permissions: + contents: read + checks: write + pull-requests: write + env: ACCESS_KEY: ${{ secrets.DEV_CA_PUBLIC_USE_INTEGRATION_TEST_ACCESS_KEY }} SERVICE_PRINCIPAL_KEY: ${{ secrets.DEV_CA_PUBLIC_USE_TESTOAUTHSERVICEPRINCIPAL_SERVICE_PRINCIPAL_KEY }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f9acad9..1a96ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.5 + +### Maintenance + +- Update `jackson-databind` dependency due to vulnerability + ## 2.2.4 ### Maintenance diff --git a/pom.xml b/pom.xml index 1650266..ca2f5bc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ lf-api-client-core jar Laserfiche API Client Core - 2.2.0 + 2.2.5 https://github.com/Laserfiche/lf-api-client-core-java Java implementation of various foundational APIs for Laserfiche, including authorization APIs such as OAuth 2.0 flows for secure and easy access to Laserfiche APIs. @@ -260,7 +260,7 @@ ${java.version} ${java.version} 2.0.0 - 2.18.2 + 2.18.8 UTF-8