Skip to content

Commit

Permalink
Merge pull request #239 from raynigon/dependabot/gradle/org.springdoc…
Browse files Browse the repository at this point in the history
…-springdoc-openapi-webmvc-core-1.6.13

Bump springdoc-openapi-webmvc-core from 1.6.12 to 1.6.13
  • Loading branch information
mergify[bot] committed Nov 21, 2022
2 parents 8534fc7 + 9a0353a commit 42488f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-boot-springdoc-starter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
dependencies {
compileOnly 'org.springframework.boot:spring-boot-starter'
compileOnly 'org.springdoc:springdoc-openapi-webmvc-core:1.6.12'
compileOnly 'org.springdoc:springdoc-openapi-webmvc-core:1.6.13'
implementation project(":unit-api-jackson")
implementation project(":unit-api-core")
implementation project(":spring-boot-core-starter")

testImplementation 'org.springdoc:springdoc-openapi-webmvc-core:1.6.11'
testImplementation 'org.springdoc:springdoc-openapi-webmvc-core:1.6.13'
testImplementation 'org.springframework.boot:spring-boot-starter'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand Down

0 comments on commit 42488f0

Please sign in to comment.