diff --git a/build.gradle b/build.gradle
index 2120eede6370018fae730bcfc8f38c5fcde574a2..a4c3cba93360a14cc5988266e2f2af61f88b8b5c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ configurations.configureEach {
 	resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
 }
 
-def parser_version = '2.13.6-SNAPSHOT'
+def parser_version = '2.15.0-SNAPSHOT'
 
 dependencies {
 	implementation(group: 'commons-cli', name: 'commons-cli', version: '1.9.0')