File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 36
36
./gradlew build
37
37
38
38
- name : Ballerina Build
39
- uses : ballerina-platform/ballerina-action/@2201.2 .1
39
+ uses : ballerina-platform/ballerina-action/@2201.4 .1
40
40
with :
41
41
args :
42
42
pack mongodb
46
46
47
47
- name : Push to Staging
48
48
if : github.event.inputs.bal_central_environment == 'STAGE'
49
- uses : ballerina-platform/ballerina-action/@2201.2 .1
49
+ uses : ballerina-platform/ballerina-action/@2201.4 .1
50
50
with :
51
51
args :
52
52
push
57
57
58
58
- name : Push to Dev
59
59
if : github.event.inputs.bal_central_environment == 'DEV'
60
- uses : ballerina-platform/ballerina-action/@2201.2 .1
60
+ uses : ballerina-platform/ballerina-action/@2201.4 .1
61
61
with :
62
62
args :
63
63
push
Original file line number Diff line number Diff line change 28
28
./gradlew build
29
29
30
30
- name : Ballerina Build
31
- uses : ballerina-platform/ballerina-action/@2201.2 .1
31
+ uses : ballerina-platform/ballerina-action/@2201.4 .1
32
32
with :
33
33
args :
34
34
pack mongodb
37
37
JAVA_OPTS : -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
38
38
39
39
- name : Ballerina Push
40
- uses : ballerina-platform/ballerina-action/@2201.2 .1
40
+ uses : ballerina-platform/ballerina-action/@2201.4 .1
41
41
with :
42
42
args :
43
43
push
Original file line number Diff line number Diff line change 1
1
group =org.ballerinalang.mongodb
2
- version =4.0 .0
3
- ballerinaLangVersion =2201.3.0-rc1
2
+ version =4.1 .0
3
+ ballerinaLangVersion =2201.4.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
- distribution = " 2201.3.0 "
2
+ distribution = " 2201.4.1 "
3
3
org = " ballerinax"
4
4
name = " mongodb"
5
- version = " 4.0 .0"
5
+ version = " 4.1 .0"
6
6
license = [" Apache-2.0" ]
7
7
authors = [" Ballerina" ]
8
8
keywords = [" IT Operations/Databases" , " Cost/Freemium" ]
9
9
icon = " icon.png"
10
10
repository = " https://github.com/ballerina-platform/module-ballerinax-mongodb"
11
11
12
12
[[platform .java11 .dependency ]]
13
- path = " ../mongodb-native/build/libs/mongodb-native-4.0 .0.jar"
13
+ path = " ../mongodb-native/build/libs/mongodb-native-4.1 .0.jar"
14
14
groupId = " org.ballerinalang"
15
15
artifactId = " mongodb-native"
16
- version = " 4.0 .0"
16
+ version = " 4.1 .0"
17
17
18
18
[[platform .java11 .dependency ]]
19
19
groupId = " com.fasterxml.jackson.core"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The MongoDB connector allows you to connect to a MongoDB database from Ballerina
10
10
11
11
| | Version |
12
12
| ---------------------------| -----------------------------|
13
- | Ballerina Language | Swan Lake 2201.3.0 |
13
+ | Ballerina Language | Swan Lake 2201.4.1 |
14
14
| Mongo DB | 4.2.0 |
15
15
16
16
## Report issues
Original file line number Diff line number Diff line change 2
2
3
3
| Ballerina Language Version | MongoDB Version |
4
4
| ----------------------------| ----------------|
5
- | 2201.3.0 | 4.2.0 |
5
+ | 2201.4.1 | 4.2.0 |
6
6
7
7
## Running tests using Docker image of MongoDB
8
8
You can’t perform that action at this time.
0 commit comments