Skip to content

Commit

Permalink
updated node and gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed Aug 26, 2024
1 parent 166830c commit d52d358
Show file tree
Hide file tree
Showing 3 changed files with 1,842 additions and 125 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import java.text.SimpleDateFormat
buildscript {
ext {
gradleVersion = "8.10"
applitoolsAppiumVersion = "5.68.1"
applitoolsAppiumVersion = "5.68.2"
browserStackLocalVersion = "1.1.4"
fasterxmlJacksonVersion = "2.17.2"
atdVersion = "b313941325" // ATD main branch
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.7.1"
id "io.freefair.aspectj.post-compile-weaving" version "8.10"
}

group = 'com.github.znsio'
Expand Down
Loading

0 comments on commit d52d358

Please sign in to comment.