Skip to content

Commit

Permalink
Excludes org.linguafranca.pwdb:util dependency (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh authored Jan 6, 2025
1 parent 84ffb1b commit 0c3fc87
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.13.1

### Updated

- Excludes org.linguafranca.pwdb:util dependency

## 1.13.0

### Fixes

- Updates to jorabin/KeePassJava2 2.2.3 to resolve https://github.com/jorabin/KeePassJava2/issues/70

## 1.12.1

### Fixes
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>org.linguafranca.pwdb</groupId>
<artifactId>util</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 0c3fc87

Please sign in to comment.