Skip to content

Commit fcd537b

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 3ad19e9 commit fcd537b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ballerina/Ballerina.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "log"
4-
version = "2.8.0"
4+
version = "2.8.1"
55
authors = ["Ballerina"]
66
keywords = ["level", "format"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-log"
@@ -15,12 +15,12 @@ graalvmCompatible = true
1515
[[platform.java11.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "log-native"
18-
version = "2.8.0"
19-
path = "../native/build/libs/log-native-2.8.0.jar"
18+
version = "2.8.1"
19+
path = "../native/build/libs/log-native-2.8.1-SNAPSHOT.jar"
2020

2121
[[platform.java11.dependency]]
2222
groupId = "io.ballerina.stdlib"
2323
artifactId = "log-test-utils"
24-
version = "2.8.0"
25-
path = "../test-utils/build/libs/log-test-utils-2.8.0.jar"
24+
version = "2.8.1"
25+
path = "../test-utils/build/libs/log-test-utils-2.8.1-SNAPSHOT.jar"
2626
scope = "testOnly"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "log-compiler-plugin"
33
class = "io.ballerina.stdlib.log.plugin.LogCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.8.0.jar"
6+
path = "../compiler-plugin/build/libs/log-compiler-plugin-2.8.1-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ modules = [
5050
[[package]]
5151
org = "ballerina"
5252
name = "log"
53-
version = "2.8.0"
53+
version = "2.8.1"
5454
dependencies = [
5555
{org = "ballerina", name = "io"},
5656
{org = "ballerina", name = "jballerina.java"},

0 commit comments

Comments
 (0)