Skip to content

Commit

Permalink
fixed issue with migrating vectors if the are not integers or contain…
Browse files Browse the repository at this point in the history
…s variables
  • Loading branch information
Wolf2323 committed Dec 26, 2023
1 parent 3773751 commit 8c63029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -861,12 +861,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.53.0</version>
<version>6.55.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.53.0</version>
<version>6.55.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 8c63029

Please sign in to comment.