Skip to content

Commit

Permalink
Merge pull request #1001 from ballerina-platform/lnash94-patch-1
Browse files Browse the repository at this point in the history
[master] Update http version
  • Loading branch information
lnash94 authored Nov 7, 2024
2 parents 313abb1 + 39b67e9 commit f08e4b9
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 = ["service", "client", "messaging", "network", "pubsub"]
repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq"
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,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=3.1.1-SNAPSHOT
ballerinaLangVersion=2201.10.0
version=3.2.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241008-112400-81975006

amqpClientVersion=5.18.0
puppycrawlCheckstyleVersion=10.12.1
Expand Down Expand Up @@ -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 f08e4b9

Please sign in to comment.