Skip to content

Commit

Permalink
build: upgrade Keyple components
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Dec 6, 2023
1 parent 4e8a933 commit 682d9bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Upgraded
- Calypsonet Terminal Reader API `1.3.0` -> Keypop Reader API `2.0.0`
- Calypsonet Terminal Calypso API `1.8.0` -> Keypop Calypso Card API `2.0.0`
- Keyple Service Library `2.3.1` -> `3.0.0`
- Keyple Calypso Card Library `2.3.5` -> `3.0.0`
- Keyple Service Library `2.3.1` -> `3.0.1`
- Keyple Calypso Card Library `2.3.5` -> `3.0.1`
- Keyple Util Library `2.3.0` -> `2.3.1`

### Added
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ dependencies {
implementation("org.eclipse.keypop:keypop-calypso-crypto-legacysam-java-api:0.3.0")
implementation("org.eclipse.keyple:keyple-common-java-api:2.0.0")
implementation("org.eclipse.keyple:keyple-util-java-lib:2.3.1")
implementation("org.eclipse.keyple:keyple-service-java-lib:3.0.0")
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:3.0.0")
implementation("org.eclipse.keyple:keyple-service-java-lib:3.0.1")
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:3.0.1")
implementation("org.eclipse.keyple:keyple-card-calypso-crypto-legacysam-java-lib:0.4.0")

// Keyple reader plugins
Expand Down

0 comments on commit 682d9bb

Please sign in to comment.