Skip to content

Commit 5ff55aa

Browse files
Update all java dependencies
1 parent 02eedab commit 5ff55aa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ buildscript {
77
}
88

99
plugins {
10-
id "org.sonarqube" version "6.2.0.5505"
10+
id "org.sonarqube" version "7.0.1.6134"
1111
id "java"
1212
id "idea"
1313
id "com.github.johnrengelman.shadow" version '8.1.1'
1414
id "maven-publish"
15-
id "io.freefair.aspectj.post-compile-weaving" version "8.14"
15+
id "io.freefair.aspectj.post-compile-weaving" version "9.0.0"
1616
}
1717

1818
def teswizVersion = "1.0.14"
@@ -217,8 +217,8 @@ dependencies {
217217
implementation 'com.jayway.jsonpath:json-path:2.9.0'
218218
// TODO - migrate to restassured
219219
implementation "com.konghq:unirest-java:3.14.5"
220-
implementation "com.squareup.okhttp3:okhttp:4.12.0"
221-
implementation "io.appium:java-client:9.4.0"
220+
implementation "com.squareup.okhttp3:okhttp:5.3.0"
221+
implementation "io.appium:java-client:10.0.0"
222222
implementation 'io.cucumber:cucumber-java:7.23.0'
223223
implementation 'io.cucumber:cucumber-testng:7.23.0'
224224
implementation "io.github.bonigarcia:webdrivermanager:6.1.0"
@@ -231,7 +231,7 @@ dependencies {
231231
implementation "org.assertj:assertj-core:3.27.3"
232232
implementation "org.aspectj:aspectjrt:$aspectJVersion"
233233
implementation "org.jetbrains:annotations:26.0.2"
234-
testImplementation "org.junit.jupiter:junit-jupiter:5.13.1"
234+
testImplementation "org.junit.jupiter:junit-jupiter:6.0.0"
235235
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
236236
implementation "org.seleniumhq.selenium:selenium-java:4.33.0"
237237
implementation "org.yaml:snakeyaml:2.4"

0 commit comments

Comments
 (0)