Skip to content

Commit

Permalink
Updated kotest to 5.8.1 (#357)
Browse files Browse the repository at this point in the history
Updates kotest from 5.8.0 to 5.8.1

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 25, 2024
1 parent a90c1e6 commit 9cf50af
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ maven_install(
"org.apiguardian:apiguardian-api:1.1.2",
"org.opentest4j:opentest4j:1.3.0",
"org.assertj:assertj-core:3.25.3",
"io.kotest:kotest-assertions-api-jvm:5.8.0",
"io.kotest:kotest-assertions-core-jvm:5.8.0",
"io.kotest:kotest-assertions-shared-jvm:5.8.0",
"io.kotest:kotest-common-jvm:5.8.0",
"io.kotest:kotest-assertions-api-jvm:5.8.1",
"io.kotest:kotest-assertions-core-jvm:5.8.1",
"io.kotest:kotest-assertions-shared-jvm:5.8.1",
"io.kotest:kotest-common-jvm:5.8.1",
],
fail_if_repin_required = True,
fetch_sources = True,
Expand Down
29 changes: 15 additions & 14 deletions maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 1990745500,
"__RESOLVED_ARTIFACTS_HASH": 1623720318,
"__INPUT_ARTIFACTS_HASH": 219379834,
"__RESOLVED_ARTIFACTS_HASH": -1983442235,
"artifacts": {
"com.ethlo.time:itu": {
"shasums": {
Expand Down Expand Up @@ -85,28 +85,28 @@
"jar": "24e5429f8de994056147f4e4198f03bc1b37303b2e4e2bad81a5c388f5fe8d21",
"sources": "5828eacafedf979de09382b9e42950cec4e932f7697b0972a089a2dd3ebb7bd7"
},
"version": "5.8.0"
"version": "5.8.1"
},
"io.kotest:kotest-assertions-core-jvm": {
"shasums": {
"jar": "c2c94547fb1521a4820d0e2e17eaa4b903c368edea78fe2e1ffad143abacf61c",
"sources": "8330b4f03d002d8b6d60c365e35efe60da87cb69989ace2c01d6e4336be4410a"
"jar": "16886cdf66acfba6ff11d7033e7b2c9ff69358c083b40522b624f181ad63c2c5",
"sources": "ee00a0c0385dcc8d6fbc44b8b5e97b7e347fa457a25d2a0b07d3f370dee13078"
},
"version": "5.8.0"
"version": "5.8.1"
},
"io.kotest:kotest-assertions-shared-jvm": {
"shasums": {
"jar": "f959ffd72d8a739c54f2e09017f8003d25f4468de853a52c20ffb2930d5354c1",
"sources": "84f00308879d547364405279c90f817643c93b450bcace716e6f89c9df88eed2"
"jar": "bc9660d9d8b70810fcd8a8c3dbaf3f15b3311def47fd3a5f0ae7b098fbd016b0",
"sources": "2d32c8692d63175838e48d0bf8db3f4a2a2f2c81bc4866d0ffcb21488b805323"
},
"version": "5.8.0"
"version": "5.8.1"
},
"io.kotest:kotest-common-jvm": {
"shasums": {
"jar": "f7e713bba225fba5879741665a3b6193fa528bc27be54752a7763808a4f29513",
"sources": "4d94f39ec050c9ecf136406f67bb13ca128a2d32f734e64a371a13090fd896b9"
"jar": "60bd9521ec83c6c4255dcc05aa09f55c12c0aa58f1e35bd914f7ce6d2dcd5070",
"sources": "f1e94997c8aa244b4e2752d62eec6a38042ef99d7479d9a51c199a5e5feff6ec"
},
"version": "5.8.0"
"version": "5.8.1"
},
"net.bytebuddy:byte-buddy": {
"shasums": {
Expand Down Expand Up @@ -687,7 +687,6 @@
"io.kotest.matchers"
],
"io.kotest:kotest-assertions-core-jvm": [
"",
"io.kotest.assertions.nondeterministic",
"io.kotest.equals",
"io.kotest.matchers.atomic",
Expand Down Expand Up @@ -716,6 +715,7 @@
"io.kotest.matchers.nulls",
"io.kotest.matchers.optional",
"io.kotest.matchers.paths",
"io.kotest.matchers.properties",
"io.kotest.matchers.property",
"io.kotest.matchers.ranges",
"io.kotest.matchers.reflection",
Expand Down Expand Up @@ -747,7 +747,8 @@
"io.kotest.equals",
"io.kotest.equals.types",
"io.kotest.inspectors",
"io.kotest.matchers"
"io.kotest.matchers",
"io.kotest.similarity"
],
"io.kotest:kotest-common-jvm": [
"io.kotest.common",
Expand Down

0 comments on commit 9cf50af

Please sign in to comment.