Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.instancio:instancio-junit to v5.1.0 (#…
Browse files Browse the repository at this point in the history
…990)

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 Nov 25, 2024
1 parent 23be7d0 commit 3c56fc4
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -700,46 +700,6 @@
}
]
},
{
"groupId": "org.instancio",
"artifactId": "instancio-junit",
"version": "5.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "4b09b7dd1aecf63d3e287472fc16ef974c133a8acd77216ab2361e4970186005",
"scope": "test",
"selectedVersion": "5.0.2",
"included": true,
"id": "org.instancio:instancio-junit:5.0.2",
"children": [
{
"groupId": "org.instancio",
"artifactId": "instancio-core",
"version": "5.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "05cfe69c8c2c1561732defe06c700497689919e7d99cab49adb14d4340468b80",
"scope": "test",
"selectedVersion": "5.0.2",
"included": true,
"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.16",
"checksumAlgorithm": "SHA-256",
"checksum": "a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a",
"scope": "test",
"selectedVersion": "1.7.36",
"included": false,
"id": "org.slf4j:slf4j-api:2.0.16",
"parent": "org.instancio:instancio-core:5.0.2",
"children": []
}
]
}
]
},
{
"groupId": "com.google.guava",
"artifactId": "guava",
Expand Down Expand Up @@ -857,6 +817,46 @@
}
]
},
{
"groupId": "org.instancio",
"artifactId": "instancio-junit",
"version": "5.1.0",
"checksumAlgorithm": "SHA-256",
"checksum": "537856fa1503022ae89d8c2d8b82579eb87edd7241eaa3887d7fe148e4a81699",
"scope": "test",
"selectedVersion": "5.1.0",
"included": true,
"id": "org.instancio:instancio-junit:5.1.0",
"children": [
{
"groupId": "org.instancio",
"artifactId": "instancio-core",
"version": "5.1.0",
"checksumAlgorithm": "SHA-256",
"checksum": "51b00a05d356d83514106f8293be2037c415c3f5bf741724894d8d960b29e999",
"scope": "test",
"selectedVersion": "5.1.0",
"included": true,
"id": "org.instancio:instancio-core:5.1.0",
"parent": "org.instancio:instancio-junit:5.1.0",
"children": [
{
"groupId": "org.slf4j",
"artifactId": "slf4j-api",
"version": "2.0.16",
"checksumAlgorithm": "SHA-256",
"checksum": "a12578dde1ba00bd9b816d388a0b879928d00bab3c83c240f7013bf4196c579a",
"scope": "test",
"selectedVersion": "1.7.36",
"included": false,
"id": "org.slf4j:slf4j-api:2.0.16",
"parent": "org.instancio:instancio-core:5.1.0",
"children": []
}
]
}
]
},
{
"groupId": "com.google.code.gson",
"artifactId": "gson",
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.2</version>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3c56fc4

Please sign in to comment.