Skip to content

Commit c09e3de

Browse files
Bump springBootVersion from 3.1.5 to 3.2.0 (#4601)
Bumps `springBootVersion` from 3.1.5 to 3.2.0. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.1.5 to 3.2.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0) Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.5 to 3.2.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0) Updates `org.springframework.boot:spring-boot-starter` from 3.1.5 to 3.2.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0) Updates `org.springframework.boot:spring-boot-starter-test` from 3.1.5 to 3.2.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45e58ac commit c09e3de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

vividus-exporter-commons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project.description = 'Common module for all VIVIDUS exporters'
22

33
ext {
4-
springBootVersion = '3.1.5'
4+
springBootVersion = '3.2.0'
55
}
66

77
configurations.all {

vividus-to-azure-devops-exporter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project.description = 'VIVIDUS to Azure DevOps exporter'
22

33
buildscript {
44
ext {
5-
springBootVersion = '3.1.5'
5+
springBootVersion = '3.2.0'
66
}
77

88
repositories {

vividus-to-xray-exporter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project.description = 'VIVIDUS to Xray exporter'
22

33
buildscript {
44
ext {
5-
springBootVersion = '3.1.5'
5+
springBootVersion = '3.2.0'
66
}
77

88
repositories {

vividus-to-zephyr-exporter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project.description = 'VIVIDUS to Zephyr exporter'
22

33
buildscript {
44
ext {
5-
springBootVersion = '3.1.5'
5+
springBootVersion = '3.2.0'
66
}
77

88
repositories {

0 commit comments

Comments
 (0)