Skip to content

Commit 9cf50af

Browse files
Updated kotest to 5.8.1 (#357)
Updates kotest from 5.8.0 to 5.8.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a90c1e6 commit 9cf50af

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

WORKSPACE

+4-4
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ maven_install(
134134
"org.apiguardian:apiguardian-api:1.1.2",
135135
"org.opentest4j:opentest4j:1.3.0",
136136
"org.assertj:assertj-core:3.25.3",
137-
"io.kotest:kotest-assertions-api-jvm:5.8.0",
138-
"io.kotest:kotest-assertions-core-jvm:5.8.0",
139-
"io.kotest:kotest-assertions-shared-jvm:5.8.0",
140-
"io.kotest:kotest-common-jvm:5.8.0",
137+
"io.kotest:kotest-assertions-api-jvm:5.8.1",
138+
"io.kotest:kotest-assertions-core-jvm:5.8.1",
139+
"io.kotest:kotest-assertions-shared-jvm:5.8.1",
140+
"io.kotest:kotest-common-jvm:5.8.1",
141141
],
142142
fail_if_repin_required = True,
143143
fetch_sources = True,

maven_install.json

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 1990745500,
4-
"__RESOLVED_ARTIFACTS_HASH": 1623720318,
3+
"__INPUT_ARTIFACTS_HASH": 219379834,
4+
"__RESOLVED_ARTIFACTS_HASH": -1983442235,
55
"artifacts": {
66
"com.ethlo.time:itu": {
77
"shasums": {
@@ -85,28 +85,28 @@
8585
"jar": "24e5429f8de994056147f4e4198f03bc1b37303b2e4e2bad81a5c388f5fe8d21",
8686
"sources": "5828eacafedf979de09382b9e42950cec4e932f7697b0972a089a2dd3ebb7bd7"
8787
},
88-
"version": "5.8.0"
88+
"version": "5.8.1"
8989
},
9090
"io.kotest:kotest-assertions-core-jvm": {
9191
"shasums": {
92-
"jar": "c2c94547fb1521a4820d0e2e17eaa4b903c368edea78fe2e1ffad143abacf61c",
93-
"sources": "8330b4f03d002d8b6d60c365e35efe60da87cb69989ace2c01d6e4336be4410a"
92+
"jar": "16886cdf66acfba6ff11d7033e7b2c9ff69358c083b40522b624f181ad63c2c5",
93+
"sources": "ee00a0c0385dcc8d6fbc44b8b5e97b7e347fa457a25d2a0b07d3f370dee13078"
9494
},
95-
"version": "5.8.0"
95+
"version": "5.8.1"
9696
},
9797
"io.kotest:kotest-assertions-shared-jvm": {
9898
"shasums": {
99-
"jar": "f959ffd72d8a739c54f2e09017f8003d25f4468de853a52c20ffb2930d5354c1",
100-
"sources": "84f00308879d547364405279c90f817643c93b450bcace716e6f89c9df88eed2"
99+
"jar": "bc9660d9d8b70810fcd8a8c3dbaf3f15b3311def47fd3a5f0ae7b098fbd016b0",
100+
"sources": "2d32c8692d63175838e48d0bf8db3f4a2a2f2c81bc4866d0ffcb21488b805323"
101101
},
102-
"version": "5.8.0"
102+
"version": "5.8.1"
103103
},
104104
"io.kotest:kotest-common-jvm": {
105105
"shasums": {
106-
"jar": "f7e713bba225fba5879741665a3b6193fa528bc27be54752a7763808a4f29513",
107-
"sources": "4d94f39ec050c9ecf136406f67bb13ca128a2d32f734e64a371a13090fd896b9"
106+
"jar": "60bd9521ec83c6c4255dcc05aa09f55c12c0aa58f1e35bd914f7ce6d2dcd5070",
107+
"sources": "f1e94997c8aa244b4e2752d62eec6a38042ef99d7479d9a51c199a5e5feff6ec"
108108
},
109-
"version": "5.8.0"
109+
"version": "5.8.1"
110110
},
111111
"net.bytebuddy:byte-buddy": {
112112
"shasums": {
@@ -687,7 +687,6 @@
687687
"io.kotest.matchers"
688688
],
689689
"io.kotest:kotest-assertions-core-jvm": [
690-
"",
691690
"io.kotest.assertions.nondeterministic",
692691
"io.kotest.equals",
693692
"io.kotest.matchers.atomic",
@@ -716,6 +715,7 @@
716715
"io.kotest.matchers.nulls",
717716
"io.kotest.matchers.optional",
718717
"io.kotest.matchers.paths",
718+
"io.kotest.matchers.properties",
719719
"io.kotest.matchers.property",
720720
"io.kotest.matchers.ranges",
721721
"io.kotest.matchers.reflection",
@@ -747,7 +747,8 @@
747747
"io.kotest.equals",
748748
"io.kotest.equals.types",
749749
"io.kotest.inspectors",
750-
"io.kotest.matchers"
750+
"io.kotest.matchers",
751+
"io.kotest.similarity"
751752
],
752753
"io.kotest:kotest-common-jvm": [
753754
"io.kotest.common",

0 commit comments

Comments
 (0)