Skip to content

Commit

Permalink
fix(deps): update other org.apache.maven.wagon dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 20, 2024
1 parent f23c9fa commit 1e87ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
implementation 'org.eclipse.aether:aether-connector-basic:1.1.0'
implementation 'org.eclipse.aether:aether-transport-wagon:1.1.0'
implementation 'org.apache.maven.wagon:wagon-http:3.5.3'
implementation 'org.apache.maven.wagon:wagon-provider-api:3.5.2'
implementation 'org.apache.maven.wagon:wagon-http-lightweight:3.5.2'
implementation 'org.apache.maven.wagon:wagon-provider-api:3.5.3'
implementation 'org.apache.maven.wagon:wagon-http-lightweight:3.5.3'
implementation 'org.eclipse.tycho:org.eclipse.osgi:3.13.0.v20180226-1711'
implementation group: 'org.apache.maven.resolver', name: 'maven-resolver-api', version: '1.8.2'
implementation 'org.yaml:snakeyaml:1.13'
Expand Down

0 comments on commit 1e87ef5

Please sign in to comment.