aboutsummaryrefslogtreecommitdiff
path: root/jgvariant-ostree
diff options
context:
space:
mode:
authorMarge Bot <marge@benkard.de>2024-11-22 20:12:56 +0000
committerMarge Bot <marge@benkard.de>2024-11-22 20:12:56 +0000
commitb81874a7056f26ac84150983313ae7ce4f8109bc (patch)
tree3f97dbd79eb1472d0a07999eb6d826f63cca7f1a /jgvariant-ostree
parent49010e31e37034fdaf58c88209cd5d1f9fede123 (diff)
parent5be785db1199d6f50a6b6d5ddcbdb0092f746d3f (diff)
Update dependency io.hosuaby:inject-resources-junit-jupiter to v1 (mulk/jgvariant!29)HEADmaster
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.hosuaby:inject-resources-junit-jupiter](https://github.com/hosuaby/inject-resources) | test | major | `0.3.5` -> `1.0.0` | --- ### Release Notes <details> <summary>hosuaby/inject-resources</summary> ### [`v1.0.0`](https://github.com/hosuaby/inject-resources/compare/v0.3.5...v1.0.0) [Compare Source](https://github.com/hosuaby/inject-resources/compare/v0.3.5...v1.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
Diffstat (limited to 'jgvariant-ostree')
-rw-r--r--jgvariant-ostree/src/test/java/eu/mulk/jgvariant/ostree/OstreeDecoderTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jgvariant-ostree/src/test/java/eu/mulk/jgvariant/ostree/OstreeDecoderTest.java b/jgvariant-ostree/src/test/java/eu/mulk/jgvariant/ostree/OstreeDecoderTest.java
index 793c5a5..4a72bb4 100644
--- a/jgvariant-ostree/src/test/java/eu/mulk/jgvariant/ostree/OstreeDecoderTest.java
+++ b/jgvariant-ostree/src/test/java/eu/mulk/jgvariant/ostree/OstreeDecoderTest.java
@@ -7,10 +7,10 @@ package eu.mulk.jgvariant.ostree;
import static org.junit.jupiter.api.Assertions.assertAll;
import static org.junit.jupiter.api.Assertions.assertEquals;
-import com.adelean.inject.resources.junit.jupiter.GivenBinaryResource;
-import com.adelean.inject.resources.junit.jupiter.TestWithResources;
import eu.mulk.jgvariant.core.Signature;
import eu.mulk.jgvariant.core.Variant;
+import io.hosuaby.inject.resources.junit.jupiter.GivenBinaryResource;
+import io.hosuaby.inject.resources.junit.jupiter.TestWithResources;
import java.nio.ByteBuffer;
import java.util.*;
import org.junit.jupiter.api.Test;