Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-gradle-plugin from 3.3.4 to…
Browse files Browse the repository at this point in the history
… 3.3.5 (#281)

* Bump org.springframework.boot:spring-boot-gradle-plugin

Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-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:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <[email protected]>
  • Loading branch information
dependabot[bot] and conorheffron authored Nov 3, 2024
1 parent ebf54d5 commit d76c196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '3.3.4'
springBootVersion = '3.3.5'
}
repositories {
mavenCentral()
Expand All @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'maven-publish'

group = 'conorheffron'
version = '5.3.5'
version = '5.3.6'
description = "Sample Data Manager"

sourceCompatibility = 21
Expand Down

0 comments on commit d76c196

Please sign in to comment.