Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and bsideup committed May 16, 2019
1 parent 88014b3 commit 0a66f3c
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
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.1.4.RELEASE'
id 'org.springframework.boot' version '2.1.5.RELEASE'
}
apply plugin: 'io.spring.dependency-management'

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

Expand Down

0 comments on commit 0a66f3c

Please sign in to comment.