diff --git a/CHANGELOG.md b/CHANGELOG.md index 701fc23..6bfec5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.10.0](https://github.com/Silthus/ebean-wrapper/compare/v2.9.1...v2.10.0) (2021-10-04) + + +### Features + +* upgrade to jdk 16 - minecraft 1.17 support ([dcaa48e](https://github.com/Silthus/ebean-wrapper/commit/dcaa48e8b3c16d27fb111cf106d56bfbec4aed7d)) + ## [2.9.1](https://github.com/Silthus/ebean-wrapper/compare/v2.9.0...v2.9.1) (2021-01-16) diff --git a/README.md b/README.md index 4eee458..21616a2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ repositories { } dependencies { - implementation group: "net.silthus", name: "ebean-wrapper", version: "2.9.1" + implementation group: "net.silthus", name: "ebean-wrapper", version: "2.10.0" } ``` @@ -43,7 +43,7 @@ dependencies { net.silthus ebean-wrapper - 2.9.1 + 2.10.0 ... @@ -138,10 +138,10 @@ For this to work you will also need to test depend on all of the different drive Add the following test dependencies for it to work. ```groovy - testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.9.1' - testImplementation group: 'com.h2database', name: 'h2', version: '2.9.100' - testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.9.1' - testImplementation group: 'mysql', name: 'mysql-connector-java', version: '2.9.12' + testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.10.0' + testImplementation group: 'com.h2database', name: 'h2', version: '2.10.000' + testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.10.0' + testImplementation group: 'mysql', name: 'mysql-connector-java', version: '2.10.02' testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.2' testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18' ``` diff --git a/gradle.properties b/gradle.properties index 2c8853c..ab21646 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ pluginName = ebean-wrapper author = Silthus mcVersion = 1.16.4 apiVersion = 1.15 -version = 2.9.1 +version = 2.10.0