Skip to content

Commit

Permalink
updated github actions and depenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbagmar committed May 18, 2024
1 parent 7b62707 commit 59fa5bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import java.text.SimpleDateFormat
buildscript {
ext {
gradleVersion = '8.7'
junitVersion = '5.10.2'
applitoolsVersion = '5.66.7'
applitoolsImagesVersion = '5.68.1'
junitVersion = '5.11.0-M2'
applitoolsVersion = '5.68.5'
applitoolsImagesVersion = '5.68.4'
pdfBoxVersion = '3.0.2'
cucumberJVMVersion = '7.16.1'
assertJVersion = "3.25.3"
Expand Down

0 comments on commit 59fa5bf

Please sign in to comment.