-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
19 lines (17 loc) · 837 Bytes
/
libs.versions.toml
File metadata and controls
19 lines (17 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[versions]
commons-lang3 = "3.17.0"
lombok = "1.18.36"
mockito = "5.2.0"
junit = "5.11.3"
junit-launcher = "1.11.3"
awaitility = "4.2.2"
sonarqube = "6.0.0.5145"
[libraries]
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version.ref = "commons-lang3" }
lombok = { group = "org.projectlombok", name = "lombok", version.ref = "lombok" }
mockito-inline = { group = "org.mockito", name = "mockito-inline", version.ref = "mockito" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" }
junit-platform-launcher = {group = "org.junit.platform", name = "junit-platform-launcher", version.ref = "junit-launcher"}
awaitility = { group = "org.awaitility", name = "awaitility", version.ref = "awaitility" }
[plugins]
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }