Skip to content

Commit 96511ca

Browse files
authored
chore: Update test-helpers version. (#92)
1 parent 60849f2 commit 96511ca

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/test-helpers.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
java-version: [8, 11, 17, 19]
19+
java-version: [8, 19]
2020
os: [ubuntu-latest]
2121
include:
22-
- java-version: 11
23-
os: windows-latest
24-
- java-version: 17
22+
- java-version: 19
2523
os: windows-latest
2624
steps:
2725
- uses: actions/checkout@v3

lib/sdk/server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ libraries.test = [
152152
"junit:junit:4.12",
153153
"com.fasterxml.jackson.core:jackson-core:${versions.jackson}",
154154
"com.fasterxml.jackson.core:jackson-databind:${versions.jackson}",
155-
"com.launchdarkly:test-helpers:2.0.1",
155+
"com.launchdarkly:test-helpers:2.1.0",
156156
"io.projectreactor:reactor-core:${versions.reactorCore}", // this is to make javadoc happy when using the test classpath
157157
]
158158

lib/sdk/server/contract-tests/service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext.versions = [
3030
"gson": "2.7",
3131
"logback": "1.1.3",
3232
"okhttp": "4.5.0",
33-
"testHelpers": "2.0.1",
33+
"testHelpers": "2.1.0",
3434
"launchdarklyJavaSdkCommon": project(":sdk").versions["launchdarklyJavaSdkCommon"]
3535
]
3636

0 commit comments

Comments
 (0)