Skip to content

Commit

Permalink
Merge branch 'electronSupport' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MedhaGupta-Ril authored Nov 30, 2023
2 parents ba8afec + 08aafb2 commit 23b29aa
Show file tree
Hide file tree
Showing 9 changed files with 742 additions and 8,213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build_And_Run_Unit_Tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@9bca466e2722baf9e77b4f929bbe0af18848791f
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6
with:
arguments: build --refresh-dependencies
- name: Get Latest Commit ID and save in GITHUB_ENV
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ buildscript {
gradleVersion = "8.4"
assertJVersion = "3.24.2"
atdVersion = "14.0.1"
applitoolsAppiumVersion = "5.64.10"
applitoolsAppiumVersion = "5.65.0"
seleniumVersion = "4.13.0"
commonsLang3Version = "3.13.0"
commonsLang3Version = "3.14.0"
commonsRngSimpleVersion = "1.5"
unirestVersion = "3.14.5"
jadbVersion = "1.2.1"
Expand All @@ -19,7 +19,7 @@ buildscript {
browserStackLocalVersion = "1.1.0"
jetbrainsAnnotationsVersion = "24.1.0"
aspectJVersion = "1.9.20.1"
specmaticVersion = '0.81.2'
specmaticVersion = '1.0.2'
}
}

Expand All @@ -33,7 +33,7 @@ plugins {
}

group = 'com.github.znsio'
version '0.0.89'
version '0.0.90'

repositories {
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.sample
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.text.SimpleDateFormat
buildscript {
ext {
gradleVersion = '8.3'
teswizVersion = '0.0.89'
teswizVersion = '0.0.90'
}
repositories {
mavenLocal()
Expand Down
Loading

0 comments on commit 23b29aa

Please sign in to comment.