Skip to content

Commit 92555bc

Browse files
authored
Merge pull request #10 from Shahnawaz-Sk/main
version fix
2 parents c2440ca + 7d782e3 commit 92555bc

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

build.gradle

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'io.github.lambdatest'
9-
version = '1.0.2'
9+
version = '1.0.4'
1010
description = 'lambdatest-java-sdk'
1111

1212
repositories {
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
1919
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'
2121
implementation 'com.google.code.gson:gson:2.10.1'
2222
implementation 'io.netty:netty-transport-native-epoll:4.1.104.Final'
2323
implementation 'io.netty:netty-transport-native-kqueue:4.1.104.Final'
@@ -77,7 +77,7 @@ afterEvaluate {
7777
mavenJava(MavenPublication) {
7878
groupId = 'io.github.lambdatest'
7979
artifactId = 'lambdatest-java-sdk'
80-
version = '1.0.1'
80+
version = '1.0.4'
8181

8282
pom {
8383
name.set('LambdaTest Java SDK')
@@ -108,15 +108,4 @@ afterEvaluate {
108108
}
109109
}
110110
}
111-
}
112-
113-
114-
115-
116-
117-
118-
119-
120-
121-
122-
111+
}

0 commit comments

Comments
 (0)