File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,12 +239,13 @@ dependencies {
239239
240240 // Manually managed dependencies
241241 def elideVersion = " 6.1.5"
242+ def springdocVersion = " 1.6.8"
242243 implementation(" com.yahoo.elide:elide-core:${ elideVersion} " )
243244 implementation(" com.yahoo.elide:elide-swagger:${ elideVersion} " )
244245 implementation(" com.yahoo.elide:elide-datastore-jpa:${ elideVersion} " )
245246 implementation(" com.yahoo.elide:elide-datastore-multiplex:${ elideVersion} " )
246- implementation(" org.springdoc:springdoc-openapi-ui:1.6.7 " )
247- implementation(" org.springdoc:springdoc-openapi-security:1.6.7 " )
247+ implementation(" org.springdoc:springdoc-openapi-ui:${ springdocVersion } " )
248+ implementation(" org.springdoc:springdoc-openapi-security:${ springdocVersion } " )
248249 implementation(" com.github.FAForever:faf-java-commons:0e5d22ffff6e4dea81bac494d532627fcca8ebc4" )
249250 implementation(" org.kohsuke:github-api:1.306" )
250251 implementation(" org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r" )
You can’t perform that action at this time.
0 commit comments