Skip to content

Commit e1a92a2

Browse files
Update all java dependencies
1 parent 71c7b13 commit e1a92a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.gradle

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ import org.codehaus.groovy.runtime.GStringImpl
44
buildscript {
55
ext {
66
gradleVersion = "8.12"
7-
applitoolsAppiumVersion = "5.73.0"
8-
applitoolsImagesVersion = "5.74.0"
7+
applitoolsAppiumVersion = "5.74.3"
8+
applitoolsImagesVersion = "5.75.3"
99
browserStackLocalVersion = "1.1.5"
1010
fasterxmlJacksonVersion = "2.18.2"
1111
atdVersion = "14.0.4" // ATD main branch
1212
jadbVersion = "1.2.1"
1313
unirestVersion = "3.14.5"
1414
specmaticVersion = '1.3.39'
15-
webDriverManagerVersion = '5.9.2'
16-
jodaTimeVersion = "2.13.0"
17-
masterThoughtVersion = "5.8.2"
15+
webDriverManagerVersion = '5.9.3'
16+
jodaTimeVersion = "2.13.1"
17+
masterThoughtVersion = "5.8.4"
1818
commonsLang3Version = "3.17.0"
1919
commonsRngSimpleVersion = "1.6"
2020
aspectJVersion = "1.9.22.1"
21-
assertJVersion = "3.27.0"
22-
jetbrainsAnnotationsVersion = "26.0.1"
23-
junitVersion = "5.11.4"
24-
snakeyamlVersion = "2.3"
21+
assertJVersion = "3.27.3"
22+
jetbrainsAnnotationsVersion = "26.0.2"
23+
junitVersion = "5.12.0"
24+
snakeyamlVersion = "2.4"
2525
jsonDiffVersion = "0.4.16"
26-
pdfBoxVersion = '3.0.3'
26+
pdfBoxVersion = '3.0.4'
2727
}
2828
}
2929

@@ -33,7 +33,7 @@ plugins {
3333
id "idea"
3434
id "com.github.johnrengelman.shadow" version '8.1.1'
3535
id "maven-publish"
36-
id "io.freefair.aspectj.post-compile-weaving" version "8.11"
36+
id "io.freefair.aspectj.post-compile-weaving" version "8.12.1"
3737
}
3838

3939
group = 'com.github.znsio'

0 commit comments

Comments
 (0)