Skip to content

Commit ce691fe

Browse files
Update all java dependencies
1 parent e9025e4 commit ce691fe

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@ buildscript {
77
}
88

99
plugins {
10-
id "org.sonarqube" version "6.0.1.5171"
10+
id "org.sonarqube" version "6.1.0.5360"
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.11"
15+
id "io.freefair.aspectj.post-compile-weaving" version "8.13.1"
1616
}
1717

1818
group = "com.github.znsio"
1919
version = "1.0.12"
2020
def atdVersion = "14.0.4" // ATD main branch
21-
def applitoolsAppiumVersion = "5.75.0"
22-
def applitoolsImagesVersion = "5.76.0"
23-
def aspectJVersion = "1.9.22.1"
21+
def applitoolsAppiumVersion = "5.75.2"
22+
def applitoolsImagesVersion = "5.77.1"
23+
def aspectJVersion = "1.9.24"
2424
def assertJVersion = "3.27.3"
2525
def browserStackLocalVersion = "1.1.5"
2626
def commonsLang3Version = "3.17.0"
2727
def commonsRngSimpleVersion = "1.6"
28-
def fasterxmlJacksonVersion = "2.18.3"
28+
def fasterxmlJacksonVersion = "2.19.0"
2929
def gradleVersion = "8.13"
3030
def jadbVersion = "1.2.1"
3131
def jetbrainsAnnotationsVersion = "26.0.2"
32-
def jodaTimeVersion = "2.13.1"
32+
def jodaTimeVersion = "2.14.0"
3333
def jsonDiffVersion = "0.4.16"
34-
def junitVersion = "5.12.1"
35-
def masterThoughtVersion = "5.8.2"
36-
def pdfBoxVersion = "3.0.4"
37-
def seleniumVersion = "4.29.0"
34+
def junitVersion = "5.12.2"
35+
def masterThoughtVersion = "5.8.4"
36+
def pdfBoxVersion = "3.0.5"
37+
def seleniumVersion = "4.31.0"
3838
def snakeyamlVersion = "2.4"
3939
def specmaticVersion = "1.3.39"
4040
def unirestVersion = "3.14.5"
41-
def webDriverManagerVersion = "6.0.0"
41+
def webDriverManagerVersion = "6.1.0"
4242

4343
java {
4444
sourceCompatibility = JavaVersion.VERSION_17

0 commit comments

Comments
 (0)