Repository: cayenne Updated Branches: refs/heads/master 98dc75f5d -> 514ae7ff5
Fix build on Java 11 Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/514ae7ff Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/514ae7ff Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/514ae7ff Branch: refs/heads/master Commit: 514ae7ff502e7fa7ea15d0195e463b2d62c96d65 Parents: 98dc75f Author: Nikita Timofeev <[email protected]> Authored: Thu Jul 12 18:36:46 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Thu Jul 12 18:36:46 2018 +0300 ---------------------------------------------------------------------- cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/514ae7ff/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties b/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties index 605e655..29c9812 100644 --- a/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties +++ b/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists http://git-wip-us.apache.org/repos/asf/cayenne/blob/514ae7ff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4e83b63..2c76e9b 100644 --- a/pom.xml +++ b/pom.xml @@ -443,7 +443,7 @@ <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> - <version>10.12.1.1</version> + <version>10.14.2.0</version> <scope>test</scope> </dependency> <dependency>
