Skip to content

Commit

Permalink
Merge pull request #531 from ibi-group/update-gtfs-lib-april2023
Browse files Browse the repository at this point in the history
Bump GTFS lib version (Dev)
  • Loading branch information
philip-cline authored Apr 26, 2023
2 parents f1167b7 + 90e20d1 commit d61c757
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 @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 19
distribution: 'oracle'
distribution: 'temurin'
# Install node 14 for running e2e tests (and for maven-semantic-release).
- name: Use Node.js 18.x
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<groupId>com.github.conveyal</groupId>
<artifactId>gtfs-lib</artifactId>
<!-- Latest dev build on jitpack.io -->
<version>4fcf36e</version>
<version>bdb76ee</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 d61c757

Please sign in to comment.