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

Commit

Permalink
build(deps): upgrade Spring Boot and Checkstyle (#56)
Browse files Browse the repository at this point in the history
* Build(deps): Bump checkstyle from 10.5.0 to 10.6.0

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

---
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>

* Build(deps): Bump spring-boot-starter-parent from 3.0.0 to 3.0.1

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  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 Jan 4, 2023
1 parent 0f68785 commit b5892bb
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ca.bc.gov</groupId>
Expand Down Expand Up @@ -338,7 +338,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.5.0</version>
<version>10.6.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit b5892bb

Please sign in to comment.