From c708c865f7b34ff8a8f35cfa30a08cadca563d32 Mon Sep 17 00:00:00 2001 From: Satya Date: Tue, 26 Nov 2024 13:36:07 +0800 Subject: [PATCH] Update Netty dependency and bump project version Upgraded the Netty library from version 4.1.113.Final to 4.1.115.Final to include the latest fixes and improvements. Incremented the project version to 0.3.5-SNAPSHOT to reflect ongoing development changes. --- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cb50497..9777b79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group = com.bloxbean.cardano artifactId = yaci -version = 0.3.4 +version = 0.3.5-SNAPSHOT diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index daf7627..f66525e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [libraries] cardano-client-core = "com.bloxbean.cardano:cardano-client-core:0.6.2" cbor = "co.nstant.in:cbor:0.9" -netty = "io.netty:netty-all:4.1.113.Final" +netty = "io.netty:netty-all:4.1.115.Final" project-reactor-core = "io.projectreactor:reactor-core:3.6.10" project-reactor-test = "io.projectreactor:reactor-test:3.6.10"