Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.2.5

### Maintenance

- Update `jackson-databind` dependency due to vulnerability

## 2.2.4

### Maintenance
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>lf-api-client-core</artifactId>
<packaging>jar</packaging>
<name>Laserfiche API Client Core</name>
<version>2.2.0</version>
<version>2.2.5</version>
<url>https://github.com/Laserfiche/lf-api-client-core-java</url>
<description>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.
Expand Down Expand Up @@ -260,7 +260,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<swagger-core-version>2.0.0</swagger-core-version>
<jackson-version>2.18.2</jackson-version>
<jackson-version>2.18.8</jackson-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Loading