Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.instancio:instancio-junit to v5.0.2 (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Sep 12, 2024
1 parent a84b79d commit 6a2855b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -1923,34 +1923,34 @@
{
"groupId": "org.instancio",
"artifactId": "instancio-junit",
"version": "5.0.1",
"version": "5.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "481c9086148f9df9480aa62c04d517d9a28b1eed3029301b96c864584cea1977",
"checksum": "4b09b7dd1aecf63d3e287472fc16ef974c133a8acd77216ab2361e4970186005",
"scope": "test",
"selectedVersion": "5.0.1",
"id": "org.instancio:instancio-junit:5.0.1",
"selectedVersion": "5.0.2",
"id": "org.instancio:instancio-junit:5.0.2",
"children": [
{
"groupId": "org.instancio",
"artifactId": "instancio-core",
"version": "5.0.1",
"version": "5.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "7dfd621001009839a0e982295fff71fec1ca738113eb49aacfe17302ec5d82b6",
"checksum": "05cfe69c8c2c1561732defe06c700497689919e7d99cab49adb14d4340468b80",
"scope": "test",
"selectedVersion": "5.0.1",
"id": "org.instancio:instancio-core:5.0.1",
"parent": "org.instancio:instancio-junit:5.0.1",
"selectedVersion": "5.0.2",
"id": "org.instancio:instancio-core:5.0.2",
"parent": "org.instancio:instancio-junit:5.0.2",
"children": [
{
"groupId": "org.slf4j",
"artifactId": "slf4j-api",
"version": "2.0.13",
"version": "2.0.16",
"checksumAlgorithm": "SHA-256",
"checksum": "e7c2a48e8515ba1f49fa637d57b4e2f590b3f5bd97407ac699c3aa5efb1204a9",
"checksum": "a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a",
"scope": "test",
"selectedVersion": "1.7.36",
"id": "org.slf4j:slf4j-api:2.0.13",
"parent": "org.instancio:instancio-core:5.0.1",
"id": "org.slf4j:slf4j-api:2.0.16",
"parent": "org.instancio:instancio-core:5.0.2",
"children": []
}
]
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.instancio</groupId>
<artifactId>instancio-junit</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6a2855b

Please sign in to comment.