diff --git a/build.gradle b/build.gradle index 3c7cd25..6cd6424 100644 --- a/build.gradle +++ b/build.gradle @@ -47,10 +47,10 @@ 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'], + [group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.30'], [group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'] ) } @@ -92,6 +92,9 @@ clean { release { tagTemplate = '$name-$version' + git { + requireBranch = 'lts/8.12' + } } task afterReleaseBuildTask { diff --git a/gradle.properties b/gradle.properties index 604a273..1b9d8db 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=9.0.3-SNAPSHOT +version=9.0.5-SNAPSHOT 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/marketplace/release-notes/9.0.4.txt b/marketplace/release-notes/9.0.4.txt new file mode 100644 index 0000000..72720a8 --- /dev/null +++ b/marketplace/release-notes/9.0.4.txt @@ -0,0 +1 @@ +We updated the Apache PDFBox dependency to 2.0.30. \ No newline at end of file diff --git a/src/CommunityCommons/CommunityCommons.mpr b/src/CommunityCommons/CommunityCommons.mpr index c7c1dba..b9adb00 100644 Binary files a/src/CommunityCommons/CommunityCommons.mpr and b/src/CommunityCommons/CommunityCommons.mpr differ