Skip to content

Commit c96a4dd

Browse files
fix(deps): update dependency org.agrona:agrona to v1.23.0
1 parent 704421f commit c96a4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ val DEPENDENCIES = listOf(
6767
"org.jctools:jctools-core:4.0.5",
6868
"tools.profiler:async-profiler:3.0",
6969
"com.blogspot.mydailyjava:weak-lock-free:0.18",
70-
"org.agrona:agrona:1.22.0"
70+
"org.agrona:agrona:1.23.0"
7171
)
7272

7373
javaPlatform {

0 commit comments

Comments
 (0)