Skip to content

Commit 7183030

Browse files
Bump org.springframework.boot from 3.4.3 to 3.4.4 (#203)
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot 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 6a0913a commit 7183030

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

batch-rest-repository/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

batch-skip-step/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
33
plugins {
44
id 'java'
55
id 'jacoco-report-aggregation'
6-
id 'org.springframework.boot' version '3.4.3' apply false
6+
id 'org.springframework.boot' version '3.4.4' apply false
77
id 'io.spring.dependency-management' version '1.1.7'
88
id "org.sonarqube" version '6.0.1.5171'
99
}

cloud-jdbc-env-repo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

data-domain-events/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

data-envers-audit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

data-jdbc-audit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

data-jpa-audit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

data-jpa-event/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

data-jpa-filtered-query/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.3'
3+
id 'org.springframework.boot' version '3.4.4'
44
id 'io.spring.dependency-management' version '1.1.7'
55
}
66

0 commit comments

Comments
 (0)