Skip to content

Commit 4c6fde4

Browse files
Bump springBootVersion from 3.5.9 to 3.5.10 (#6403)
Bumps `springBootVersion` from 3.5.9 to 3.5.10. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `org.springframework.boot:spring-boot-starter` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `org.springframework.boot:spring-boot-starter-log4j2` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.9 to 3.5.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.9...v3.5.10) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-log4j2 dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 3.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc5ed81 commit 4c6fde4

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.5.9'
4+
springBootVersion = '3.5.10'
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.5.9'
5+
springBootVersion = '3.5.10'
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.5.9'
5+
springBootVersion = '3.5.10'
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.5.9'
5+
springBootVersion = '3.5.10'
66
}
77

88
repositories {

0 commit comments

Comments
 (0)