From ceb101ad0d3bb9d746563c28635dc6fab37eaee0 Mon Sep 17 00:00:00 2001 From: Annibal Silva <105941480+annibalsilva@users.noreply.github.com> Date: Tue, 14 Mar 2023 15:41:45 -0300 Subject: [PATCH] build: dependency upgrades (#101) * Build(deps): Bump springdoc-openapi-starter-webmvc-ui Bumps springdoc-openapi-starter-webmvc-ui from 2.0.2 to 2.0.3. --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Build(deps): Bump checkstyle from 10.8.0 to 10.8.1 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.8.0 to 10.8.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.8.0...checkstyle-10.8.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Build(deps): Bump aquasecurity/trivy-action from 0.9.1 to 0.9.2 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.9.1...0.9.2) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/merge-main.yml | 2 +- .github/workflows/release.yml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index ab2c455..afec799 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -330,7 +330,7 @@ jobs: uses: actions/checkout@v3 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.9.1 + uses: aquasecurity/trivy-action@0.9.2 with: scan-type: "fs" format: "sarif" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36c47d9..44cb642 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Image Scan - uses: aquasecurity/trivy-action@0.9.1 + uses: aquasecurity/trivy-action@0.9.2 continue-on-error: true with: image-ref: ghcr.io/${{ github.repository }} diff --git a/pom.xml b/pom.xml index 7f67ec0..5844ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.0.2 + 2.0.3 @@ -350,7 +350,7 @@ com.puppycrawl.tools checkstyle - 10.8.0 + 10.8.1