Skip to content

Commit

Permalink
chore(deps): bump org.lushplugins:ChatColorHandler from 5.1.0 to 5.1.2
Browse files Browse the repository at this point in the history
Bumps org.lushplugins:ChatColorHandler from 5.1.0 to 5.1.2.

---
updated-dependencies:
- dependency-name: org.lushplugins:ChatColorHandler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 62c42c0 commit f992cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver.FancyAnalytics:logger:0.0.6")

implementation("org.lushplugins:ChatColorHandler:5.1.0")
implementation("org.lushplugins:ChatColorHandler:5.1.2")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation("de.oliver.FancyAnalytics:logger:0.0.6")

compileOnly("de.oliver:FancyNpcs:2.4.1")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
compileOnly("org.lushplugins:ChatColorHandler:5.1.2")
compileOnly("org.geysermc.floodgate:api:2.2.3-SNAPSHOT")
}

Expand Down

0 comments on commit f992cfb

Please sign in to comment.