Skip to content

Commit 011f728

Browse files
⬆️(deps): Update dependency org.instancio:instancio-junit to v5.4.0 (#1110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LogFlames <[email protected]>
1 parent 4eb9e52 commit 011f728

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.3.0",
2085+
"version": "5.4.0",
20862086
"checksumAlgorithm": "SHA-256",
2087-
"checksum": "e735e80c9410fa988f034f5fceefcf21f3e311220c2139f8ac2690fb1e89aa8d",
2087+
"checksum": "aa0d2743c026fc9f2db3933166e9d890e283fa56080e60590bd12b033a34c246",
20882088
"scope": "test",
2089-
"selectedVersion": "5.3.0",
2089+
"selectedVersion": "5.4.0",
20902090
"included": true,
2091-
"id": "org.instancio:instancio-junit:5.3.0",
2091+
"id": "org.instancio:instancio-junit:5.4.0",
20922092
"children": [
20932093
{
20942094
"groupId": "org.instancio",
20952095
"artifactId": "instancio-core",
2096-
"version": "5.3.0",
2096+
"version": "5.4.0",
20972097
"checksumAlgorithm": "SHA-256",
2098-
"checksum": "7412dac88943278e1ba8b96ef62ba17ec5183be7662d7dec05f00ae8746975a8",
2098+
"checksum": "4049e334156d377f816db4fb74e819fe48c13310e23d6a8b5e74a7d3ac05319d",
20992099
"scope": "test",
2100-
"selectedVersion": "5.3.0",
2100+
"selectedVersion": "5.4.0",
21012101
"included": true,
2102-
"id": "org.instancio:instancio-core:5.3.0",
2103-
"parent": "org.instancio:instancio-junit:5.3.0",
2102+
"id": "org.instancio:instancio-core:5.4.0",
2103+
"parent": "org.instancio:instancio-junit:5.4.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.3.0",
2115+
"parent": "org.instancio:instancio-core:5.4.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.3.0</version>
110+
<version>5.4.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>

0 commit comments

Comments
 (0)