Skip to content

Commit

Permalink
The MongoDb Appender shouldn't log a deprecation warning, GitHub
Browse files Browse the repository at this point in the history
issue #3151
  • Loading branch information
garydgregory committed Nov 2, 2024
1 parent c662e6f commit 44e1a31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions log4j-mongodb4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
<!-- Dependency versions -->
<mongodb4.version>4.11.4</mongodb4.version>
<slf4j.version>2.0.16</slf4j.version>
<!-- Using bnd.baseline.skip for weird complaints; why are we running this at all for an appender impl? -->
<bnd.baseline.skip>true</bnd.baseline.skip>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
@Export
@Open("org.apache.logging.log4j.core")
@Version("2.21.0")
@Version("2.25.0")
package org.apache.logging.log4j.mongodb4;

import aQute.bnd.annotation.jpms.Open;
Expand Down

0 comments on commit 44e1a31

Please sign in to comment.