From c4917be8894ad54ef3330701766494485c294f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:24:49 +0000 Subject: [PATCH] Gradle(deps): Bump org.springdoc:springdoc-openapi-starter-webmvc-ui Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) from 2.1.0 to 2.5.0. - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.1.0...v2.5.0) --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- crime-evidence/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crime-evidence/build.gradle b/crime-evidence/build.gradle index df1733e..40be20d 100644 --- a/crime-evidence/build.gradle +++ b/crime-evidence/build.gradle @@ -18,7 +18,7 @@ def versions = [ pitest : "1.4.10", crimeCommonsVersion : "2.13.6", wmStubRunnerVersion : "4.0.1", - springDocWebMVCVersion : "2.1.0", + springDocWebMVCVersion : "2.5.0", postgresqlVersion : "42.7.2" ]