Skip to content

Commit

Permalink
fix: Bump org.springframework.boot
Browse files Browse the repository at this point in the history
Bumps the springframework-dependencies group with 1 update: [org.springframework.boot](https://github.com/spring-projects/spring-boot).


Updates `org.springframework.boot` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.4...v3.3.5)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: springframework-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 3354f55 commit 0d36b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootJar
plugins {
kotlin("jvm")
kotlin("plugin.spring")
id("org.springframework.boot") version "3.3.4"
id("org.springframework.boot") version "3.3.5"
`maven-publish`
id("java-library")
id("signing")
Expand Down

0 comments on commit 0d36b18

Please sign in to comment.