File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/org/openstreetmap/josm/tools Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
<dependency conf =" api->default" org =" com.formdev" name =" svgSalamander" rev =" 1.1.4" />
39
39
<dependency conf =" api->default" org =" ch.poole" name =" OpeningHoursParser" rev =" 0.28.2" />
40
40
<!-- Don't forget to update org.openstreetmap.josm.tools.Tag2Link#PREF_SOURCE -->
41
- <dependency conf =" api->default" org =" org.webjars.npm" name =" tag2link" rev =" 2024.2 .8" />
41
+ <dependency conf =" api->default" org =" org.webjars.npm" name =" tag2link" rev =" 2024.7 .8" />
42
42
<!-- sources->sources -->
43
43
<dependency conf =" sources->sources" org =" org.openstreetmap.jmapviewer" name =" jmapviewer" rev =" 2.19" />
44
44
<dependency conf =" sources->sources" org =" javax.json" name =" javax.json-api" rev =" 1.1.4" />
55
55
<dependency conf =" sources->sources" org =" com.drewnoakes" name =" metadata-extractor" rev =" 2.19.0" transitive =" false" />
56
56
<dependency conf =" sources->sources" org =" com.formdev" name =" svgSalamander" rev =" 1.1.4" />
57
57
<dependency conf =" sources->sources" org =" ch.poole" name =" OpeningHoursParser" rev =" 0.28.2" />
58
- <dependency conf =" sources->default" org =" org.webjars.npm" name =" tag2link" rev =" 2024.2 .8" /><!-- sources->default sic! (tag2link-sources.jar is empty, see #19335) -->
58
+ <dependency conf =" sources->default" org =" org.webjars.npm" name =" tag2link" rev =" 2024.7 .8" /><!-- sources->default sic! (tag2link-sources.jar is empty, see #19335) -->
59
59
<!-- commonslang->default -->
60
60
<dependency conf =" commonslang->default" org =" org.apache.commons" name =" commons-lang3" rev =" 3.14.0" />
61
61
<!-- jacocoant->default -->
Original file line number Diff line number Diff line change 310
310
<dependency >
311
311
<groupId >org.webjars.npm</groupId >
312
312
<artifactId >tag2link</artifactId >
313
- <version >2024.2 .8</version >
313
+ <version >2024.7 .8</version >
314
314
<scope >provided</scope >
315
315
</dependency >
316
316
<dependency >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public final class Tag2Link {
64
64
.collect (Collectors .joining ("|" ));
65
65
66
66
static final ListProperty PREF_SOURCE = new ListProperty ("tag2link.source" ,
67
- Collections .singletonList ("resource://META-INF/resources/webjars/tag2link/2024.2 .8/index.json" ));
67
+ Collections .singletonList ("resource://META-INF/resources/webjars/tag2link/2024.7 .8/index.json" ));
68
68
69
69
static final CachingProperty <List <String >> PREF_SEARCH_ENGINES = new ListProperty ("tag2link.search" ,
70
70
Arrays .asList ("https://duckduckgo.com/?q=$1" , "https://www.google.com/search?q=$1" )).cached ();
You can’t perform that action at this time.
0 commit comments