Skip to content

Commit d3b4d39

Browse files
fix(deps): update dependency org.apache.maven.resolver:maven-resolver-api to v2 (#842)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.maven.resolver:maven-resolver-api](https://maven.apache.org/resolver/) ([source](https://redirect.github.com/apache/maven-resolver)) | `1.9.27` → `2.0.20` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.resolver:maven-resolver-api/2.0.20?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.resolver:maven-resolver-api/1.9.27/2.0.20?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 9am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/btraceio/btrace). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/btraceio/btrace/842) <!-- Reviewable:end --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b30e5e2 commit d3b4d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

btrace-maven-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
compileOnly 'org.apache.maven:maven-artifact:3.9.16'
2222

2323
// Maven Resolver (Aether) for dependency resolution
24-
compileOnly 'org.apache.maven.resolver:maven-resolver-api:1.9.27'
24+
compileOnly 'org.apache.maven.resolver:maven-resolver-api:2.0.20'
2525
implementation 'org.apache.maven.resolver:maven-resolver-util:1.9.27'
2626

2727
// JAR manipulation

0 commit comments

Comments
 (0)