Skip to content

Commit

Permalink
Update all java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 2aa95d9 commit 2128bcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ buildscript {
gradleVersion = "8.10"
applitoolsAppiumVersion = "5.68.3"
browserStackLocalVersion = "1.1.4"
fasterxmlJacksonVersion = "2.17.2"
fasterxmlJacksonVersion = "2.18.0"
atdVersion = "b313941325" // ATD main branch
jadbVersion = "1.2.1"
unirestVersion = "3.14.5"
specmaticVersion = '1.3.39'
webDriverManager = '5.9.2'
jodaTimeVersion = "2.12.7"
jodaTimeVersion = "2.13.0"
masterThoughtVersion = "5.8.2"
commonsLang3Version = "3.17.0"
commonsRngSimpleVersion = "1.6"
aspectJVersion = "1.9.22.1"
assertJVersion = "3.26.3"
jetbrainsAnnotationsVersion = "24.1.0"
junitVersion = "5.11.0"
junitVersion = "5.11.2"
}
}

Expand All @@ -30,7 +30,7 @@ plugins {
id "idea"
id "com.github.johnrengelman.shadow" version '8.1.1'
id "maven-publish"
id "io.freefair.aspectj.post-compile-weaving" version "8.10"
id "io.freefair.aspectj.post-compile-weaving" version "8.10.2"
}

group = 'com.github.znsio'
Expand Down

0 comments on commit 2128bcf

Please sign in to comment.