Skip to content

Commit

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

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 Feb 15, 2024
1 parent c734fce commit e878160
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -1863,23 +1863,23 @@
{
"groupId": "org.instancio",
"artifactId": "instancio-junit",
"version": "4.2.0",
"version": "4.3.0",
"checksumAlgorithm": "SHA-256",
"checksum": "48f8d9c4f559536a663a33ea079d690eaf3ed42aface8984fb4e8544456f7948",
"checksum": "65a557cc89a3e2c216dcf9fb54c2ee3c1973d873ea131d269c9ed920efb1ab32",
"scope": "test",
"selectedVersion": "4.2.0",
"id": "org.instancio:instancio-junit:4.2.0",
"selectedVersion": "4.3.0",
"id": "org.instancio:instancio-junit:4.3.0",
"children": [
{
"groupId": "org.instancio",
"artifactId": "instancio-core",
"version": "4.2.0",
"version": "4.3.0",
"checksumAlgorithm": "SHA-256",
"checksum": "0107e6f11b6e1e7cece1d133885e4722e6f110998ffbcc68df9092ff7b9e6a21",
"checksum": "e8fa08676fd613b5078137bdd776dce11022219bb902955690cd6fcee791e225",
"scope": "test",
"selectedVersion": "4.2.0",
"id": "org.instancio:instancio-core:4.2.0",
"parent": "org.instancio:instancio-junit:4.2.0",
"selectedVersion": "4.3.0",
"id": "org.instancio:instancio-core:4.3.0",
"parent": "org.instancio:instancio-junit:4.3.0",
"children": [
{
"groupId": "org.slf4j",
Expand All @@ -1890,7 +1890,7 @@
"scope": "test",
"selectedVersion": "1.7.36",
"id": "org.slf4j:slf4j-api:2.0.12",
"parent": "org.instancio:instancio-core:4.2.0",
"parent": "org.instancio:instancio-core:4.3.0",
"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>4.2.0</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e878160

Please sign in to comment.