Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/central-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'rootfs'
scan-ref: '/github/workspace/ballerina/lib'
scan-ref: "${{ github.workspace }}/ballerina/lib"
format: 'table'
timeout: '10m0s'
exit-code: '1'
Expand Down
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
org = "ballerina"
name = "observe"
version = "1.6.0"
distribution = "2201.12.0"
version = "1.7.0"
distribution = "2201.13.0"

[[package.modules]]
name = "observe.mockextension"
Expand All @@ -13,7 +13,7 @@ export = true
graalvmCompatible = true

[[platform.java21.dependency]]
path = "../native/build/libs/observe-native-1.6.0.jar"
path = "../native/build/libs/observe-native-1.7.0-SNAPSHOT.jar"
groupId = "ballerina"
artifactId = "observe"

Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.12.0"
distribution-version = "2201.13.0"

[[package]]
org = "ballerina"
Expand All @@ -18,7 +18,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.6.0"
version = "1.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerina"
name = "observe"
version = "@toml.version@"
distribution = "2201.12.0"
distribution = "2201.13.0"

[[package.modules]]
name = "observe.mockextension"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

org.gradle.caching=true
group=io.ballerina.stdlib
version=1.6.1-SNAPSHOT
ballerinaLangVersion=2201.13.0-20251016-073200-0d348172
version=1.7.0-SNAPSHOT
ballerinaLangVersion=2201.13.0

spotbugsPluginVersion=6.0.18
shadowJarPluginVersion=8.1.1
Expand Down