Skip to content

Commit

Permalink
Bump spring-boot.version from 3.2.0 to 3.2.2 (#3145)
Browse files Browse the repository at this point in the history
Bumps `spring-boot.version` from 3.2.0 to 3.2.2.

Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0...v3.2.2)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0...v3.2.2)

Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0...v3.2.2)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0...v3.2.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-configuration-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Klish <aklish@gmail.com>
  • Loading branch information
dependabot[bot] and aklish committed Jan 21, 2024
1 parent 3b0922e commit 073963b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,14 @@
<rxjava.version>2.2.21</rxjava.version>
<rsql-parser.version>2.1.0</rsql-parser.version>
<slf4j.version>2.0.9</slf4j.version>
<spring-boot.version>3.2.1</spring-boot.version>
<spring-boot.version>3.2.2</spring-boot.version>
<spring-framework.version>6.1.2</spring-framework.version>

<spring-cloud-commons.version>4.0.4</spring-cloud-commons.version>
<springdoc.version>2.3.0</springdoc.version>
<swagger-api.version>2.2.19</swagger-api.version>
<system-lambda.version>1.2.1</system-lambda.version>
<tomcat.version>10.1.16</tomcat.version>
<mockito.version>5.8.0</mockito.version>


<build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<checkstyle.version>10.12.5</checkstyle.version>
Expand Down

0 comments on commit 073963b

Please sign in to comment.