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 Jan 22, 2025
1 parent 71c7b13 commit 0c10791
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import org.codehaus.groovy.runtime.GStringImpl
buildscript {
ext {
gradleVersion = "8.12"
applitoolsAppiumVersion = "5.73.0"
applitoolsImagesVersion = "5.74.0"
applitoolsAppiumVersion = "5.74.1"
applitoolsImagesVersion = "5.75.1"
browserStackLocalVersion = "1.1.5"
fasterxmlJacksonVersion = "2.18.2"
atdVersion = "14.0.4" // ATD main branch
Expand All @@ -14,12 +14,12 @@ buildscript {
specmaticVersion = '1.3.39'
webDriverManagerVersion = '5.9.2'
jodaTimeVersion = "2.13.0"
masterThoughtVersion = "5.8.2"
masterThoughtVersion = "5.8.4"
commonsLang3Version = "3.17.0"
commonsRngSimpleVersion = "1.6"
aspectJVersion = "1.9.22.1"
assertJVersion = "3.27.0"
jetbrainsAnnotationsVersion = "26.0.1"
assertJVersion = "3.27.3"
jetbrainsAnnotationsVersion = "26.0.2"
junitVersion = "5.11.4"
snakeyamlVersion = "2.3"
jsonDiffVersion = "0.4.16"
Expand All @@ -33,7 +33,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.11"
id "io.freefair.aspectj.post-compile-weaving" version "8.12"
}

group = 'com.github.znsio'
Expand Down

0 comments on commit 0c10791

Please sign in to comment.