diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1aebdb..77f8dbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,10 +8,6 @@ updates: maven: patterns: - "*" - ignore: - - dependency-name: org.codehaus.plexus:plexus-xml - versions: - - ">=4.0.0" - package-ecosystem: github-actions directory: "/" schedule: diff --git a/pom.xml b/pom.xml index f3791c0..2b13db4 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ net.revelc.code revelc - 5 + 6 impsort-maven-plugin @@ -38,20 +38,23 @@ 3.6.3 + scm:git:https://github.com/revelc/${github.site.repositoryName}.git + scm:git:git@github.com:revelc/${github.site.repositoryName}.git HEAD + https://github.com/revelc/${github.site.repositoryName} src/tools/modified-google-style.xml - 3.26.1 17 2024-06-27T12:59:18Z + 3.26.1 com.github.javaparser javaparser-core - ${javaparser.version} + ${version.javaparser} com.google.guava @@ -63,11 +66,6 @@ plexus-utils 4.0.1 - - org.codehaus.plexus - plexus-xml - 3.0.1 - @@ -87,6 +85,20 @@ + + com.mycila + license-maven-plugin + + + + + + src/test/resources/Iso8859File.java + + + + + org.apache.maven.plugins maven-checkstyle-plugin @@ -101,6 +113,24 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + dependency-convergence + + enforce + + validate + + + + + + + + org.apache.maven.plugins maven-checkstyle-plugin