From eb57ce0c5a909d861f1c21660bfe94a55a8e314a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:37:06 +0000 Subject: [PATCH] Bump camunda-bpm-assert from 14.0.0 to 15.0.0 Bumps [camunda-bpm-assert](https://github.com/camunda/camunda-bpm-assert) from 14.0.0 to 15.0.0. - [Release notes](https://github.com/camunda/camunda-bpm-assert/releases) - [Commits](https://github.com/camunda/camunda-bpm-assert/compare/14.0.0...15.0.0) --- updated-dependencies: - dependency-name: org.camunda.bpm.assert:camunda-bpm-assert dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {