Skip to content

Commit

Permalink
chore(deps): bump events4j-handler-simple from 0.9.8 to 0.9.9
Browse files Browse the repository at this point in the history
Bumps [events4j-handler-simple](https://github.com/PhilippHeuer/events4j) from 0.9.8 to 0.9.9.
- [Release notes](https://github.com/PhilippHeuer/events4j/releases)
- [Commits](https://github.com/PhilippHeuer/events4j/commits)

---
updated-dependencies:
- dependency-name: com.github.philippheuer.events4j:events4j-handler-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 17, 2022
1 parent 445e23e commit dc5fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ subprojects {

// Event Dispatcher
api(group = "com.github.philippheuer.events4j", name = "events4j-core", version = "0.9.9")
api(group = "com.github.philippheuer.events4j", name = "events4j-handler-simple", version = "0.9.8")
api(group = "com.github.philippheuer.events4j", name = "events4j-handler-simple", version = "0.9.9")

// Credential Manager
api(group = "com.github.philippheuer.credentialmanager", name = "credentialmanager", version = "0.1.2")
Expand Down

0 comments on commit dc5fa81

Please sign in to comment.