Skip to content

Commit

Permalink
Upgraded spring boot to 2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwi committed Dec 22, 2021
1 parent 82d2c08 commit cb83a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pacs008/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
plugins {
// common build conventions for all rapide projects
id 'rapide.commons'
id 'org.springframework.boot' version '2.4.5'
id 'org.springframework.boot' version '2.5.8'
id 'com.adarshr.test-logger' version '3.0.0'
}

group = "${group}.pacs008-message-generator"
version = '1.0.0-SNAPSHOT'

ext {
springBootVersion = '2.4.5'
springBootVersion = '2.5.8'
}

bootJar {
Expand Down

0 comments on commit cb83a63

Please sign in to comment.