From 3454b50d7bb12b3e42a89f4a478c5bfa96d27498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:03:50 +0000 Subject: [PATCH] Bump org.openstreetmap.josm from 0.5.0 to 0.8.2 Bumps [org.openstreetmap.josm](https://gitlab.com/JOSM/gradle-josm-plugin) from 0.5.0 to 0.8.2. - [Release notes](https://gitlab.com/JOSM/gradle-josm-plugin/tags) - [Commits](https://gitlab.com/JOSM/gradle-josm-plugin/compare/v0.5.0...v0.8.2) --- updated-dependencies: - dependency-name: org.openstreetmap.josm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f458d6f..1c989c6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "org.openstreetmap.josm" version "0.5.0" + id "org.openstreetmap.josm" version "0.8.2" } sourceCompatibility = '1.8'