diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9f049aa9..bdb2cef3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,23 +1,23 @@ [versions] -com-diffplug-spotless-plugin = "7.0.0.BETA4" -com-dorongold-task-tree-plugin = "4.0.0" +com-diffplug-spotless-plugin = "7.2.1" +com-dorongold-task-tree-plugin = "4.0.1" com-github-andygoossens-gradle-modernizer-plugin = "1.11.0" -com-github-ben-manes-versions-plugin = "0.51.0" -com-github-spotbugs = "4.8.6" +com-github-ben-manes-versions-plugin = "0.52.0" +com-github-spotbugs = "4.9.4" com-google-code-findbugs = "3.0.1" -com-h3xstream-findsecbugs-findsecbugs-plugin = "1.13.0" +com-h3xstream-findsecbugs-findsecbugs-plugin = "1.14.0" com-puppycrawl-tools-checkstyle = "10.20.0" nl-littlerobots-version-catalog-update-plugin = "0.8.5" -org-assertj = "3.26.3" +org-assertj = "3.27.4" org-gaul-modernizer = "2.9.0" -org-jacoco = "0.8.12" -org-junit-jupiter = "5.11.1" +org-jacoco = "0.8.13" +org-junit-jupiter = "5.13.4" org-kordamp-gradle-jdeps-plugin = "0.20.0" -org-mockito = "5.13.0" +org-mockito = "5.19.0" org-owasp-dependencycheck-plugin = "11.1.0" -org-pitest-pitest-command-line = "1.17.3" -org-pitest-pitest-junit5-plugin = "1.2.1" -org-projectlombok = "1.18.36" +org-pitest-pitest-command-line = "1.20.2" +org-pitest-pitest-junit5-plugin = "1.2.3" +org-projectlombok = "1.18.38" [libraries] com-github-spotbugs-spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version.ref = "com-github-spotbugs" }