Skip to content

Commit 3ee62e2

Browse files
committed
Bump versions
1 parent e31e6ec commit 3ee62e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ plugins {
1111
alias libs.plugins.nl.littlerobots.version.catalog.update
1212
id "java" // Gradle support for Java
1313
id "checkstyle" // To check that code follow style standards
14+
id "jacoco" // To run test coverage
1415
id "pmd" // Static analysis based on source (does not check compiled code)
1516
id "com.github.spotbugs" // Static analysis based on compiled code (does not check source)
17+
id "com.diffplug.spotless" version "7.0.0.BETA1"
1618
alias libs.plugins.com.github.andygoossens.gradle.modernizer.plugin
17-
id "jacoco" // To run test coverage
1819
id "info.solidsoft.pitest" // To run mutation testing
1920
alias libs.plugins.org.kordamp.gradle.jdeps
2021
alias libs.plugins.org.owasp.dependencycheck
2122
id "application" // To build the executable jar
22-
id("com.diffplug.spotless") version "7.0.0.BETA1"
2323
}
2424

2525
version = "0-SNAPSHOT"

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[versions]
2+
com-dorongold-task-tree-plugin = "4.0.0"
3+
com-github-andygoossens-gradle-modernizer-plugin = "1.9.3"
24
com-github-ben-manes-versions-plugin = "0.51.0"
35
com-github-spotbugs = "4.8.6"
46
com-google-code-findbugs = "3.0.1"
@@ -15,8 +17,6 @@ org-owasp-dependencycheck-plugin = "10.0.3"
1517
org-pitest-pitest-command-line = "1.16.1"
1618
org-pitest-pitest-junit5-plugin = "1.2.1"
1719
org-projectlombok = "1.18.34"
18-
com-dorongold-task-tree-plugin = "4.0.0"
19-
com-github-andygoossens-gradle-modernizer-plugin = "1.9.3"
2020

2121
[libraries]
2222
com-github-spotbugs-spotbugs-annotations = { module = "com.github.spotbugs:spotbugs-annotations", version.ref = "com-github-spotbugs" }
@@ -39,6 +39,6 @@ org-projectlombok-lombok = { module = "org.projectlombok:lombok", version.ref =
3939
com-dorongold-task-tree = { id = "com.dorongold.task-tree", version.ref = "com-dorongold-task-tree-plugin" }
4040
com-github-andygoossens-gradle-modernizer-plugin = { id = "com.github.andygoossens.gradle-modernizer-plugin", version.ref = "com-github-andygoossens-gradle-modernizer-plugin" }
4141
com-github-ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "com-github-ben-manes-versions-plugin" }
42+
nl-littlerobots-version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "nl-littlerobots-version-catalog-update-plugin" }
4243
org-kordamp-gradle-jdeps = { id = "org.kordamp.gradle.jdeps", version.ref = "org-kordamp-gradle-jdeps-plugin" }
4344
org-owasp-dependencycheck = { id = "org.owasp.dependencycheck", version.ref = "org-owasp-dependencycheck-plugin" }
44-
nl-littlerobots-version-catalog-update = { id = "nl.littlerobots.version-catalog-update", version.ref = "nl-littlerobots-version-catalog-update-plugin" }

0 commit comments

Comments
 (0)