Skip to content

Commit 2efff28

Browse files
⬆️(deps): Update dependency org.instancio:instancio-junit to v5.3.0 (#1068)
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 dc264bb commit 2efff28

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

maven_plugin/lockfile.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,25 +2082,25 @@
20822082
{
20832083
"groupId": "org.instancio",
20842084
"artifactId": "instancio-junit",
2085-
"version": "5.2.1",
2085+
"version": "5.3.0",
20862086
"checksumAlgorithm": "SHA-256",
2087-
"checksum": "d98cf9ca0e0e6a7db80cc9e7ee3541c8fab076f94219dea67743e44b8b3ea973",
2087+
"checksum": "e735e80c9410fa988f034f5fceefcf21f3e311220c2139f8ac2690fb1e89aa8d",
20882088
"scope": "test",
2089-
"selectedVersion": "5.2.1",
2089+
"selectedVersion": "5.3.0",
20902090
"included": true,
2091-
"id": "org.instancio:instancio-junit:5.2.1",
2091+
"id": "org.instancio:instancio-junit:5.3.0",
20922092
"children": [
20932093
{
20942094
"groupId": "org.instancio",
20952095
"artifactId": "instancio-core",
2096-
"version": "5.2.1",
2096+
"version": "5.3.0",
20972097
"checksumAlgorithm": "SHA-256",
2098-
"checksum": "c83e6c78c8832082a745d888d82a3d69c6dd10abc0e7a9d01c1c97a6736be52e",
2098+
"checksum": "7412dac88943278e1ba8b96ef62ba17ec5183be7662d7dec05f00ae8746975a8",
20992099
"scope": "test",
2100-
"selectedVersion": "5.2.1",
2100+
"selectedVersion": "5.3.0",
21012101
"included": true,
2102-
"id": "org.instancio:instancio-core:5.2.1",
2103-
"parent": "org.instancio:instancio-junit:5.2.1",
2102+
"id": "org.instancio:instancio-core:5.3.0",
2103+
"parent": "org.instancio:instancio-junit:5.3.0",
21042104
"children": [
21052105
{
21062106
"groupId": "org.slf4j",
@@ -2112,7 +2112,7 @@
21122112
"selectedVersion": "1.7.36",
21132113
"included": false,
21142114
"id": "org.slf4j:slf4j-api:2.0.16",
2115-
"parent": "org.instancio:instancio-core:5.2.1",
2115+
"parent": "org.instancio:instancio-core:5.3.0",
21162116
"children": []
21172117
}
21182118
]

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.2.1</version>
110+
<version>5.3.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>

0 commit comments

Comments
 (0)