Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update logback14.version to v1.4.5 (release/4.2.x) (patch) #2980

Merged
merged 2 commits into from Nov 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 1 addition & 8 deletions metrics-logback14/pom.xml
Expand Up @@ -17,8 +17,7 @@

<properties>
<javaModuleName>io.dropwizard.metrics.logback14</javaModuleName>
<logback14.version>1.4.4</logback14.version>
<slf4j.version>2.0.1</slf4j.version>
<logback14.version>1.4.5</logback14.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -75,11 +74,5 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>