Skip to content

Commit

Permalink
Bump net.openhft:chronicle-bom from 2.25ea17 to 2.25ea47
Browse files Browse the repository at this point in the history
Bumps [net.openhft:chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.25ea17 to 2.25ea47.
- [Release notes](https://github.com/OpenHFT/OpenHFT/releases)
- [Commits](https://github.com/OpenHFT/OpenHFT/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent e070fd0 commit ba8f7d1
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 @@ -12,7 +12,7 @@ dependencies {
api "org.springframework.boot:spring-boot"
api "org.springframework.boot:spring-boot-autoconfigure"

implementation(platform("net.openhft:chronicle-bom:2.25ea17"))
implementation(platform("net.openhft:chronicle-bom:2.25ea47"))
implementation "jakarta.annotation:jakarta.annotation-api:2.1.1"

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
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"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8"

implementation(platform("net.openhft:chronicle-bom:2.25ea17"))
implementation(platform("net.openhft:chronicle-bom:2.25ea47"))
implementation("net.openhft:chronicle-map") {
exclude group: "com.intellij", module: "annotations"
}
Expand Down

0 comments on commit ba8f7d1

Please sign in to comment.