Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorabin committed Sep 6, 2024
1 parent 765d4a2 commit f5da4c4
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Trying to follow the suggestions at [Keep a Change Log](http://keepachangelog.co
- implementation of database using Jackson via @giusvale-dev
- enhancement of KeyFile support via @giusvale-dev

## Changed

- Updated dependencies (leave jaxb and guava as is)

## [2.2.1] 2023-08-21

### Added
Expand Down
2 changes: 2 additions & 0 deletions database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-android</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.0</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.linguafranca.pwdb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
<version>2.3.9</version>
</dependency>
<dependency>
<groupId>org.linguafranca.pwdb</groupId>
Expand Down
3 changes: 2 additions & 1 deletion kdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
<version>24.1.0</version>
</dependency>
<dependency>
<groupId>org.linguafranca.pwdb</groupId>
<artifactId>test</artifactId>
Expand Down
6 changes: 4 additions & 2 deletions kdbx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</dependency>
<version>24.1.0</version>
</dependency>
<dependency>
<groupId>org.linguafranca.pwdb</groupId>
<artifactId>test</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand All @@ -182,7 +183,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.76</version>
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -194,7 +195,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.7</version>
<version>1.3.14</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
2 changes: 1 addition & 1 deletion simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>
<dependency>
<groupId>com.fasterxml</groupId>
Expand Down

0 comments on commit f5da4c4

Please sign in to comment.