From 0ad08f41f6cf1060fc3b4da5e8fccf65e1cf9724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 04:26:51 +0000 Subject: [PATCH] Bump uk.co.real-logic:artio-codecs from 0.153 to 0.156 Bumps [uk.co.real-logic:artio-codecs](https://github.com/real-logic/artio) from 0.153 to 0.156. - [Release notes](https://github.com/real-logic/artio/releases) - [Commits](https://github.com/real-logic/artio/compare/0.153...0.156) --- updated-dependencies: - dependency-name: uk.co.real-logic:artio-codecs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 381f1a0..bee1e76 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [libraries] agrona = "org.agrona:agrona:1.21.2" -artio-codecs = "uk.co.real-logic:artio-codecs:0.153" +artio-codecs = "uk.co.real-logic:artio-codecs:0.156" commons-collections = "com.github.vad0:commons-collections:20240401.1" jackson-databind = "com.fasterxml.jackson.core:jackson-databind:2.17.2" jupiter = "org.junit.jupiter:junit-jupiter:5.10.3"