diff --git a/build.gradle b/build.gradle index 3c7cd25..7c0b090 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { compileOnly([group: 'com.mendix', name: 'public-api', version: "$mendixPublicApiVersion"]) implementation( - [group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'], + [group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'], [group: 'com.googlecode.owasp-java-html-sanitizer', name: 'owasp-java-html-sanitizer', version: '20211018.2'], [group: 'commons-io', name: 'commons-io', version: '2.11.0'], [group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.24'], diff --git a/marketplace/release-notes/9.0.3.txt b/marketplace/release-notes/9.0.3.txt new file mode 100644 index 0000000..81c173d --- /dev/null +++ b/marketplace/release-notes/9.0.3.txt @@ -0,0 +1 @@ +We updated the Guava dependency to 32.0.1. \ No newline at end of file diff --git a/src/CommunityCommons/CommunityCommons.mpr b/src/CommunityCommons/CommunityCommons.mpr index c7c1dba..916a9e6 100644 Binary files a/src/CommunityCommons/CommunityCommons.mpr and b/src/CommunityCommons/CommunityCommons.mpr differ