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 dependencies #35

Merged
merged 11 commits into from
Feb 11, 2025
2 changes: 1 addition & 1 deletion commons-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</profile>
</profiles>
<properties>
<commons-logging.version>1.3.4</commons-logging.version>
<commons-logging.version>1.3.5</commons-logging.version>
</properties>
<version>1.2.0-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<artifactId>annotations</artifactId>
<groupId>org.jetbrains</groupId>
<scope>provided</scope>
<version>26.0.1</version>
<version>26.0.2</version>
</dependency>
<dependency>
<artifactId>hamcrest</artifactId>
Expand Down
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
![GitHub commit activity][github-commit-activity]
[![Today's hits][today-hits]][today-hits-link]

## Table of Contents

<!--ts-->
* [How to use](#how-to-use)
* [Other logging libraries and frameworks](#other-logging-libraries-and-frameworks)
* [Credits](#credits)
* [Contributing](#contributing)
* [History](#history)
* [License](#license)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: r2, at: Mon Feb 3 06:54:26 PM EET 2025 -->

<!--te-->

## How to use

The simplest usage example looks like this:
Expand Down
Loading