Fix madvise bug (#523)

pull/524/head
Michael Barry 2023-03-19 14:01:54 -04:00 zatwierdzone przez GitHub
rodzic 97231d18ef
commit b5d6aa7737
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -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>