Files
FancyPlugins/libraries/common
dependabot[bot] e25ffdb591 chore(deps): bump org.junit.platform:junit-platform-console-standalone (#31)
Bumps [org.junit.platform:junit-platform-console-standalone](https://github.com/junit-team/junit5) from 1.12.1 to 1.12.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.junit.platform:junit-platform-console-standalone
  dependency-version: 1.12.2
  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>
2025-04-17 17:14:25 +02:00
..
2025-03-03 21:57:54 +01:00
2025-03-03 21:57:54 +01:00

How to use

repositories {
    maven("https://repo.fancyplugins.de/releases/")
    // or
    maven("https://repo.fancyplugins.de/snapshots/")
}

dependencies {
    implementation("de.oliver:FancyLib:<version>")
}