Bump net.raphimc.javadowngrader:impl-classtransform from 1.1.1 to 1.1.2

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

---
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] 2024-04-11 04:08:55 +00:00 committed by GitHub
parent cb8e7eb4e5
commit 7e05086e2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,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") {
include("net.raphimc.javadowngrader:impl-classtransform:1.1.2") {
exclude group: "org.ow2.asm", module: "asm-commons"
exclude group: "net.lenni0451.classtransform", module: "additionalclassprovider"
}