Skip to content

Commit 09dff4a

Browse files
fix(deps): bump the prod-deps group across 1 directory with 5 updates
Bumps the prod-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.5.3` | `3.5.4` | | [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.5.3` | `3.5.4` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.3` | `3.5.4` | | [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.13.1` | `1.14.0` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.26.0` | `10.26.1` | Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) Updates `org.apache.commons:commons-text` from 1.13.1 to 1.14.0 - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0) Updates `com.puppycrawl.tools:checkstyle` from 10.26.0 to 10.26.1 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.26.0...checkstyle-10.26.1) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.3 to 3.5.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.3...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98d5906 commit 09dff4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727

28-
<spring-boot.version>3.5.3</spring-boot.version>
28+
<spring-boot.version>3.5.4</spring-boot.version>
2929
<folio-spring-support.version>10.0.0-SNAPSHOT</folio-spring-support.version>
3030
<folio-service-tools.version>5.1.0-SNAPSHOT</folio-service-tools.version>
3131
<lombok.version>1.18.38</lombok.version>
@@ -34,7 +34,7 @@
3434
<lombok.mapstruct-binding.version>0.2.0</lombok.mapstruct-binding.version>
3535
<jsoup.version>1.21.1</jsoup.version>
3636
<marc4j.version>2.9.6</marc4j.version>
37-
<commons-text.version>1.13.1</commons-text.version>
37+
<commons-text.version>1.14.0</commons-text.version>
3838
<guava.version>33.4.8-jre</guava.version>
3939

4040
<!-- Plugin properties-->
@@ -50,7 +50,7 @@
5050
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
5151
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
5252
<maven-failsafe-plugin.version>3.5.3</maven-failsafe-plugin.version>
53-
<checkstyle.version>10.26.0</checkstyle.version>
53+
<checkstyle.version>10.26.1</checkstyle.version>
5454
<folio-java-checkstyle.version>1.1.0</folio-java-checkstyle.version>
5555
<folio-module-descriptor-validator.version>1.0.1</folio-module-descriptor-validator.version>
5656
</properties>

0 commit comments

Comments
 (0)