Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9696

This commit is contained in:
amit2103 2018-10-21 00:09:45 +05:30
commit 0a59773850
3 changed files with 3 additions and 2 deletions

View File

@ -14,4 +14,5 @@
- [Initialize a HashMap in Java](https://www.baeldung.com/java-initialize-hashmap)
- [Get the Key for a Value from a Java Map](https://www.baeldung.com/java-map-key-from-value)
- [Sort a HashMap in Java](https://www.baeldung.com/java-hashmap-sort)
- [Finding the Highest Value in a Java Map](https://www.baeldung.com/java-find-map-max)
- [Finding the Highest Value in a Java Map](https://www.baeldung.com/java-find-map-max)
- [Merging Two Maps with Java 8](https://www.baeldung.com/java-merge-maps)

View File

@ -29,7 +29,7 @@
</dependencies>
<properties>
<spring.version>4.3.17.RELEASE</spring.version>
<spring.version>4.3.20.RELEASE</spring.version>
<junit.jupiter.version>5.0.2</junit.jupiter.version>
</properties>