Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit e730569

Browse files
build: upgrade dependency "calypsonet-terminal-reader-java-api" to version 1.1.0
1 parent 135e2de commit e730569

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- `prepareWriteEventCeiling`, `prepareWriteEventCeilings` methods to `SamTransactionManager` API (issue [#25])
1010
- `prepareReadEventCeiling`, `prepareReadEventCeilings` methods to `SamTransactionManager` and `getEventCeiling`, `getEventCeilings` methods to `CalypsoSam` API (issue [#26])
1111
- `prepareReadEventCounter`, `prepareReadEventCounters` methods to `SamTransactionManager` and `getEventCounter`, `getEventCounters` methods to `CalypsoSam` API (issue [#27])
12+
### Upgraded
13+
- "Calypsonet Terminal Reader API" to version `1.1.0`
1214

1315
## [1.3.0] - 2022-10-04
1416
### Added

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots")
2828
}
2929
dependencies {
30-
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.0.0")
30+
implementation("org.calypsonet.terminal:calypsonet-terminal-reader-java-api:1.1.0-SNAPSHOT") { isChanging = true }
3131
testImplementation("junit:junit:4.13.2")
3232
testImplementation("org.assertj:assertj-core:3.15.0")
3333
}

0 commit comments

Comments
 (0)