diff --git a/.config/pmd/ruleset.xml b/.config/pmd/java/ruleset.xml
similarity index 100%
rename from .config/pmd/ruleset.xml
rename to .config/pmd/java/ruleset.xml
diff --git a/.gitattributes b/.gitattributes
index 9c74e42..8ac8027 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -6,4 +6,4 @@
# Force MVN Wrapper Linux files LF
mvnw text eol=lf
-.mvn/wrapper/maven-wrapper.properties text eol=lf
+maven-wrapper.properties text eol=lf
diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index 4d624fa..3112b8e 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
diff --git a/pom.xml b/pom.xml
index ea65490..e2af5fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
true
true
- .config/pmd/ruleset.xml
+ .config/pmd/java/ruleset.xml
diff --git a/testcontainers-selenium/pom.xml b/testcontainers-selenium/pom.xml
index bc1804c..ad3648f 100644
--- a/testcontainers-selenium/pom.xml
+++ b/testcontainers-selenium/pom.xml
@@ -356,7 +356,7 @@
true
true
- ../.config/pmd/ruleset.xml
+ ../.config/pmd/java/ruleset.xml