Skip to content

Commit

Permalink
Update Netty dependency and bump project version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
satran004 committed Nov 26, 2024
1 parent 616e8ea commit c708c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = com.bloxbean.cardano
artifactId = yaci
version = 0.3.4
version = 0.3.5-SNAPSHOT
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit c708c86

Please sign in to comment.