Skip to content

Commit

Permalink
build(deps): bump org.pf4j:pf4j in /serverpackcreator-plugin-example
Browse files Browse the repository at this point in the history
Bumps [org.pf4j:pf4j](https://github.com/pf4j/pf4j) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/pf4j/pf4j/releases)
- [Changelog](https://github.com/pf4j/pf4j/blob/master/CHANGELOG.md)
- [Commits](pf4j/pf4j@release-3.11.0...release-3.12.0)

---
updated-dependencies:
- dependency-name: org.pf4j:pf4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 7737a1b commit 75956ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverpackcreator-plugin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ val pluginDescription = "An example plugin for ServerPackCreator, written in Kot
val pluginAuthor = "Griefed"

dependencies {
annotationProcessor("org.pf4j:pf4j:3.11.0")
kapt("org.pf4j:pf4j:3.11.0")
annotationProcessor("org.pf4j:pf4j:3.12.0")
kapt("org.pf4j:pf4j:3.12.0")
/*
* CAUTION: When copying the code of the example plugin, make sure to change the dependency on
* the API to implementation("de.griefed:serverpackcreator:serverpackcreator-api:$VERSION")
Expand Down

0 comments on commit 75956ec

Please sign in to comment.