|
| 1 | +[versions] |
| 2 | +jdk-release = "17" |
| 3 | +durian = "1.2.0" |
| 4 | +selfie = "2.5.5" |
| 5 | +jackson = "2.20.1" |
| 6 | +maven-api = "3.0" |
| 7 | +ktlint = "1.8.0" |
| 8 | + |
| 9 | +[libraries] |
| 10 | +durian-core = { module = "com.diffplug.durian:durian-core", version.ref = "durian" } |
| 11 | +durian-io = { module = "com.diffplug.durian:durian-io", version.ref = "durian" } |
| 12 | +durian-collect = { module = "com.diffplug.durian:durian-collect", version.ref = "durian" } |
| 13 | +durian-testlib = { module = "com.diffplug.durian:durian-testlib", version.ref = "durian" } |
| 14 | + |
| 15 | +selfie-lib = { module = "com.diffplug.selfie:selfie-lib", version.ref = "selfie" } |
| 16 | +selfie-runner-junit5 = { module = "com.diffplug.selfie:selfie-runner-junit5", version.ref = "selfie" } |
| 17 | + |
| 18 | +solstice = "dev.equo.ide:solstice:1.8.1" |
| 19 | + |
| 20 | +jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } |
| 21 | +jackson-dataformat-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" } |
| 22 | + |
| 23 | +maven-plugin-api = { module = "org.apache.maven:maven-plugin-api", version.ref = "maven-api" } |
| 24 | +maven-plugin-annotations = { module = "org.apache.maven.plugin-tools:maven-plugin-annotations", version.ref = "maven-api" } |
| 25 | +maven-core = { module = "org.apache.maven:maven-core", version.ref = "maven-api" } |
| 26 | + |
| 27 | +ktlint-rule-engine = { module = "com.pinterest.ktlint:ktlint-rule-engine", version.ref = "ktlint" } |
| 28 | +ktlint-ruleset-standard = { module = "com.pinterest.ktlint:ktlint-ruleset-standard", version.ref = "ktlint" } |
| 29 | + |
| 30 | +jgit = "org.eclipse.jgit:org.eclipse.jgit:7.5.0.202512021534-r" |
| 31 | +junit-jupiter = "org.junit.jupiter:junit-jupiter:6.0.3" |
| 32 | +assertj-core = "org.assertj:assertj-core:3.27.7" |
| 33 | +mockito-core = "org.mockito:mockito-core:5.22.0" |
| 34 | +osgi = "org.eclipse.platform:org.eclipse.osgi:3.24.0" |
| 35 | +slf4j-api = "org.slf4j:slf4j-api:2.0.17" |
| 36 | +jsr305 = "com.google.code.findbugs:jsr305:3.0.2" |
| 37 | +jcip-annotations = "net.jcip:jcip-annotations:1.0" |
| 38 | +jakarta-annotation-api = "jakarta.annotation:jakarta.annotation-api:3.0.0" |
| 39 | +aether-api = "org.eclipse.aether:aether-api:1.1.0" |
| 40 | +plexus-resources = "org.codehaus.plexus:plexus-resources:1.3.1" |
| 41 | +plexus-build-api = "org.sonatype.plexus:plexus-build-api:0.0.7" |
| 42 | +concurrent-trees = "com.googlecode.concurrent-trees:concurrent-trees:2.6.1" |
| 43 | +owasp-encoder = "org.owasp.encoder:encoder:1.4.0" |
| 44 | +mustache-compiler = "com.github.spullara.mustache.java:compiler:0.9.14" |
| 45 | +cleanthat-java = "io.github.solven-eu.cleanthat:java:2.24" |
| 46 | +diktat-rules = "org.cqfn.diktat:diktat-rules:1.2.5" |
| 47 | +diktat-runner = "com.saveourtool.diktat:diktat-runner:2.0.0" |
| 48 | +flexmark-all = "com.vladsch.flexmark:flexmark-all:0.64.8" |
| 49 | +gherkin-utils = "io.cucumber:gherkin-utils:10.0.0" |
| 50 | +google-java-format = "com.google.googlejavaformat:google-java-format:1.28.0" |
| 51 | +gson = "com.google.code.gson:gson:2.13.2" |
| 52 | +javaparser-symbol-solver-core = "com.github.javaparser:javaparser-symbol-solver-core:3.27.1" |
| 53 | +ktfmt = "com.facebook:ktfmt:0.61" |
| 54 | +palantir-java-format = "com.palantir.javaformat:palantir-java-format:1.1.0" |
| 55 | +scalafmt-core = "org.scalameta:scalafmt-core_2.13:3.8.1" |
| 56 | +sortpom-sorter = "com.github.ekryd.sortpom:sortpom-sorter:4.0.0" |
| 57 | +tabletest-formatter-core = "org.tabletest:tabletest-formatter-core:1.0.1" |
| 58 | +zjsonpatch = "com.flipkart.zjsonpatch:zjsonpatch:0.4.16" |
| 59 | + |
| 60 | +rewrite-recipe-migrate-java = "org.openrewrite.recipe:rewrite-migrate-java:3.28.0" |
| 61 | +rewrite-recipe-static-analysis = "org.openrewrite.recipe:rewrite-static-analysis:2.28.0" |
| 62 | +rewrite-recipe-third-party = "org.openrewrite.recipe:rewrite-third-party:0.36.0" |
| 63 | + |
| 64 | +errorprone-core = "com.google.errorprone:error_prone_core:2.42.0" |
| 65 | + |
| 66 | +[plugins] |
| 67 | +test-logger = { id = "com.adarshr.test-logger", version = "4.0.0" } |
| 68 | +spotless = { id = "com.diffplug.spotless", version = "8.3.0" } |
| 69 | +spotless-changelog = { id = "com.diffplug.spotless-changelog", version = "3.1.2" } |
| 70 | +spotbugs = { id = "com.github.spotbugs", version = "6.4.8" } |
| 71 | +develocity = { id = "com.gradle.develocity", version = "4.3.2" } |
| 72 | +plugin-publish = { id = "com.gradle.plugin-publish", version = "2.1.0" } |
| 73 | +equo-ide = { id = "dev.equo.ide", version = "1.7.8" } |
| 74 | +version-compatibility = { id = "io.github.davidburstrom.version-compatibility", version = "0.5.0" } |
| 75 | +p2deps = { id = "dev.equo.p2deps", version = "1.7.8" } |
| 76 | +nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } |
| 77 | +errorprone = { id = "net.ltgt.errorprone", version = "5.1.0" } |
| 78 | +rewrite = { id = "org.openrewrite.rewrite", version = "7.25.0" } |
| 79 | +maven-plugin-development = { id = "org.gradlex.maven-plugin-development", version = "1.0.3" } |
0 commit comments