Skip to content

Commit

Permalink
build(deps): bump springboot.version from 3.3.3 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps `springboot.version` from 3.3.3 to 3.4.1.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.4.1)

Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.4.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent dd1025f commit 3b1e9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<pattern.class.itest>**/*ITest.*,**/*TCTest.*</pattern.class.itest>

<springboot.version>3.4.0</springboot.version>
<springboot.version>3.4.1</springboot.version>

<!-- libs (alphabetical) -->
<avro.version>1.12.0</avro.version>
Expand Down

0 comments on commit 3b1e9c7

Please sign in to comment.