Skip to content

Commit

Permalink
Bump chronicle-map from 3.23ea0 to 3.23ea1
Browse files Browse the repository at this point in the history
Bumps [chronicle-map](https://github.com/OpenHFT/Chronicle-Map) from 3.23ea0 to 3.23ea1.
- [Release notes](https://github.com/OpenHFT/Chronicle-Map/releases)
- [Commits](https://github.com/OpenHFT/Chronicle-Map/commits)

---
updated-dependencies:
- dependency-name: net.openhft:chronicle-map
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Mar 18, 2022
1 parent 8ea4c4b commit d8cc569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}"

implementation("net.openhft:chronicle-map:3.23ea0") {
implementation("net.openhft:chronicle-map:3.23ea1") {
exclude group: "com.intellij", module: "annotations"
}

Expand Down
2 changes: 1 addition & 1 deletion synapse-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}"

implementation("net.openhft:chronicle-map:3.23ea0") {
implementation("net.openhft:chronicle-map:3.23ea1") {
exclude group: "com.intellij", module: "annotations"
}

Expand Down

0 comments on commit d8cc569

Please sign in to comment.