Skip to content

Commit

Permalink
Bump to the Next Minor Version and Update the Distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 11, 2023
1 parent 6042381 commit 65a18ec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 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 = ["websub", "subscriber", "service", "listener"]
repository = "https://github.com/ballerina-platform/module-ballerina-websub"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
42 changes: 21 additions & 21 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.9.1-SNAPSHOT
version=2.10.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
puppycrawlCheckstyleVersion=10.12.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1-SNAPSHOT
ballerinaGradlePluginVersion=2.0.1
gsonVersion=2.8.8

# Direct Dependencies
stdlibIoVersion=1.5.0
stdlibRandomVersion=1.4.0
stdlibTimeVersion=2.3.0
stdlibUrlVersion=2.3.0
stdlibCryptoVersion=2.4.0
stdlibLogVersion=2.8.1-20230718-085900-36c385c
stdlibMimeVersion=2.8.0
stdlibUuidVersion=1.6.0
stdlibHttpVersion=2.10.0-20230810-091800-926fe3e
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibRandomVersion=1.5.0-20230810-145700-9dcd729
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
stdlibUrlVersion=2.4.0-20230810-111000-683c6e4
stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
stdlibMimeVersion=2.9.0-20230810-183500-af95101
stdlibUuidVersion=1.7.0-20230811-093200-dc65fdd
stdlibHttpVersion=2.10.0-20230811-144100-cac5d57

# Transitive Dependencies

# Level 01
stdlibConstraintVersion=1.3.0
stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1

# Level 02
stdlibOsVersion=1.7.0
stdlibTaskVersion=2.4.0
stdlibOsVersion=1.8.0-20230810-161400-624a2aa
stdlibTaskVersion=2.5.0-20230810-145800-b191831

# Level 03
stdlibCacheVersion=3.6.0
stdlibFileVersion=1.8.0
stdlibCacheVersion=3.7.0-20230811-093200-b83e72c
stdlibFileVersion=1.9.0-20230811-093200-875a787

# Level 03
stdlibAuthVersion=2.9.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0
stdlibAuthVersion=2.10.0-20230811-110600-2428623
stdlibJwtVersion=2.10.0-20230811-114700-d48ab2f
stdlibOAuth2Version=2.10.0-20230811-111300-5550652

# Ballerinax Observe
observeVersion=1.1.0
observeInternalVersion=1.1.0
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751

0 comments on commit 65a18ec

Please sign in to comment.