Skip to content

Commit

Permalink
Merge pull request #586 from ibi-group/feature/DT-389-pattern-name-up…
Browse files Browse the repository at this point in the history
…date

Pattern name bug fix
  • Loading branch information
miles-grant-ibigroup authored Jan 29, 2024
2 parents a36b3a6 + 56c6e75 commit cf8904d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
java-version: 19
distribution: 'temurin'
# Install node 14 for running e2e tests (and for maven-semantic-release).
# Install node 20 for running e2e tests (and for maven-semantic-release).
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<groupId>com.github.ibi-group</groupId>
<artifactId>gtfs-lib</artifactId>
<!-- Latest dev build on jitpack.io -->
<version>761456fdc66bc1b72fc860b5e5853b0f2904e009</version>
<version>a8a376c82b</version>
<!-- Exclusions added in order to silence SLF4J warnings about multiple bindings:
http://www.slf4j.org/codes.html#multiple_bindings
-->
Expand Down

0 comments on commit cf8904d

Please sign in to comment.