From b4688cbf06c22ba35905242b3f431c411cdfa480 Mon Sep 17 00:00:00 2001 From: "taylor.smock" Date: Mon, 27 Jan 2025 23:43:42 +0000 Subject: [PATCH] See #23913: Fetch remote API keys for Bing imagery Update JMapViewer and other dependencies git-svn-id: https://josm.openstreetmap.de/svn/trunk@19293 0c6e7542-c601-0410-84e7-c038aed88b3b --- ivy.xml | 26 +++++++++---------- ivysettings.xml | 2 +- nodist/pom.xml | 18 ++++++------- .../josm/testutils/TileSourceRule.java | 3 ++- tools/ivy.xml | 18 ++++++------- 5 files changed, 34 insertions(+), 33 deletions(-) diff --git a/ivy.xml b/ivy.xml index d362d515fa6..facc10bc88f 100644 --- a/ivy.xml +++ b/ivy.xml @@ -21,7 +21,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -57,18 +57,18 @@ - - - - - - - - - - + + + + + + + + + + - + diff --git a/ivysettings.xml b/ivysettings.xml index db8d426c6cc..4c880ea4219 100644 --- a/ivysettings.xml +++ b/ivysettings.xml @@ -7,5 +7,5 @@ - + diff --git a/nodist/pom.xml b/nodist/pom.xml index 7e8b64e75a7..7ca5624bf65 100644 --- a/nodist/pom.xml +++ b/nodist/pom.xml @@ -17,10 +17,10 @@ https://josm.openstreetmap.de/sonar/ JOSM 1.49.a - 7.6.0 + 7.9.0 0.8.12 - 10.18.2 - 4.8.6 + 10.21.2 + 4.9.0 1.1.2 @@ -253,14 +253,14 @@ org.junit junit-bom - 5.11.3 + 5.11.4 pom import org.openstreetmap.jmapviewer jmapviewer - 2.22 + 2.23 provided @@ -351,13 +351,13 @@ org.wiremock wiremock - 3.9.2 + 3.10.0 test io.github.classgraph classgraph - 4.8.177 + 4.8.179 test @@ -369,7 +369,7 @@ nl.jqno.equalsverifier equalsverifier - 3.16.2 + 3.18.1 test @@ -393,7 +393,7 @@ [17 - 2.0.0 + 2.0.2 diff --git a/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java b/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java index 9156cbd5391..f7c26bb1091 100644 --- a/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java +++ b/test/unit/org/openstreetmap/josm/testutils/TileSourceRule.java @@ -151,7 +151,8 @@ public ImageryInfo getImageryInfo(int port) { String.format("tms[20]:http://localhost:%d/%h/{z}/{x}/{y}.png", port, this.hashCode()), "tms", (String) null, - (String) null + (String) null, + this.label ); } diff --git a/tools/ivy.xml b/tools/ivy.xml index c4ab608fda2..9ab81012b40 100644 --- a/tools/ivy.xml +++ b/tools/ivy.xml @@ -16,19 +16,19 @@ - + - + - - - - + + + + - - + + - +