File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = ' io.github.lambdatest'
9
- version = ' 1.0.2 '
9
+ version = ' 1.0.4 '
10
10
description = ' lambdatest-java-sdk'
11
11
12
12
repositories {
@@ -17,7 +17,7 @@ repositories {
17
17
dependencies {
18
18
implementation ' org.apache.httpcomponents:httpclient:4.5.13'
19
19
implementation ' org.json:json:20231013'
20
- implementation ' org.seleniumhq.selenium:selenium-java:4.1.2 '
20
+ implementation ' org.seleniumhq.selenium:selenium-java:4.14.0 '
21
21
implementation ' com.google.code.gson:gson:2.10.1'
22
22
implementation ' io.netty:netty-transport-native-epoll:4.1.104.Final'
23
23
implementation ' io.netty:netty-transport-native-kqueue:4.1.104.Final'
@@ -77,7 +77,7 @@ afterEvaluate {
77
77
mavenJava(MavenPublication ) {
78
78
groupId = ' io.github.lambdatest'
79
79
artifactId = ' lambdatest-java-sdk'
80
- version = ' 1.0.1 '
80
+ version = ' 1.0.4 '
81
81
82
82
pom {
83
83
name. set(' LambdaTest Java SDK' )
@@ -108,15 +108,4 @@ afterEvaluate {
108
108
}
109
109
}
110
110
}
111
- }
112
-
113
-
114
-
115
-
116
-
117
-
118
-
119
-
120
-
121
-
122
-
111
+ }
You can’t perform that action at this time.
0 commit comments