diff --git a/build.gradle b/build.gradle index 07fc393..2e1b1f9 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.security:spring-security-ldap' - implementation 'org.webjars:swagger-ui:4.9.1' + implementation 'org.webjars:swagger-ui:4.10.3' implementation 'org.webjars:webjars-locator-core' implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp' @@ -47,7 +47,7 @@ dependencies { implementation 'org.apache.commons:commons-math3:3.6.1' implementation 'org.jfree:jfreechart:1.5.3' - compileOnly 'io.swagger:swagger-annotations:1.6.5' + compileOnly 'io.swagger:swagger-annotations:1.6.6' compileOnly 'io.springfox:springfox-core:3.0.0', { exclude group: '*', module: '*' } runtimeOnly 'com.h2database:h2' @@ -55,7 +55,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'com.jayway.jsonpath:json-path-assert' - testImplementation 'org.camunda.bpm.assert:camunda-bpm-assert:14.0.0' + testImplementation 'org.camunda.bpm.assert:camunda-bpm-assert:15.0.0' } openApiGenerate {