Skip to content

Commit

Permalink
Merge pull request #1214 from ballerina-platform/lnash94-patch-1
Browse files Browse the repository at this point in the history
[master]Update with http version
  • Loading branch information
lnash94 authored Nov 7, 2024
2 parents 3ef4663 + d540a81 commit fe8f2f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["kafka", "event streaming", "network", "messaging"]
repository = "https://github.com/ballerina-platform/module-ballerinax-kafka"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.10.0"
distribution = "2201.11.0"

[platform.java17]
graalvmCompatible = true
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ subprojects {
ballerinaStdLibs "io.ballerina.stdlib:constraint-ballerina:${stdlibConstraintVersion}"
ballerinaStdLibs "io.ballerina.stdlib:observe-ballerina:${observeVersion}"
ballerinaStdLibs "io.ballerina:observe-ballerina:${observeInternalVersion}"
ballerinaStdLibs "io.ballerina.lib:data.jsondata-ballerina:${stdlibDataJsonDataVersion}"
}
}
def moduleVersion = project.version.replace("-SNAPSHOT", "")
Expand Down
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=4.2.1-SNAPSHOT
version=4.3.0-SNAPSHOT
kafkaVersion=3.5.1
ballerinaLangVersion=2201.10.0
ballerinaLangVersion=2201.11.0-20241008-112400-81975006
ballerinaGradlePluginVersion=2.0.1

puppycrawlCheckstyleVersion=10.12.1
Expand All @@ -29,10 +29,11 @@ stdlibMimeVersion=2.10.0
stdlibUuidVersion=1.8.0

stdlibAuthVersion=2.12.0
stdlibDataJsonDataVersion=0.3.0-20241105-101100-661d11f
stdlibJwtVersion=2.13.0
stdlibOAuth2Version=2.12.0

stdlibHttpVersion=2.12.0
stdlibHttpVersion=2.13.0-20241106-120000-d375c3b

stdlibTransactionVersion=1.10.0

Expand Down

0 comments on commit fe8f2f4

Please sign in to comment.