Skip to content

Commit

Permalink
build(deps): Bump spring-boot-devtools from 2.6.1 to 2.6.2
Browse files Browse the repository at this point in the history
Bumps [spring-boot-devtools](https://github.com/spring-projects/spring-boot) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.1...v2.6.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2021
1 parent 5380679 commit 7221130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

id 'org.siouan.frontend-jdk8' version '6.0.0'

id 'org.springframework.boot' version '2.6.1'
id 'org.springframework.boot' version '2.6.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
}

Expand Down Expand Up @@ -58,12 +58,12 @@ dependencies {
embed 'org.apache.logging.log4j:log4j-web:2.17.0'

// Dev tools
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1'
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.2'

// Testing
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.2'
testImplementation 'org.junit.platform:junit-platform-commons:1.8.2'
}

Expand Down

0 comments on commit 7221130

Please sign in to comment.