From 50e0f3f3dd4ea0b0d731660c4371c08a35209ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:29:15 +0000 Subject: [PATCH] Bump uk.co.real-logic:artio-codecs from 0.153 to 0.158 Bumps [uk.co.real-logic:artio-codecs](https://github.com/real-logic/artio) from 0.153 to 0.158. - [Release notes](https://github.com/real-logic/artio/releases) - [Commits](https://github.com/real-logic/artio/compare/0.153...0.158) --- 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..84663c0 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.158" 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"