Skip to content

Commit

Permalink
Bump org.springframework.boot in /examples (#1443)
Browse files Browse the repository at this point in the history
Bumps org.springframework.boot from 2.1.2.RELEASE to 2.1.4.RELEASE.

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and bsideup committed May 1, 2019
1 parent ff9f0c4 commit ea2c25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/selenium-container/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.1.2.RELEASE'
id 'org.springframework.boot' version '2.1.4.RELEASE'
}
apply plugin: 'io.spring.dependency-management'

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.1.2.RELEASE'
id 'org.springframework.boot' version '2.1.4.RELEASE'
}
apply plugin: 'io.spring.dependency-management'

Expand Down

0 comments on commit ea2c25c

Please sign in to comment.