Skip to content

Commit

Permalink
Update slf4j.version to v2.0.6 (release/4.2.x) (patch) (#2444)
Browse files Browse the repository at this point in the history
* Update slf4j.version to v2.0.6

* Add SLF4J API to dependency management

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jochen Schalanda <jochen@schalanda.name>
  • Loading branch information
renovate[bot] and joschi committed Feb 12, 2023
1 parent 777bf32 commit a9868ff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion metrics-jakarta-servlets/pom.xml
Expand Up @@ -21,7 +21,7 @@
<papertrail.profiler.version>1.1.1</papertrail.profiler.version>
<servlet.version>5.0.0</servlet.version>
<jackson.version>2.12.7.1</jackson.version>
<slf4j.version>2.0.5</slf4j.version>
<slf4j.version>2.0.6</slf4j.version>
</properties>

<dependencyManagement>
Expand All @@ -45,6 +45,11 @@
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion metrics-jetty10/pom.xml
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<slf4j.version>2.0.0-alpha6</slf4j.version>
<slf4j.version>2.0.6</slf4j.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion metrics-jetty11/pom.xml
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<slf4j.version>2.0.5</slf4j.version>
<slf4j.version>2.0.6</slf4j.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion metrics-logback13/pom.xml
Expand Up @@ -18,7 +18,7 @@
<properties>
<javaModuleName>io.dropwizard.metrics.logback13</javaModuleName>
<logback13.version>1.3.5</logback13.version>
<slf4j.version>2.0.0</slf4j.version>
<slf4j.version>2.0.6</slf4j.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a9868ff

Please sign in to comment.