forked from Netflix/conductor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.lock
33 lines (33 loc) · 903 Bytes
/
dependencies.lock
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
{
"annotationProcessor": {
"org.springframework.boot:spring-boot-configuration-processor": {
"locked": "2.3.12.RELEASE"
}
},
"jacocoAgent": {
"org.jacoco:org.jacoco.agent": {
"locked": "0.8.6"
}
},
"jacocoAnt": {
"org.jacoco:org.jacoco.ant": {
"locked": "0.8.6"
}
},
"testCompileClasspath": {
"org.springframework.boot:spring-boot-starter-log4j2": {
"locked": "2.3.12.RELEASE"
},
"org.springframework.boot:spring-boot-starter-test": {
"locked": "2.3.12.RELEASE"
}
},
"testRuntimeClasspath": {
"org.springframework.boot:spring-boot-starter-log4j2": {
"locked": "2.3.12.RELEASE"
},
"org.springframework.boot:spring-boot-starter-test": {
"locked": "2.3.12.RELEASE"
}
}
}