Skip to content

Commit

Permalink
Merge 1b18127 into 74db638
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Mar 19, 2023
2 parents 74db638 + 1b18127 commit 3954bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ updates:
- dependencies
ignore:
- dependency-name: "com.graphhopper:graphhopper-reader-osm"
# See issue #510
- dependency-name: "com.github.jnr:jnr-ffi"
versions: [ "2.2.13" ]
- package-ecosystem: maven
# workaround for non-standard pom.xml filename (https://github.com/dependabot/dependabot-core/issues/4425)
directory: "/.github/planetiler-examples-dependabot"
Expand Down
2 changes: 1 addition & 1 deletion planetiler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.13</version>
<version>2.2.12</version>
</dependency>
<dependency>
<groupId>org.locationtech.jts</groupId>
Expand Down

0 comments on commit 3954bd4

Please sign in to comment.