Skip to content

Commit

Permalink
Adding spring doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jul 28, 2023
1 parent 935056f commit ba98c24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id "com.diffplug.spotless" version "6.20.0"
}

def springDocVersion = "2.1.0"

group = 'com.josdem.catcher'
version = '1.0.0-SNAPSHOT'

Expand Down Expand Up @@ -36,7 +38,7 @@ spotless {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.1.0'
implementation "org.springdoc:springdoc-openapi-starter-webflux-ui:$springDocVersion"
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit ba98c24

Please sign in to comment.