Skip to content

Commit 87d98b4

Browse files
⬆️(deps): Update dependency org.instancio:instancio-junit to v5.5.1 (#1295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9573d8a commit 87d98b4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

maven_plugin/lockfile.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2226,27 +2226,27 @@
22262226
{
22272227
"groupId": "org.instancio",
22282228
"artifactId": "instancio-junit",
2229-
"version": "5.5.0",
2229+
"version": "5.5.1",
22302230
"checksumAlgorithm": "SHA-256",
2231-
"checksum": "214b065995d660a01b6dedcc1b4426ec09243e93b99e66ce1fe1368d59b4ca9c",
2231+
"checksum": "4c067058038a6f5f0139c7680b21e0e4d90d540899839bc6273283c3d4250229",
22322232
"scope": "test",
2233-
"resolved": "https://repo.maven.apache.org/maven2/org/instancio/instancio-junit/5.5.0/instancio-junit-5.5.0.jar",
2234-
"selectedVersion": "5.5.0",
2233+
"resolved": "https://repo.maven.apache.org/maven2/org/instancio/instancio-junit/5.5.1/instancio-junit-5.5.1.jar",
2234+
"selectedVersion": "5.5.1",
22352235
"included": true,
2236-
"id": "org.instancio:instancio-junit:5.5.0",
2236+
"id": "org.instancio:instancio-junit:5.5.1",
22372237
"children": [
22382238
{
22392239
"groupId": "org.instancio",
22402240
"artifactId": "instancio-core",
2241-
"version": "5.5.0",
2241+
"version": "5.5.1",
22422242
"checksumAlgorithm": "SHA-256",
2243-
"checksum": "a9e37036c4d91141285a77dedff4744bf904526378d7d8079fb6e28a14278575",
2243+
"checksum": "cf941a74d3fe7bd822233385b30342129ea300e9e7d15edcd99ab6c10eda2f8d",
22442244
"scope": "test",
2245-
"resolved": "https://repo.maven.apache.org/maven2/org/instancio/instancio-core/5.5.0/instancio-core-5.5.0.jar",
2246-
"selectedVersion": "5.5.0",
2245+
"resolved": "https://repo.maven.apache.org/maven2/org/instancio/instancio-core/5.5.1/instancio-core-5.5.1.jar",
2246+
"selectedVersion": "5.5.1",
22472247
"included": true,
2248-
"id": "org.instancio:instancio-core:5.5.0",
2249-
"parent": "org.instancio:instancio-junit:5.5.0",
2248+
"id": "org.instancio:instancio-core:5.5.1",
2249+
"parent": "org.instancio:instancio-junit:5.5.1",
22502250
"children": [
22512251
{
22522252
"groupId": "org.slf4j",
@@ -2259,7 +2259,7 @@
22592259
"selectedVersion": "1.7.36",
22602260
"included": false,
22612261
"id": "org.slf4j:slf4j-api:2.0.17",
2262-
"parent": "org.instancio:instancio-core:5.5.0",
2262+
"parent": "org.instancio:instancio-core:5.5.1",
22632263
"children": []
22642264
}
22652265
]

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.instancio</groupId>
115115
<artifactId>instancio-junit</artifactId>
116-
<version>5.5.0</version>
116+
<version>5.5.1</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>

0 commit comments

Comments
 (0)