Skip to content

Commit

Permalink
Update apdu4j deps
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Sep 26, 2024
1 parent ca4b184 commit d3dff4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-core</artifactId>
<version>2020r3</version>
<version>24.09.26.2</version>
</dependency>
<!-- For CAP file parsing -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>capfile</artifactId>
<version>24.04.08</version>
<version>24.07.30</version>
</dependency>
<!-- For logging -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-pcsc</artifactId>
<version>23.03.22-SNAPSHOT</version>
<version>24.09.26.2</version>
</dependency>
<!-- Library itself -->
<dependency>
Expand Down

0 comments on commit d3dff4a

Please sign in to comment.