@@ -7,38 +7,38 @@ buildscript {
7
7
}
8
8
9
9
plugins {
10
- id " org.sonarqube" version " 6.0.1.5171 "
10
+ id " org.sonarqube" version " 6.1.0.5360 "
11
11
id " java"
12
12
id " idea"
13
13
id " com.github.johnrengelman.shadow" version ' 8.1.1'
14
14
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 "
16
16
}
17
17
18
18
group = " com.github.znsio"
19
19
version = " 1.0.12"
20
20
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 "
24
24
def assertJVersion = " 3.27.3"
25
25
def browserStackLocalVersion = " 1.1.5"
26
26
def commonsLang3Version = " 3.17.0"
27
27
def commonsRngSimpleVersion = " 1.6"
28
- def fasterxmlJacksonVersion = " 2.18.3 "
28
+ def fasterxmlJacksonVersion = " 2.19.0 "
29
29
def gradleVersion = " 8.13"
30
30
def jadbVersion = " 1.2.1"
31
31
def jetbrainsAnnotationsVersion = " 26.0.2"
32
- def jodaTimeVersion = " 2.13.1 "
32
+ def jodaTimeVersion = " 2.14.0 "
33
33
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"
38
38
def snakeyamlVersion = " 2.4"
39
39
def specmaticVersion = " 1.3.39"
40
40
def unirestVersion = " 3.14.5"
41
- def webDriverManagerVersion = " 6.0 .0"
41
+ def webDriverManagerVersion = " 6.1 .0"
42
42
43
43
java {
44
44
sourceCompatibility = JavaVersion . VERSION_17
0 commit comments