We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4167f commit 7539e89Copy full SHA for 7539e89
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.0.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