Bump junit-jupiter-api from 5.8.1 to 5.8.2 in /flatmap-examples (#32)

pull/33/head
dependabot[bot] 2021-12-14 16:31:31 -05:00 zatwierdzone przez GitHub
rodzic 83deadf1fa
commit d68e42469e
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>
<flatmap.version>0.1-SNAPSHOT</flatmap.version>
<junit.version>5.8.1</junit.version>
<junit.version>5.8.2</junit.version>
<!-- Replace this with the main class for the profile you add -->
<mainClass>com.onthegomap.flatmap.examples.BikeRouteOverlay</mainClass>
</properties>