We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4167f commit 4fca4f1Copy full SHA for 4fca4f1
tutorials/java/01-quickstart/build.gradle
@@ -22,7 +22,7 @@ repositories {
22
23
dependencies {
24
// This dependency is used by the application.
25
- implementation 'com.google.guava:guava:32.1.3-jre'
+ implementation 'com.google.guava:guava:33.1.0-jre'
26
implementation 'org.openmama:openmama:6.3.2'
27
28
// Use JUnit test framework
tutorials/java/02-resourcepool/build.gradle
// implementation 'org.openmama:openmama:6.3.3'
implementation files('/home/fquinn/SourceExternal/finos/OpenMAMA/mama/jni/build/libs/openmama-6.3.0-1.jar')
0 commit comments