Skip to content

Commit

Permalink
fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4…
Browse files Browse the repository at this point in the history
….2.25
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 1e62e32 commit 9c14576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ dependencies {
compileOnly("plus.sourceplus:protocol:$protocolVersion")
compileOnly("io.vertx:vertx-core:$vertxVersion")
compileOnly("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
compileOnly("io.dropwizard.metrics:metrics-core:4.2.19")
compileOnly("io.dropwizard.metrics:metrics-core:4.2.25")
compileOnly("org.jooq:joor:$joorVersion")
}
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:$jacksonVersion")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
implementation("io.dropwizard.metrics:metrics-core:4.2.19")
implementation("io.dropwizard.metrics:metrics-core:4.2.25")
implementation("org.jooq:joor:$joorVersion")
implementation("org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5")
implementation("org.apache.commons:commons-lang3:3.13.0")
Expand Down

0 comments on commit 9c14576

Please sign in to comment.