Skip to content

Commit 8ee1820

Browse files
committed
update dependencies
1 parent bb475b3 commit 8ee1820

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ spock = "2.4-M4-groovy-3.0"
77
bytebuddy = "1.17.6"
88

99
# plugins
10-
versions = "0.51.0"
11-
publish = "1.3.1"
12-
build-plugins = "2025.1-SNAPSHOT"
10+
updates = "0.51.0"
11+
build-plugins = "2025.9"
1312

1413
[libraries]
1514
openapi-processor-api = { module = "io.openapiprocessor:openapi-processor-api", version.ref = "api" }
@@ -19,8 +18,8 @@ spock-core = { module = "org.spockframework:spock-core" }
1918
bytebuddy = { module = "net.bytebuddy:byte-buddy", version.ref = "bytebuddy" }
2019

2120
[plugins]
22-
publish = { id = "com.gradle.plugin-publish", version.ref = "publish" }
23-
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
24-
central = { id = "io.openapiprocessor.build.plugin.publish-central", version.ref = "build-plugins" }
25-
create = { id = "io.openapiprocessor.build.plugin.create-versions", version.ref = "build-plugins" }
21+
#publish = { id = "com.gradle.plugin-publish", version.ref = "publish" }
22+
updates = { id = "com.github.ben-manes.versions", version.ref = "updates" }
23+
publish = { id = "io.openapiprocessor.build.plugin.publish", version.ref = "build-plugins" }
24+
versions = { id = "io.openapiprocessor.build.plugin.create-versions", version.ref = "build-plugins" }
2625
tasktree = {id = "com.dorongold.task-tree", version = "4.0.1" }

0 commit comments

Comments
 (0)