Skip to content

Logback Audit dependency #1

@gdacuna

Description

@gdacuna

The common-libraries pom specifies a dependency on the Logback audit client, version 0.6.3.

<logback-audit.version>0.6.3</logback-audit.version>
...
<dependency>
    <groupId>ch.qos.logback</groupId>
    <artifactId>audit-client</artifactId>
    <version>${logback-audit.version}</version>
</dependency>

However, the bhits fork of this dependency has a latest version of 0.6.1.

<version>0.6.1</version>

The logback version of this dependency has a latest version of 6.0.

<version>0.6</version>

I have not been able to find a version 0.6.3 anywhere. Can you please let me know where to find this dependency?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions