Skip to content

Commit

Permalink
fix(deps): update dependency org.slf4j:jcl-over-slf4j to v2.0.12 (#471)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency org.slf4j:jcl-over-slf4j to v2.0.12

* build: use org.slf4j:jcl-over-slf4j from logging catalog.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dean Wette <wetted@unityfoundation.io>
  • Loading branch information
renovate[bot] and wetted authored Mar 4, 2024
1 parent 13f1b9b commit 1ca802b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation(libs.managed.elasticsearch.rest.client) {
exclude(group="commons-logging", module = "commons-logging")
}
runtimeOnly(libs.jcl.over.slf4j)
runtimeOnly(mnLogging.slf4j.jcl.over.slf4j)
api(mn.micronaut.http)

implementation(mn.micronaut.jackson.databind)
Expand Down
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ micronaut-docs = "2.0.0"
micronaut = "4.3.9"
micronaut-platform = "4.0.0-RC1"
micronaut-security = "4.6.6"
micronaut-logging = "1.0.0"
micronaut-logging = "1.2.3"
micronaut-test = "4.0.0"
micronaut-test-resources="2.3.3"
micronaut-gradle-plugin = "4.3.3"
Expand All @@ -12,7 +12,6 @@ managed-elasticsearch = "8.12.2"
graal-svm = "23.1.2"
groovy = "4.0.15"
spock = "2.3-groovy-4.0"
slf4j = "2.0.11"
awaitility = "4.2.0"
apache-http-client = "4.5.14"
apache-http-async-client = "4.1.5"
Expand All @@ -24,7 +23,6 @@ micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'mi
micronaut-security = { module = "io.micronaut.security:micronaut-security-bom", version.ref = "micronaut-security" }
micronaut-test-resources = { module = "io.micronaut.testresources:micronaut-test-resources-bom", version.ref = "micronaut-test-resources" }

jcl-over-slf4j = { module = "org.slf4j:jcl-over-slf4j", version.ref = "slf4j" }
managed-elasticsearch-java = { module = "co.elastic.clients:elasticsearch-java", version.ref = "managed-elasticsearch" }
managed-elasticsearch-rest-client = { module = "org.elasticsearch.client:elasticsearch-rest-client", version.ref = "managed-elasticsearch" }
apache-http-client = { module = "org.apache.httpcomponents:httpclient", version.ref = "apache-http-client" }
Expand Down

0 comments on commit 1ca802b

Please sign in to comment.