@@ -32,12 +32,12 @@ mxMarketplace {
3232dependencies {
3333 compileOnly(fileTree(mxRuntimeBundles). include(' *.jar' ))
3434
35- // MxCommons v10.0 .0 module dependencies, not included with module release
35+ // MxCommons v10.1 .0 module dependencies, not included with module release
3636 implementation(
37- [group : ' com.google.guava' , name : ' guava' , version : ' 30.1 .1-jre' ],
37+ [group : ' com.google.guava' , name : ' guava' , version : ' 32.0 .1-jre' ],
3838 [group : ' com.googlecode.owasp-java-html-sanitizer' , name : ' owasp-java-html-sanitizer' , version : ' 20211018.2' ],
39- [group : ' commons-io' , name : ' commons-io' , version : ' 2.11 .0' ],
40- [group : ' org.apache.pdfbox' , name : ' pdfbox' , version : ' 2.0.24 ' ],
39+ [group : ' commons-io' , name : ' commons-io' , version : ' 2.17 .0' ],
40+ [group : ' org.apache.pdfbox' , name : ' pdfbox' , version : ' 2.0.30 ' ],
4141 [group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12.0' ],
4242 [group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0' ]
4343 )
0 commit comments