diff --git a/pom.xml b/pom.xml
index fdcfbfc..d4c86aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
org.assertj
assertj-core
- 3.27.6
+ 3.27.7
test
@@ -66,7 +66,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.1
+ 3.15.0
${maven.compiler.source}
${maven.compiler.target}
@@ -87,7 +87,7 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.6.2
+ 3.6.3
enforce-plugin-versions
@@ -112,7 +112,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.4
+ 3.5.6
diff --git a/version-rules.xml b/version-rules.xml
index 0a74b92..3376ab6 100644
--- a/version-rules.xml
+++ b/version-rules.xml
@@ -4,5 +4,7 @@
xsi:schemaLocation="https://www.mojohaus.org/VERSIONS/RULE/3.0.0 https://www.mojohaus.org/versions/versions-model/xsd/rule-3.0.0.xsd">
(?i).*[-_.](alpha|beta|b|dev|rc|m|ea|snapshot)([-_.]?\d+)?
+
+ ^(?:[6-9]|[1-9]\d+)(?:\..*)?$
\ No newline at end of file