diff --git a/README.md b/README.md index 050005b..66aad01 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ components. Requirements ============ -* OMERO 5.4.x+ -* OMERO.web 5.4.x+ +* OMERO 5.6.x+ +* OMERO.web 5.6.x+ * Redis backed sessions * Java 8+ @@ -17,7 +17,7 @@ Development Installation 1. Clone the repository:: - git clone git@github.com:glencoesoftware/omero-ms-core.git + git clone https://github.com/glencoesoftware/omero-ms-core.git 1. Run the Gradle build and utilize the artifacts as required:: diff --git a/build.gradle b/build.gradle index 90f9a96..84ba92c 100644 --- a/build.gradle +++ b/build.gradle @@ -61,13 +61,13 @@ dependencies { implementation 'io.zipkin.brave:brave-http:4.13.6' implementation 'io.zipkin.brave:brave-instrumentation-http:5.6.8' implementation 'io.lettuce:lettuce-core:5.2.0.RELEASE' - implementation 'org.openmicroscopy:omero-blitz:5.5.12' + implementation 'org.openmicroscopy:omero-blitz:5.7.3' implementation 'io.vertx:vertx-web:3.8.1' implementation 'io.vertx:vertx-jdbc-client:3.8.1' implementation 'io.kaitai:kaitai-struct-runtime:0.8' implementation 'commons-lang:commons-lang:2.6' implementation 'com.zeroc:icegrid:3.6.5' - implementation 'org.slf4j:slf4j-api:1.7.32' + implementation 'org.slf4j:slf4j-api:2.0.7' testImplementation 'org.testng:testng:6.10' }