Skip to content

Commit 34a007c

Browse files
committed
Merge pull request #656 from izeye
* gh-656: Upgrade the Spring Boot-based samples to 2.1.9.RELEASE Closes gh-656
2 parents 5cee88c + c34cdc6 commit 34a007c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

samples/junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE'
77
}
88
}
99

samples/rest-assured/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE'
77
}
88
}
99

samples/rest-notes-spring-data-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.1.8.RELEASE</version>
14+
<version>2.1.9.RELEASE</version>
1515
<relativePath />
1616
</parent>
1717

samples/rest-notes-spring-hateoas/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE'
77
}
88
}
99

samples/testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE'
77
}
88
}
99

0 commit comments

Comments
 (0)