-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
34 lines (31 loc) · 1.96 KB
/
libs.versions.toml
File metadata and controls
34 lines (31 loc) · 1.96 KB
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
27
28
29
30
31
32
33
34
[versions]
# Libraries
kotest = "6.1.3"
graphql-java = "25.0"
graphql-kickstart-spring-boot = "15.1.0"
commons-text = "1.15.0"
spring-boot = "3.5.10"
dgs = "11.1.0"
[libraries]
# BOMs
boms-spring-boot = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "spring-boot" }
boms-dgs = { module = "com.netflix.graphql.dgs:graphql-dgs-platform-dependencies", version.ref = "dgs" }
# Libraries
graphql-kickstart-spring-boot-starter = { module = "com.graphql-java-kickstart:graphql-spring-boot-starter", version.ref = "graphql-kickstart-spring-boot" }
commons-text = { module = "org.apache.commons:commons-text", version.ref = "commons-text" }
graphql-java = { module = "com.graphql-java:graphql-java", version.ref = "graphql-java" }
tailrocks-maven-publish-conventions = { module = "com.tailrocks.gradle:maven-publish-conventions", version = "0.7.0" }
tailrocks-signing-conventions = { module = "com.tailrocks.gradle:signing-conventions", version = "0.7.0" }
tailrocks-kotlin-conventions = { module = "com.tailrocks.gradle:kotlin-conventions", version = "0.9.0" }
tailrocks-junit-conventions = { module = "com.tailrocks.gradle:junit-conventions", version = "0.6.0" }
kotest-runner-junit = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-extensions-spring = { module = "io.kotest:kotest-extensions-spring", version.ref = "kotest" }
[plugins]
test-logger = { id = "com.adarshr.test-logger", version = "4.0.0" }
tailrocks-spotless = { id = "com.tailrocks.spotless", version = "0.6.0" }
tailrocks-java = { id = "com.tailrocks.java", version = "0.6.0" }
tailrocks-idea = { id = "com.tailrocks.idea", version = "0.6.0" }
tailrocks-versions = { id = "com.tailrocks.versions", version = "0.6.0" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.7" }
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot" }