jdbc-named-parameters
jdbc-named-parameters copied to clipboard
Update dependencies
- JUnit 5 instead of 4
- Tests use new JUnit 5 API
- Remove dependency on Hamcrest, assertEquals() is basically the same as assertThat(..., is(...))
- Update build plugin versions
- Sets compiler source & target to version 1.6 as there is code that will not work on earlier versions of Java