File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
classpath ' com.palantir.javaformat:gradle-palantir-java-format:2.61.0'
13
13
classpath ' com.palantir.suppressible-error-prone:gradle-suppressible-error-prone:2.7.0'
14
14
classpath ' com.palantir.gradle.consistentversions:gradle-consistent-versions:2.32.0'
15
- classpath ' com.palantir.baseline:gradle-baseline-java:6.16 .0'
15
+ classpath ' com.palantir.baseline:gradle-baseline-java:6.22 .0'
16
16
classpath ' com.palantir.gradle.gitversion:gradle-git-version:3.1.0'
17
17
classpath ' gradle.plugin.org.inferred:gradle-processors:3.7.0'
18
18
classpath ' org.unbroken-dome.gradle-plugins:gradle-testsets-plugin:4.1.0'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ joda-time:joda-time:2.10.8 (2 constraints: 222ca439)
33
33
junit:junit:4.13.2 (2 constraints: 841bfe6b)
34
34
one.util:streamex:0.8.1 (2 constraints: cd1a403c)
35
35
org.apache.commons:commons-lang3:3.7 (1 constraints: 661571a7)
36
- org.apiguardian:apiguardian-api:1.1.2 (5 constraints: 105480ac )
36
+ org.apiguardian:apiguardian-api:1.1.2 (6 constraints: 5366ce6e )
37
37
org.awaitility:awaitility:4.0.2 (1 constraints: c015bbd2)
38
38
org.hamcrest:hamcrest:2.1 (3 constraints: 3d2cbb31)
39
39
org.hamcrest:hamcrest-core:2.1 (1 constraints: cc05fe3f)
@@ -50,7 +50,8 @@ org.assertj:assertj-core:3.22.0 (1 constraints: 39053f3b)
50
50
org.junit.jupiter:junit-jupiter:5.8.2 (1 constraints: 11051e36)
51
51
org.junit.jupiter:junit-jupiter-engine:5.8.2 (1 constraints: 0c0edf3b)
52
52
org.junit.jupiter:junit-jupiter-params:5.8.2 (1 constraints: 0c0edf3b)
53
- org.junit.platform:junit-platform-engine:1.8.2 (1 constraints: ab1027b4)
53
+ org.junit.platform:junit-platform-engine:1.8.2 (2 constraints: f522a808)
54
+ org.junit.platform:junit-platform-launcher:1.8.2 (1 constraints: 0d050a36)
54
55
org.mockito:mockito-core:4.4.0 (2 constraints: f11021d5)
55
56
org.mockito:mockito-inline:4.4.0 (1 constraints: 0a050b36)
56
57
org.objenesis:objenesis:3.2 (1 constraints: b10a13bd)
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ junit:junit = 4.13.2
5
5
one.util:streamex = 0.8.1
6
6
org.assertj:assertj-core = 3.22.0
7
7
org.junit.jupiter:* = 5.8.2
8
+ org.junit.platform:* = 1.8.2
8
9
org.mockito:* = 4.4.0
9
10
org.hamcrest:* = 2.1
10
11
net.bytebuddy:* = 1.14.11
You can’t perform that action at this time.
0 commit comments