Skip to content

Commit 71241a2

Browse files
authored
Update Spring Boot 3.0.5 (#381)
1 parent 488c5d2 commit 71241a2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configurations {
3131
}
3232

3333
ext {
34-
springBootVersion = '3.0.4'
34+
springBootVersion = '3.0.5'
3535
}
3636

3737
dependencies {

spring-pulsar-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
testcontainersVersion = '1.17.6'
1313
pulsarVersion = '2.11.0'
1414
pulsarClientReactiveVersion = '0.2.0'
15-
springBootVersion = '3.0.4'
15+
springBootVersion = '3.0.5'
1616
springCloudStreamVersion = '4.0.1'
1717
}
1818

spring-pulsar-sample-apps/sample-app1/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.springframework.pulsar.spring-module'
3-
id 'org.springframework.boot' version '3.0.4'
3+
id 'org.springframework.boot' version '3.0.5'
44
}
55

66
description = 'Spring Pulsar Sample Application (Send and Receive)'

spring-pulsar-sample-apps/sample-app2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.springframework.pulsar.spring-module'
3-
id 'org.springframework.boot' version '3.0.4'
3+
id 'org.springframework.boot' version '3.0.5'
44
}
55

66
description = 'Spring Pulsar Sample Applications (Custom Routing)'

spring-pulsar-sample-apps/sample-pulsar-binder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.springframework.pulsar.spring-module'
3-
id 'org.springframework.boot' version '3.0.4'
3+
id 'org.springframework.boot' version '3.0.5'
44
}
55

66
description = 'Spring Cloud Stream Binder for Pulsar Sample Application'

spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.springframework.pulsar.spring-module'
3-
id 'org.springframework.boot' version '3.0.4'
3+
id 'org.springframework.boot' version '3.0.5'
44
}
55

66
group = 'org.springframework.pulsar.sample'

spring-pulsar-sample-apps/sample-pulsar-reader/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.springframework.pulsar.spring-module'
3-
id 'org.springframework.boot' version '3.0.4'
3+
id 'org.springframework.boot' version '3.0.5'
44
}
55

66
description = 'Spring Pulsar Sample Application (Send and Receive)'

spring-pulsar-sample-apps/sample-reactive/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'org.springframework.pulsar.spring-module'
3-
id 'org.springframework.boot' version '3.0.4'
3+
id 'org.springframework.boot' version '3.0.5'
44
}
55

66
description = 'Reactive Spring Pulsar Sample Application'

0 commit comments

Comments
 (0)