diff options
author | Marge Bot <marge@benkard.de> | 2024-11-22 20:12:56 +0000 |
---|---|---|
committer | Marge Bot <marge@benkard.de> | 2024-11-22 20:12:56 +0000 |
commit | b81874a7056f26ac84150983313ae7ce4f8109bc (patch) | |
tree | 3f97dbd79eb1472d0a07999eb6d826f63cca7f1a | |
parent | 49010e31e37034fdaf58c88209cd5d1f9fede123 (diff) | |
parent | 5be785db1199d6f50a6b6d5ddcbdb0092f746d3f (diff) |
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-->
-rw-r--r-- | jgvariant-ostree/src/test/java/eu/mulk/jgvariant/ostree/OstreeDecoderTest.java | 4 | ||||
-rw-r--r-- | jgvariant-parent/pom.xml | 2 |
2 files changed, 3 insertions, 3 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; diff --git a/jgvariant-parent/pom.xml b/jgvariant-parent/pom.xml index d543624..1e6537d 100644 --- a/jgvariant-parent/pom.xml +++ b/jgvariant-parent/pom.xml @@ -73,7 +73,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later <apiguardian.version>1.1.2</apiguardian.version> <errorprone.version>2.36.0</errorprone.version> - <inject-resources.version>0.3.5</inject-resources.version> + <inject-resources.version>1.0.0</inject-resources.version> <jetbrains-annotations.version>26.0.1</jetbrains-annotations.version> <jqwik.version>1.9.1</jqwik.version> <jspecify.version>1.0.0</jspecify.version> |