-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
26 lines (24 loc) · 1.16 KB
/
libs.versions.toml
File metadata and controls
26 lines (24 loc) · 1.16 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
[versions]
apacheCommonsLang = "3.17.0"
apacheCommonsText = "1.13.1"
equalsVerifier = "3.19.4"
gradleJavaConventions = "0.2.0"
hamcrest = "3.0"
jansi = "2.4.2"
jacoco = "0.8.8"
jqwik = "1.9.2"
junit = "5.12.2"
prettier4j = "0.3.1"
toStringVerifier = "1.4.8"
[libraries]
apacheCommonsLang = { module = "org.apache.commons:commons-lang3", version.ref = "apacheCommonsLang" }
apacheCommonsText = { module = "org.apache.commons:commons-text", version.ref = "apacheCommonsText" }
equalsVerifier = { module = "nl.jqno.equalsverifier:equalsverifier", version.ref = "equalsVerifier" }
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
jansi = { module = "org.fusesource.jansi:jansi", version.ref = "jansi" }
jqwik = { module = "net.jqwik:jqwik", version.ref = "jqwik" }
junitJupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
prettier4j = { module = "com.opencastsoftware:prettier4j", version.ref = "prettier4j" }
toStringVerifier = { module = "com.jparams:to-string-verifier", version.ref = "toStringVerifier" }
[plugins]
gradleJavaConventions = { id = "com.opencastsoftware.gradle.java-conventions", version.ref = "gradleJavaConventions" }