From 0ba65144fedec90d511cf697592bdcc400ad6b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 23:44:19 +0000 Subject: [PATCH] Bump umldoclet from 1.1.4 to 2.0.15 Bumps [umldoclet](https://github.com/talsma-ict/umldoclet) from 1.1.4 to 2.0.15. - [Release notes](https://github.com/talsma-ict/umldoclet/releases) - [Commits](https://github.com/talsma-ict/umldoclet/compare/1.1.4...2.0.15) --- updated-dependencies: - dependency-name: nl.talsmasoftware:umldoclet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e04414d..4aace3e 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ dependencies { implementation ("com.hazelcast:hazelcast:4.2.2") annotationProcessor ("com.adaptris:interlok-core-apt:$interlokCoreVersion") {changing= true} - umlDoclet("nl.talsmasoftware:umldoclet:1.1.4") + umlDoclet("nl.talsmasoftware:umldoclet:2.0.15") testImplementation ('junit:junit:4.13.2') testImplementation ("org.slf4j:slf4j-simple:$slf4jVersion")