Skip to content

Commit

Permalink
chore(deps): bump org.apache.maven.resolver:maven-resolver-transport-…
Browse files Browse the repository at this point in the history
…http (#13482)

Bumps org.apache.maven.resolver:maven-resolver-transport-http from 1.9.18 to 1.9.19.

---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 53f36d6 commit 28735b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.19")
implementation("org.apache.maven.resolver:maven-resolver-impl:1.9.19")
implementation("org.apache.maven.resolver:maven-resolver-transport-file:1.9.19")
implementation("org.apache.maven.resolver:maven-resolver-transport-http:1.9.18") {
implementation("org.apache.maven.resolver:maven-resolver-transport-http:1.9.19") {
exclude group: "org.slf4j", module:"jcl-over-slf4j"
exclude group: "commons-codec", module:"commons-codec"
}
Expand Down

0 comments on commit 28735b9

Please sign in to comment.