-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
26 lines (22 loc) · 1022 Bytes
/
libs.versions.toml
File metadata and controls
26 lines (22 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[versions]
project = "2026.2-SNAPSHOT"
api = "2024.2"
snakeyaml = "2.6"
spock = "2.4-M6-groovy-4.0"
bytebuddy = "1.18.5"
# plugins
updates = "0.53.0"
build-plugins = "2026.1"
pubplug = "2.1.0"
[libraries]
openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }
snakeyaml = { module = "org.yaml:snakeyaml", version.ref = "snakeyaml" }
spock-platform = { module = "org.spockframework:spock-bom", version.ref = "spock" }
spock-core = { module = "org.spockframework:spock-core" }
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
[plugins]
pubplug = { id = "com.gradle.plugin-publish", version.ref = "pubplug" }
updates = { id = "com.github.ben-manes.versions", version.ref = "updates" }
publish = { id = "io.openapiprocessor.build.plugin.publish", version.ref = "build-plugins" }
versions = { id = "io.openapiprocessor.build.plugin.create-versions", version.ref = "build-plugins" }
tasktree = {id = "com.dorongold.task-tree", version = "4.0.1" }