diff --git a/pom.xml b/pom.xml
index c8746418a..4fb05c22f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,15 +92,15 @@
1.0.2
16.0.2
- 4.1.2
+ 4.2.0
1.1.1
4.1.0
2.2.0
- 4.2.0
+ 4.2.1
7.0.0
- 1.5.0
+ 1.6.0
6.1.1
- 1.3.4-SNAPSHOT
+ 1.3.4
1.0.2
3.2.0
diff --git a/src/test/java/projects/OpenRemoteCLEMExample.java b/src/test/java/projects/OpenRemoteCLEMExample.java
index 0dc12ff6e..ff7dc37b8 100644
--- a/src/test/java/projects/OpenRemoteCLEMExample.java
+++ b/src/test/java/projects/OpenRemoteCLEMExample.java
@@ -41,6 +41,7 @@ public static void main( String[] args ) throws IOException
final ImageJ imageJ = new ImageJ();
imageJ.ui().showUI();
- new MoBIE("https://github.com/mobie/clem-example-project/", MoBIESettings.settings().gitProjectBranch( "main" ).view( "SupplFig1a" ));
+ new MoBIE("https://github.com/mobie/clem-example-project/",
+ MoBIESettings.settings().gitProjectBranch( "main" ).view( "SupplFig1a" ));
}
}