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
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.3 to 2.0.4.

---
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.1 to 10.9.2

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.8.1 to 10.9.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.8.1...checkstyle-10.9.2)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 20, 2023
1 parent e677861 commit fefe06b
Showing 1 changed file with 2 additions and 2 deletions.
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.3</version>
<version>2.0.4</version>
</dependency>

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

0 comments on commit fefe06b

Please sign in to comment.