Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-9696
This commit is contained in:
commit
0a59773850
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue