Skip to content

Commit

Permalink
Merge pull request #28 from sbesson/omero_blitz_5.7.2
Browse files Browse the repository at this point in the history
Bump to omero-blitz 5.7.3
  • Loading branch information
sbesson authored May 16, 2024
2 parents 05b85a1 + 8f523c3 commit 95cdbff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+

Expand All @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 95cdbff

Please sign in to comment.