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

@@ -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)'