Skip to content

Commit

Permalink
🆙 update gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
nilwurtz committed Oct 7, 2024
1 parent aafe522 commit 50d4d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: getgauge/setup-gauge@master
with:
gauge-version: '1.5.0'
gauge-version: '1.6.9'
gauge-plugins: java, html-report

- name: Run unit test and install
Expand Down
2 changes: 1 addition & 1 deletion e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<kotlin.version>1.9.10</kotlin.version>
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
<gauge.java.version>0.10.2</gauge.java.version>
<gauge.maven.version>1.5.0</gauge.maven.version>
<gauge.maven.version>1.6.9</gauge.maven.version>
<wiremock.version>3.0.3</wiremock.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down

0 comments on commit 50d4d21

Please sign in to comment.