diff --git a/build.gradle b/build.gradle index 429ccad43..3bdab736a 100644 --- a/build.gradle +++ b/build.gradle @@ -26,9 +26,9 @@ ext { dependencies { testImplementation("org.testng:testng:7.5") testImplementation("jmock:jmock:1.+") - testImplementation('org.openmicroscopy:omero-common-test:5.7.0') + testImplementation('org.openmicroscopy:omero-common-test:5.7.1-SNAPSHOT') - api('org.openmicroscopy:omero-renderer:5.6.0') + api('org.openmicroscopy:omero-renderer:5.6.1-SNAPSHOT') // Spring framework stuff implementation("org.springframework:spring-context-support:4.3.14.RELEASE")