Skip to content

Commit

Permalink
Bump SpringBoot version to latest 2.5.2 in it test
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jul 6, 2021
1 parent aeb6a04 commit baf68d7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.4.2'
id 'org.springframework.boot' version '2.5.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
Expand All @@ -12,10 +12,6 @@ repositories {
mavenCentral()
}

ext {
asciidoctorjVersion = '2.4.2'
}

dependencies {
implementation project(':asciidoctorj')
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit baf68d7

Please sign in to comment.