Bump xyz.wagyourtail.jvmdowngrader:jvmdowngrader from 1.1.3 to 1.2.0 (#312)
Some checks are pending
build-docker / build (push) Waiting to run
build / build (push) Waiting to run

Bumps [xyz.wagyourtail.jvmdowngrader:jvmdowngrader](https://github.com/unimined/JvmDowngrader) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/unimined/JvmDowngrader/releases)
- [Commits](https://github.com/unimined/JvmDowngrader/compare/1.1.3...1.2.0)

---
updated-dependencies:
- dependency-name: xyz.wagyourtail.jvmdowngrader:jvmdowngrader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-28 09:38:51 +01:00 committed by GitHub
parent b4d0e8c707
commit 52b220eb58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,8 +108,8 @@ dependencies {
include "gs.mclo:api:4.1.0" include "gs.mclo:api:4.1.0"
include "net.lenni0451:optconfig:1.0.0" include "net.lenni0451:optconfig:1.0.0"
includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.1.3")) includeJ8(compileOnly("xyz.wagyourtail.jvmdowngrader:jvmdowngrader:1.2.0"))
includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.1.3:downgraded-8" includeJ8 "xyz.wagyourtail.jvmdowngrader:jvmdowngrader-java-api:1.2.0:downgraded-8"
} }
sourceSets { sourceSets {