11[package ]
22org = " ballerina"
33name = " udp"
4- version = " 1.10.0 "
4+ version = " 1.10.1 "
55authors = [" Ballerina" ]
66keywords = [" UDP" , " datagram" , " transport" ]
77repository = " https://github.com/ballerina-platform/module-ballerina-udp"
@@ -15,39 +15,39 @@ graalvmCompatible = true
1515[[platform .java17 .dependency ]]
1616groupId = " io.ballerina.stdlib"
1717artifactId = " udp-native"
18- version = " 1.10.0 "
19- path = " ../native/build/libs/udp-native-1.10.0 .jar"
18+ version = " 1.10.1 "
19+ path = " ../native/build/libs/udp-native-1.10.1-SNAPSHOT .jar"
2020
2121[[platform .java17 .dependency ]]
22- path = " ../test-utils/build/libs/udp-test-utils-1.10.0 .jar"
22+ path = " ../test-utils/build/libs/udp-test-utils-1.10.1-SNAPSHOT .jar"
2323scope = " testOnly"
2424
2525[[platform .java17 .dependency ]]
2626groupId = " io.netty"
2727artifactId = " netty-handler"
28- version = " 4.1.108 .Final"
29- path = " ./lib/netty-handler-4.1.108 .Final.jar"
28+ version = " 4.1.115 .Final"
29+ path = " ./lib/netty-handler-4.1.115 .Final.jar"
3030
3131[[platform .java17 .dependency ]]
3232groupId = " io.netty"
3333artifactId = " netty-buffer"
34- version = " 4.1.108 .Final"
35- path = " ./lib/netty-buffer-4.1.108 .Final.jar"
34+ version = " 4.1.115 .Final"
35+ path = " ./lib/netty-buffer-4.1.115 .Final.jar"
3636
3737[[platform .java17 .dependency ]]
3838groupId = " io.netty"
3939artifactId = " netty-transport"
40- version = " 4.1.108 .Final"
41- path = " ./lib/netty-transport-4.1.108 .Final.jar"
40+ version = " 4.1.115 .Final"
41+ path = " ./lib/netty-transport-4.1.115 .Final.jar"
4242
4343[[platform .java17 .dependency ]]
4444groupId = " io.netty"
4545artifactId = " netty-common"
46- version = " 4.1.108 .Final"
47- path = " ./lib/netty-common-4.1.108 .Final.jar"
46+ version = " 4.1.115 .Final"
47+ path = " ./lib/netty-common-4.1.115 .Final.jar"
4848
4949[[platform .java17 .dependency ]]
5050groupId = " io.netty"
5151artifactId = " netty-resolver"
52- version = " 4.1.108 .Final"
53- path = " ./lib/netty-resolver-4.1.108 .Final.jar"
52+ version = " 4.1.115 .Final"
53+ path = " ./lib/netty-resolver-4.1.115 .Final.jar"
0 commit comments