-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
47 lines (37 loc) · 1.84 KB
/
libs.versions.toml
File metadata and controls
47 lines (37 loc) · 1.84 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
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# drain-java
#
# Copyright (c) 2021, Today - Brice Dutheil
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
[versions]
jackson = "2.20.1"
jackson-annotations = "2.20"
picocli = "4.7.7"
guava = "30.1.1-jre"
assertj = "3.27.6"
junit = "5.14.1"
junit-launcher = "1.14.1"
[libraries]
jsr305 = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
picocli = { module = "info.picocli:picocli", version.ref = "picocli" }
picocli-codegen = { module = "info.picocli:picocli-codegen", version.ref = "picocli" }
jackson-core = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-annotations" }
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version = "2.20.1" }
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-launcher" }
[bundles]
jackson = ["jackson-core", "jackson-annotations", "jackson-databind"]
[plugins]
download = { id = "de.undercouch.download", version = "5.6.0" }
shadow = { id = "com.gradleup.shadow", version = "9.2.2" }
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
gradle-extensions = { id = "com.github.vlsi.gradle-extensions", version = "2.0.0" }
nebula-release = { id = "nebula.release", version = "21.0.0" }