Index: applications/editors/josm/plugins/mapillary/.classpath
===================================================================
--- applications/editors/josm/plugins/mapillary/.classpath	(revision 32659)
+++ applications/editors/josm/plugins/mapillary/.classpath	(revision 32680)
@@ -4,5 +4,5 @@
 	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="src" path="test/unit"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
Index: applications/editors/josm/plugins/mapillary/build.gradle
===================================================================
--- applications/editors/josm/plugins/mapillary/build.gradle	(revision 32659)
+++ applications/editors/josm/plugins/mapillary/build.gradle	(revision 32680)
@@ -6,5 +6,5 @@
 apply plugin: 'pmd'
 
-sourceCompatibility = '1.7'
+sourceCompatibility = '1.8'
 
 repositories {
@@ -32,5 +32,5 @@
   // The JOSM-version can be specified as "latest", "tested" or the numeric version number.
   // When using a numeric version number you can leave out {changing=true}.
-  compile(':josm:10485')
+  compile(':josm:10580')
   // For plugins it's irrelevant, which version is specified, always the latest version is used.
   compile (name: 'apache-commons'){changing=true}
Index: applications/editors/josm/plugins/mapillary/gradle.properties
===================================================================
--- applications/editors/josm/plugins/mapillary/gradle.properties	(revision 32659)
+++ applications/editors/josm/plugins/mapillary/gradle.properties	(revision 32680)
@@ -5,5 +5,5 @@
 plugin.icon=images/icon24.png
 plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary
-plugin.main.version=10369
+plugin.main.version=10580
 plugin.requires=apache-commons;apache-http
 plugin.version=1.1.5
