Skip to content

Commit e4e9a60

Browse files
build: upgrade keyple-card-calypso-crypto-pki to 0.2.2
1 parent 9ad1d15 commit e4e9a60

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
*.sql text eol=lf
2121
*.kts text eol=lf
2222
*.gradle.kts text eol=lf
23+
*.kts text eol=lf
24+
*.gradle.kts text eol=lf
2325

2426
###############################
2527
# Git Large File System (LFS) #

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
## [2025-07-21]
79
### Fixed
810
- Fixed bad preparation of the selection in PC/SC examples.
911
### Changed
1012
- Migrated the CI pipeline from Jenkins to GitHub Actions.
1113
### Upgraded
1214
- `keyple-plugin-pcsc-java-lib:2.5.2`
15+
- `keyple-card-calypso-crypto-pki-java-lib:0.2.2`
1316

1417
## [2025-04-18]
1518
### Changed
@@ -233,7 +236,9 @@ to use the exact and latest version of each dependency. This ensures consistency
233236
- org.eclipse.keyple:keyple-card-calypso-java-lib:2.0.0
234237
- org.eclipse.keyple:keyple-util-java-lib:2.+
235238

236-
[unreleased]: https://github.com/eclipse-keyple/keyple-java-example/compare/2025-03-21...HEAD
239+
[unreleased]: https://github.com/eclipse-keyple/keyple-java-example/compare/2025-07-21...HEAD
240+
[2025-07-21]: https://github.com/eclipse-keyple/keyple-java-example/compare/2025-04-18...2025-07-21
241+
[2025-04-18]: https://github.com/eclipse-keyple/keyple-java-example/compare/2025-03-21...2025-04-18
237242
[2025-03-21]: https://github.com/eclipse-keyple/keyple-java-example/compare/2024-04-15...2025-03-21
238243
[2024-04-15]: https://github.com/eclipse-keyple/keyple-java-example/compare/2023-11-30...2024-04-15
239244
[2023-11-30]: https://github.com/eclipse-keyple/keyple-java-example/compare/2023-04-27...2023-11-30

Example_Card_Calypso/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("org.eclipse.keyple:keyple-service-resource-java-lib:3.1.0")
2929
implementation("org.eclipse.keyple:keyple-card-calypso-java-lib:3.1.8")
3030
implementation("org.eclipse.keyple:keyple-card-calypso-crypto-legacysam-java-lib:0.9.0")
31-
implementation("org.eclipse.keyple:keyple-card-calypso-crypto-pki-java-lib:0.2.1")
31+
implementation("org.eclipse.keyple:keyple-card-calypso-crypto-pki-java-lib:0.2.2")
3232
implementation("org.eclipse.keyple:keyple-plugin-pcsc-java-lib:2.5.2")
3333
implementation("org.eclipse.keyple:keyple-plugin-stub-java-lib:2.2.1")
3434
// End Keyple configuration

0 commit comments

Comments
 (0)