Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Oct 21, 2024
1 parent f89062b commit e0ce211
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.2 - 2024-10-21

- Update jUnit Jupiter and Platform
- Update Mockito to 5.14
- Update a bunch of Maven plugins: javadoc, surefire, failsafe, invoker, central-publishing, jetbrains annotations

## 1.1.1 - 2024-08-20

- Update jUnit to 5.11
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,5 +443,5 @@
<url>https://github.com/vitalijr2/mock-jdk-platform-logging</url>
</scm>
<url>https://github.com/vitalijr2/mock-jdk-platform-logging</url>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
</project>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Just put a test dependency to your POM:
<artifactId>mock-jdk-platform-logging</artifactId>
<groupId>io.github.vitalijr2.logging</groupId>
<scope>test</scope>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

Expand Down

0 comments on commit e0ce211

Please sign in to comment.