Skip to content

Commit 5e96dfe

Browse files
committed
Rearrange versions and libraries in the gradle/libs.versions.toml
1 parent aa44851 commit 5e96dfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ geb = "8.0.0"
1515
glassfish-expressly = "5.0.0"
1616
glassfish-web-jsp-jstl = "3.0.1"
1717
gpars = "1.2.1"
18-
gradle = "8.14.3"
19-
gradle-git-properties = "2.4.2"
2018
grace-async = "7.0.0-M1"
2119
grace-events = "7.0.0-SNAPSHOT"
2220
grace-data = "2024.0.0-SNAPSHOT"
2321
grace-data-hibernate = "2024.0.0-SNAPSHOT"
2422
grace-data-mongodb = "2024.0.0-SNAPSHOT"
2523
grace-doc-engine = "2.0.0-M1"
24+
gradle = "8.14.3"
25+
gradle-git-properties = "2.4.2"
2626
groovy = "4.0.29"
2727
gson = "2.11.0"
2828
h2 = "2.3.232"
@@ -88,7 +88,6 @@ geb-spock = { module = "org.apache.groovy.geb:geb-spock", version.ref = "geb" }
8888
glassfish-expressly = { module = "org.glassfish.expressly:expressly", version.ref = "glassfish-expressly" }
8989
glassfish-web-jsp-jstl = { module = "org.glassfish.web:jakarta.servlet.jsp.jstl", version.ref = "glassfish-web-jsp-jstl" }
9090
gpars = { module = "org.codehaus.gpars:gpars", version.ref = "gpars" }
91-
gradle-tooling-api = { module = "org.gradle:gradle-tooling-api", version.ref = "gradle" }
9291
grace-async-core = { module = "org.graceframework.async:grace-async-core", version.ref = "grace-async" }
9392
grace-async-gpars = { module = "org.graceframework.async:grace-async-gpars", version.ref = "grace-async" }
9493
grace-async-rxjava = { module = "org.graceframework.async:grace-async-rxjava", version.ref = "grace-async" }
@@ -114,6 +113,7 @@ grace-datastore-gorm-test = { module = "org.graceframework:grace-datastore-gorm-
114113
grace-datastore-gorm-validation = { module = "org.graceframework:grace-datastore-gorm-validation", version.ref = "grace-data" }
115114
grace-datastore-web = { module = "org.graceframework:grace-datastore-web", version.ref = "grace-data" }
116115
grace-doc-engine = { module = "org.graceframework:grace-doc-engine", version.ref = "grace-doc-engine" }
116+
gradle-tooling-api = { module = "org.gradle:gradle-tooling-api", version.ref = "gradle" }
117117
groovy-ant = { module = "org.apache.groovy:groovy-ant", version.ref = "groovy" }
118118
groovy-bom = { module = "org.apache.groovy:groovy-bom", version.ref = "groovy" }
119119
groovy-console = { module = "org.apache.groovy:groovy-console", version.ref = "groovy" }

0 commit comments

Comments
 (0)