-
Notifications
You must be signed in to change notification settings - Fork 530
/
Copy pathlibs.versions.toml
34 lines (32 loc) · 1.47 KB
/
libs.versions.toml
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]
agrona = "2.1.0"
checkstyle = "10.21.4"
commons-codec = "1.15"
commons-lang3 = "3.8.1"
gradle = "8.13"
hamcrest = "3.0"
httpcore = "4.4.14"
jqwik = "1.9.2"
jmh = "1.37"
json = "20250107"
junit = "5.12.0"
mockito = "5.16.0"
plexus = "3.3.0"
shadow = "8.3.6"
versions = "0.52.0"
[libraries]
agrona = { group = "org.agrona", name = "agrona", version.ref = "agrona" }
commons-codec = { group = "commons-codec", name = "commons-codec", version.ref = "commons-codec" }
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version.ref = "commons-lang3" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version.ref = "hamcrest" }
httpcore = { group = "org.apache.httpcomponents", name = "httpcore", version.ref = "httpcore" }
jqwik = { group = "net.jqwik", name = "jqwik", version.ref = "jqwik" }
json = { group = "org.json", name = "json", version.ref = "json" }
jmh-core = { group = "org.openjdk.jmh", name = "jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { group = "org.openjdk.jmh", name = "jmh-generator-annprocess", version.ref = "jmh" }
junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit" }
mockito = { group = "org.mockito", name = "mockito-core", version.ref = "mockito" }
plexus-utils = { group = "org.codehaus.plexus", name = "plexus-utils", version.ref = "plexus" }
[plugins]
shadow = { id = "com.gradleup.shadow", version.ref = "shadow" }
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }