diff --git a/.config/topo/upstream.yml b/.config/topo/upstream.yml new file mode 100644 index 00000000..7821ddf6 --- /dev/null +++ b/.config/topo/upstream.yml @@ -0,0 +1,2 @@ +- url: https://github.com/xdev-software/java-template.git + branch: master diff --git a/client/pom.xml b/client/pom.xml index 4fdaa205..c88db70f 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -223,7 +223,7 @@ com.puppycrawl.tools checkstyle - 13.3.0 + 13.4.0 @@ -261,12 +261,12 @@ net.sourceforge.pmd pmd-core - 7.22.0 + 7.23.0 net.sourceforge.pmd pmd-java - 7.22.0 + 7.23.0 diff --git a/pom.xml b/pom.xml index 0ccbc576..7f965033 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ com.puppycrawl.tools checkstyle - 13.3.0 + 13.4.0 @@ -107,12 +107,12 @@ net.sourceforge.pmd pmd-core - 7.22.0 + 7.23.0 net.sourceforge.pmd pmd-java - 7.22.0 + 7.23.0