Update dependencies
diff --git a/CHANGES.md b/CHANGES.md
index 3af0e99..719a9c9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,8 +3,10 @@
 ## 1.0.7
 
 - When converting directories, rename files according to the chosen profile. (fschumacher)
-- Add configuration option, `matchExcludesAgainstPathName` that can be used to configure exclusions base don path name rather than just file name.  PR[#38](https://github.com/apache/tomcat-jakartaee-migration/pull/38) provided by Réda Housni Alaoui (markt)
-- Update OSGI servlet specification versions if present in manifest file. PR[#42](https://github.com/apache/tomcat-jakartaee-migration/pull/42) provided by Ivan Furnadjiev (markt)
+- Add configuration option, `matchExcludesAgainstPathName` that can be used to configure exclusions base don path name rather than just file name.  PR[#38](https://github.com/apache/tomcat-jakartaee-migration/pull/38) provided by Réda Housni Alaoui. (markt)
+- Update OSGI servlet specification versions if present in manifest file. PR[#42](https://github.com/apache/tomcat-jakartaee-migration/pull/42) provided by Ivan Furnadjiev. (markt)
+- Update Commons BCEL to 6.7.0. (markt)
+- Update Commons Compress to 1.23.0. (markt)
 
 
 ## 1.0.6
diff --git a/pom.xml b/pom.xml
index df48118..69d2e4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,12 +77,12 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.6.0</version>
+      <version>6.7.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.22</version>
+      <version>1.23.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>