Updated dependencies

Bumped PMD extensions to version 1.1.8
Bumped JUnit to version 5.11.4
Bumped AssertJ to version 3.27.0
This commit is contained in:
Erik C. Thauvin 2024-12-28 07:01:02 -08:00
parent c5e11dd1cb
commit 5309e86c01
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 7 additions and 7 deletions

View file

@ -37,5 +37,5 @@ not provided by the extension. For example:
```java
repositories = List.of(MAVEN_CENTRAL);
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 21, 0)));
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 21, 1)));
```