Update Spring Boot 3.0.5 (#381)

This commit is contained in:
Chris Bono
2023-03-23 12:28:39 -05:00
committed by GitHub
parent 488c5d2e64
commit 71241a212b
8 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ configurations {
}
ext {
springBootVersion = '3.0.4'
springBootVersion = '3.0.5'
}
dependencies {

View File

@@ -12,7 +12,7 @@ ext {
testcontainersVersion = '1.17.6'
pulsarVersion = '2.11.0'
pulsarClientReactiveVersion = '0.2.0'
springBootVersion = '3.0.4'
springBootVersion = '3.0.5'
springCloudStreamVersion = '4.0.1'
}

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.4'
id 'org.springframework.boot' version '3.0.5'
}
description = 'Spring Pulsar Sample Application (Send and Receive)'

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.4'
id 'org.springframework.boot' version '3.0.5'
}
description = 'Spring Pulsar Sample Applications (Custom Routing)'

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.4'
id 'org.springframework.boot' version '3.0.5'
}
description = 'Spring Cloud Stream Binder for Pulsar Sample Application'

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.4'
id 'org.springframework.boot' version '3.0.5'
}
group = 'org.springframework.pulsar.sample'

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.4'
id 'org.springframework.boot' version '3.0.5'
}
description = 'Spring Pulsar Sample Application (Send and Receive)'

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.4'
id 'org.springframework.boot' version '3.0.5'
}
description = 'Reactive Spring Pulsar Sample Application'