Skip to content

Commit 0310021

Browse files
committed
Bump spring boot to version 4.0.2
1 parent 6f967af commit 0310021

22 files changed

Lines changed: 102 additions & 14 deletions

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "batch-rest-repository"
1+
rootProject.name = "batch-rest-repository"
2+
3+
dependencies {
4+
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:2.21")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "batch-skip-step"
1+
rootProject.name = "batch-skip-step"
2+
3+
dependencies {
4+
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:2.21")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "cloud-jdbc-env-repo"
1+
rootProject.name = "cloud-jdbc-env-repo"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "data-domain-events"
1+
rootProject.name = "data-domain-events"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "data-envers-audit"
1+
rootProject.name = "data-envers-audit"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "data-jdbc-audit"
1+
rootProject.name = "data-jdbc-audit"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "data-jdbc-schema-generation"
1+
rootProject.name = "data-jdbc-schema-generation"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
rootProject.name = "data-jpa-hibernate-cache"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "data-mongodb-audit"
1+
rootProject.name = "data-mongodb-audit"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rootProject.name = "data-mongodb-full-text-search"
1+
rootProject.name = "data-mongodb-full-text-search"
2+
3+
dependencies {
4+
runtimeOnly("org.springframework:spring-context:7.0.3")
5+
}

0 commit comments

Comments
 (0)