Bump net.raphimc.javadowngrader:impl-classtransform

Bumps [net.raphimc.javadowngrader:impl-classtransform](https://github.com/RaphiMC/JavaDowngrader) from 1.0.1-SNAPSHOT to 1.1.0.
- [Release notes](https://github.com/RaphiMC/JavaDowngrader/releases)
- [Commits](https://github.com/RaphiMC/JavaDowngrader/commits/v1.1.0)

---
updated-dependencies:
- dependency-name: net.raphimc.javadowngrader:impl-classtransform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-29 04:26:05 +00:00 committed by GitHub
parent b27d387418
commit d2620609a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ dependencies {
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}
include("net.raphimc.javadowngrader:impl-classtransform:1.0.1-SNAPSHOT") {
include("net.raphimc.javadowngrader:impl-classtransform:1.1.0") {
exclude group: "org.ow2.asm", module: "asm-commons"
exclude group: "net.lenni0451.classtransform", module: "additionalclassprovider"
}