Skip to content

Commit

Permalink
Merge pull request #1301 from ballerina-platform/release-1.12.1
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.12.1 release
  • Loading branch information
TharmiganK authored Feb 13, 2025
2 parents a55d8f3 + 8d590ff commit 10b6fba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "udp"
version = "1.12.0"
version = "1.12.1"
authors = ["Ballerina"]
keywords = ["UDP", "datagram", "transport"]
repository = "/~https://github.com/ballerina-platform/module-ballerina-udp"
Expand All @@ -15,39 +15,39 @@ graalvmCompatible = true
[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "udp-native"
version = "1.12.0"
path = "../native/build/libs/udp-native-1.12.0.jar"
version = "1.12.1"
path = "../native/build/libs/udp-native-1.12.1.jar"

[[platform.java21.dependency]]
path = "../test-utils/build/libs/udp-test-utils-1.12.0.jar"
path = "../test-utils/build/libs/udp-test-utils-1.12.1.jar"
scope = "testOnly"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-handler"
version = "4.1.115.Final"
path = "./lib/netty-handler-4.1.115.Final.jar"
version = "4.1.118.Final"
path = "./lib/netty-handler-4.1.118.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-buffer"
version = "4.1.115.Final"
path = "./lib/netty-buffer-4.1.115.Final.jar"
version = "4.1.118.Final"
path = "./lib/netty-buffer-4.1.118.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-transport"
version = "4.1.115.Final"
path = "./lib/netty-transport-4.1.115.Final.jar"
version = "4.1.118.Final"
path = "./lib/netty-transport-4.1.118.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-common"
version = "4.1.115.Final"
path = "./lib/netty-common-4.1.115.Final.jar"
version = "4.1.118.Final"
path = "./lib/netty-common-4.1.118.Final.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
artifactId = "netty-resolver"
version = "4.1.115.Final"
path = "./lib/netty-resolver-4.1.115.Final.jar"
version = "4.1.118.Final"
path = "./lib/netty-resolver-4.1.118.Final.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "udp-plugin"
class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.0.jar"
path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.1.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ modules = [
[[package]]
org = "ballerina"
name = "udp"
version = "1.12.0"
version = "1.12.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina UDP package thr

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.12.1] - 2025-02-11

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.12.1-SNAPSHOT
version=1.12.2-SNAPSHOT
ballerinaLangVersion=2201.11.0

puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit 10b6fba

Please sign in to comment.