diff --git a/api/pom.xml b/api/pom.xml index ae2d91bd..fbbd617b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,12 +1,13 @@ - + 4.0.0 - + xyz.docbleach docbleach-parent - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml @@ -20,19 +21,19 @@ org.slf4j slf4j-api - 1.7.25 + 2.0.9 com.google.auto.value auto-value-annotations - 1.6.5 + 1.10.4 com.google.auto.value auto-value - 1.6.5 + 1.10.4 provided @@ -42,7 +43,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.2 + 3.3.0 diff --git a/cli/pom.xml b/cli/pom.xml index 88ec27b1..2c638301 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -1,12 +1,13 @@ - + 4.0.0 xyz.docbleach docbleach-parent - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml @@ -24,20 +25,26 @@ org.slf4j slf4j-simple - 1.7.26 + 2.0.9 + + + + org.apache.logging.log4j + log4j-core + 2.20.0 commons-cli commons-cli - 1.4 + 1.5.0 com.google.code.gson gson - 2.8.5 + 2.10.1 compile @@ -84,11 +91,13 @@ org.apache.maven.plugins maven-shade-plugin + 3.5.0 org.apache.maven.plugins maven-jar-plugin + 3.3.0 @@ -99,41 +108,11 @@ - - com.excelsiorjet - excelsior-jet-maven-plugin - 1.3.2 - - ${mainClass} - true - medium - true - - true - - - xyz.docbleach - not-required - auto-detect - not-required - - - - - all - - full - - - native-bundle - true - - - org.apache.maven.plugins maven-deploy-plugin + 3.3.1 true diff --git a/http_server/pom.xml b/http_server/pom.xml index 3c348c4c..63b1ee08 100644 --- a/http_server/pom.xml +++ b/http_server/pom.xml @@ -1,14 +1,15 @@ - - + + 4.0.0 + docbleach-parent xyz.docbleach - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml - 4.0.0 http_server jar @@ -21,19 +22,12 @@ - - org.slf4j - slf4j-simple - 1.7.26 - - io.vertx vertx-web - [3.5.3,) + 4.4.5 - xyz.docbleach api @@ -77,7 +71,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.5.0 package diff --git a/module/module-office/pom.xml b/module/module-office/pom.xml index 5408a1cb..3640f963 100644 --- a/module/module-office/pom.xml +++ b/module/module-office/pom.xml @@ -1,12 +1,13 @@ - + 4.0.0 xyz.docbleach docbleach-module - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml @@ -17,10 +18,16 @@ OLE2 and OOXML sanitation module for DocBleach + + org.slf4j + slf4j-simple + 2.0.9 + + org.apache.poi poi-ooxml - 4.1.0 + 5.0.0 diff --git a/module/module-pdf/pom.xml b/module/module-pdf/pom.xml index 3ed383d5..0d25c273 100644 --- a/module/module-pdf/pom.xml +++ b/module/module-pdf/pom.xml @@ -1,12 +1,13 @@ - + 4.0.0 xyz.docbleach docbleach-module - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml @@ -17,17 +18,30 @@ PDF sanitation module for DocBleach + + org.slf4j + slf4j-simple + 2.0.9 + test + + org.apache.pdfbox pdfbox - 2.0.15 + 2.0.29 + + + + com.github.spotbugs + spotbugs-annotations + 4.7.3 org.bouncycastle bcprov-jdk15on - 1.61 + 1.70 diff --git a/module/module-rtf/pom.xml b/module/module-rtf/pom.xml index 8116bcce..0549e364 100644 --- a/module/module-rtf/pom.xml +++ b/module/module-rtf/pom.xml @@ -1,12 +1,13 @@ - + 4.0.0 xyz.docbleach docbleach-module - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml @@ -15,4 +16,4 @@ RTF-Bleach RTF sanitation module for DocBleach - \ No newline at end of file + diff --git a/module/module-zip/pom.xml b/module/module-zip/pom.xml index 3ddb3a5a..4bef77ab 100644 --- a/module/module-zip/pom.xml +++ b/module/module-zip/pom.xml @@ -1,13 +1,13 @@ - - + 4.0.0 xyz.docbleach docbleach-module - 0.0.1-SNAPSHOT + 0.0.5 module-zip @@ -17,4 +17,4 @@ Zip-Bleach Recursive Bleach for zip archives - \ No newline at end of file + diff --git a/module/pom.xml b/module/pom.xml index 3cc0f03d..e3789774 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -1,12 +1,13 @@ - + 4.0.0 xyz.docbleach docbleach-parent - 0.0.1-SNAPSHOT + 0.0.5 ../pom.xml @@ -50,4 +51,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index ad7cbc8f..9c2857ac 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 xyz.docbleach docbleach-parent - 0.0.1-SNAPSHOT + 0.0.5 pom DocBleach Parent @@ -38,9 +39,8 @@ api cli - http_server - module + http_server @@ -64,35 +64,36 @@ org.junit.jupiter junit-jupiter-api - 5.4.2 + 5.10.0 test + org.junit.jupiter junit-jupiter-engine - 5.4.2 + 5.10.0 test org.mockito - mockito-all - 1.10.19 + mockito-core + 5.5.0 test - com.google.code.findbugs - annotations - 3.0.1u2 + com.github.spotbugs + spotbugs-annotations + 4.7.3 provided - com.google.code.findbugs - jsr305 - 3.0.2 - provided + org.apache.logging.log4j + log4j-core + 2.20.0 + test @@ -117,11 +118,10 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 ${jdk.version} ${jdk.version} - lines,vars,source true true @@ -130,7 +130,7 @@ maven-surefire-plugin - 2.22.2 + 3.1.2 @@ -139,7 +139,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.5.0 package diff --git a/scripts/deploy_settings.xml b/scripts/deploy_settings.xml index e9b82bd1..621e0f2c 100644 --- a/scripts/deploy_settings.xml +++ b/scripts/deploy_settings.xml @@ -20,7 +20,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true ossrh @@ -32,4 +32,4 @@ - \ No newline at end of file +