Bump net.raphimc.javadowngrader:impl-classtransform

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-16 04:44:03 +00:00 committed by GitHub
parent 175c24d320
commit 0e996b5393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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