Skip to content

Commit 5a69838

Browse files
Bump net.openhft:chronicle-bom from 2.26ea33 to 2.26ea45
Bumps [net.openhft:chronicle-bom](https://github.com/OpenHFT/OpenHFT) from 2.26ea33 to 2.26ea45. - [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] <[email protected]>
1 parent e10beec commit 5a69838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

synapse-core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
api "org.springframework.boot:spring-boot"
1313
api "org.springframework.boot:spring-boot-autoconfigure"
1414

15-
implementation(platform("net.openhft:chronicle-bom:2.26ea33"))
15+
implementation(platform("net.openhft:chronicle-bom:2.26ea45"))
1616
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"
1717

1818
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

synapse-testsupport/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
1414
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jdk8"
1515

16-
implementation(platform("net.openhft:chronicle-bom:2.26ea33"))
16+
implementation(platform("net.openhft:chronicle-bom:2.26ea45"))
1717
implementation("net.openhft:chronicle-map") {
1818
exclude group: "com.intellij", module: "annotations"
1919
}

0 commit comments

Comments
 (0)