File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
vividus-to-azure-devops-exporter
vividus-to-zephyr-exporter Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
project. description = ' Common module for all VIVIDUS exporters'
2
2
3
3
ext {
4
- springBootVersion = ' 3.1.5 '
4
+ springBootVersion = ' 3.2.0 '
5
5
}
6
6
7
7
configurations. all {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project.description = 'VIVIDUS to Azure DevOps exporter'
2
2
3
3
buildscript {
4
4
ext {
5
- springBootVersion = ' 3.1.5 '
5
+ springBootVersion = ' 3.2.0 '
6
6
}
7
7
8
8
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project.description = 'VIVIDUS to Xray exporter'
2
2
3
3
buildscript {
4
4
ext {
5
- springBootVersion = ' 3.1.5 '
5
+ springBootVersion = ' 3.2.0 '
6
6
}
7
7
8
8
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ project.description = 'VIVIDUS to Zephyr exporter'
2
2
3
3
buildscript {
4
4
ext {
5
- springBootVersion = ' 3.1.5 '
5
+ springBootVersion = ' 3.2.0 '
6
6
}
7
7
8
8
repositories {
You can’t perform that action at this time.
0 commit comments