Bump junit-jupiter-api in /.github/planetiler-examples-dependabot (#307)

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.0)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/308/head
dependabot[bot] 2022-07-27 05:38:19 -04:00 zatwierdzone przez GitHub
rodzic 621a8ed759
commit 9be2e7c69a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<planetiler.version>0.5-SNAPSHOT</planetiler.version>
<junit.version>5.8.2</junit.version>
<junit.version>5.9.0</junit.version>
<!-- Replace this with the main class for the profile you add -->
<mainClass>com.onthegomap.planetiler.examples.BikeRouteOverlay</mainClass>
</properties>