diff --git a/build.gradle b/build.gradle
index 1788005a85098ac6501eb61961ae138dc1d26e77..823e45999c45238b6a3146fdf53a741171643117 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ configurations.all {
 	resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
 }
 
-def parser_version = '2.12.6'
+def parser_version = '2.12.7'
 
 dependencies {
 	implementation(group: 'commons-cli', name: 'commons-cli', version: '1.5.0')