Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedSabthar authored Oct 18, 2023
2 parents 41c656d + 3ec6dbc commit f7496bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2023-39017
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "task-native"
version = "2.5.0"
path = "../native/build/libs/task-native-2.5.0-SNAPSHOT.jar"
path = "../native/build/libs/task-native-2.5.0.jar"

[[platform.java17.dependency]]
path = "./lib/quartz-2.4.0-rc1.jar"
path = "./lib/quartz-2.3.2.jar"
2 changes: 1 addition & 1 deletion 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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
8 changes: 4 additions & 4 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=2.5.0-SNAPSHOT
version=2.5.1-SNAPSHOT

ballerinaLangVersion=2201.8.0-20230830-220400-8a7556d8
ballerinaLangVersion=2201.8.0
axiomVersion=1.2.22
puppycrawlCheckstyleVersion=10.12.0
ballerinaGradlePluginVersion=2.0.1
Expand All @@ -11,7 +11,7 @@ githubJohnrengelmanShadowVersion=7.1.2
underCouchDownloadVersion=5.4.0
researchgateReleaseVersion=2.8.0

quartzVersion=2.4.0-rc1
quartzVersion=2.3.2

#stdlib dependencies
stdlibTimeVersion=2.4.0-20230831-134800-62143cd
stdlibTimeVersion=2.4.0

0 comments on commit f7496bd

Please sign in to comment.