From a15a9c247121d5c7593db8ed654c761cac3efcea Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 12 Apr 2025 22:13:01 +0200 Subject: fix: Remove references to the obsolete jboss-logmanager-embedded. Change-Id: Ie028e2d1cfdc4485fc7855b2284e22072f21db57 --- README.adoc | 15 ++++----------- core/pom.xml | 5 ----- examples/spring-boot/pom.xml | 7 +------ renovate.json | 3 --- 4 files changed, 5 insertions(+), 25 deletions(-) diff --git a/README.adoc b/README.adoc index 09bf84b..033ee1d 100644 --- a/README.adoc +++ b/README.adoc @@ -131,7 +131,7 @@ If you are using Maven: org.jboss.logmanager jboss-logmanager - 3.0.2.Final + 3.1.2.Final @@ -143,7 +143,7 @@ If you are using Gradle: ---- dependencies { implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-core:7.0.0") - implementation("org.jboss.logmanager:jboss-logmanager:3.0.2.Final") + implementation("org.jboss.logmanager:jboss-logmanager:3.1.2.Final") } ---- @@ -198,13 +198,7 @@ If you are using Maven: org.jboss.logmanager jboss-logmanager - 3.0.2.Final - - - - org.jboss.logmanager - jboss-logmanager-embedded - 1.2.0.Final + 3.1.2.Final @@ -250,8 +244,7 @@ configurations { dependencies { implementation("eu.mulk.quarkus-googlecloud-jsonlogging:quarkus-googlecloud-jsonlogging-core:7.0.0") - implementation("org.jboss.logmanager:jboss-logmanager:3.0.2.Final") - implementation("org.jboss.logmanager:jboss-logmanager-embedded:1.2.0.Final") + implementation("org.jboss.logmanager:jboss-logmanager:3.1.2.Final") implementation("org.jboss.slf4j:slf4j-jboss-logmanager:2.0.1.Final") } diff --git a/core/pom.xml b/core/pom.xml index 9590957..7082467 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,11 +21,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later Quarkus Google Cloud JSON Logging Extension - JBoss Logging Core - - org.jboss.logmanager - jboss-logmanager-embedded - 1.1.1 - org.jboss.logmanager jboss-logmanager diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 0a339b5..a4ea4eb 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -67,12 +67,7 @@ SPDX-License-Identifier: GPL-3.0-or-later org.jboss.logmanager jboss-logmanager - 3.0.2.Final - - - org.jboss.logmanager - jboss-logmanager-embedded - 1.2.0.Final + 3.1.2.Final org.springframework.boot diff --git a/renovate.json b/renovate.json index 2b3c538..c031064 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,4 @@ [ "local>mulk/renovate-config" , ":automergeMinor" ] -, "ignoreDeps": - [ "org.jboss.logmanager:jboss-logmanager-embedded" - ] } -- cgit v1.2.3