Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
build: dependency upgrades (#101)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* 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](checkstyle/checkstyle@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] <support@github.com>

* 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](aquasecurity/trivy-action@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] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
annibalsilva and dependabot[bot] authored Mar 14, 2023
1 parent eedf09d commit ceb101a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -350,7 +350,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.8.0</version>
<version>10.8.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit ceb101a

Please sign in to comment.