Skip to content

Commit 6a2855b

Browse files
⬆️(deps): Update dependency org.instancio:instancio-junit to v5.0.2 (#886)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a84b79d commit 6a2855b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

maven_plugin/lockfile.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1923,34 +1923,34 @@
19231923
{
19241924
"groupId": "org.instancio",
19251925
"artifactId": "instancio-junit",
1926-
"version": "5.0.1",
1926+
"version": "5.0.2",
19271927
"checksumAlgorithm": "SHA-256",
1928-
"checksum": "481c9086148f9df9480aa62c04d517d9a28b1eed3029301b96c864584cea1977",
1928+
"checksum": "4b09b7dd1aecf63d3e287472fc16ef974c133a8acd77216ab2361e4970186005",
19291929
"scope": "test",
1930-
"selectedVersion": "5.0.1",
1931-
"id": "org.instancio:instancio-junit:5.0.1",
1930+
"selectedVersion": "5.0.2",
1931+
"id": "org.instancio:instancio-junit:5.0.2",
19321932
"children": [
19331933
{
19341934
"groupId": "org.instancio",
19351935
"artifactId": "instancio-core",
1936-
"version": "5.0.1",
1936+
"version": "5.0.2",
19371937
"checksumAlgorithm": "SHA-256",
1938-
"checksum": "7dfd621001009839a0e982295fff71fec1ca738113eb49aacfe17302ec5d82b6",
1938+
"checksum": "05cfe69c8c2c1561732defe06c700497689919e7d99cab49adb14d4340468b80",
19391939
"scope": "test",
1940-
"selectedVersion": "5.0.1",
1941-
"id": "org.instancio:instancio-core:5.0.1",
1942-
"parent": "org.instancio:instancio-junit:5.0.1",
1940+
"selectedVersion": "5.0.2",
1941+
"id": "org.instancio:instancio-core:5.0.2",
1942+
"parent": "org.instancio:instancio-junit:5.0.2",
19431943
"children": [
19441944
{
19451945
"groupId": "org.slf4j",
19461946
"artifactId": "slf4j-api",
1947-
"version": "2.0.13",
1947+
"version": "2.0.16",
19481948
"checksumAlgorithm": "SHA-256",
1949-
"checksum": "e7c2a48e8515ba1f49fa637d57b4e2f590b3f5bd97407ac699c3aa5efb1204a9",
1949+
"checksum": "a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a",
19501950
"scope": "test",
19511951
"selectedVersion": "1.7.36",
1952-
"id": "org.slf4j:slf4j-api:2.0.13",
1953-
"parent": "org.instancio:instancio-core:5.0.1",
1952+
"id": "org.slf4j:slf4j-api:2.0.16",
1953+
"parent": "org.instancio:instancio-core:5.0.2",
19541954
"children": []
19551955
}
19561956
]

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.instancio</groupId>
109109
<artifactId>instancio-junit</artifactId>
110-
<version>5.0.1</version>
110+
<version>5.0.2</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>

0 commit comments

Comments
 (0)