From 5f0083a30ab7cc8fd555bcd755311500fedcc026 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 11:42:51 +0000 Subject: [PATCH] Bump javaee-api from 7.0 to 8.0.1 Bumps [javaee-api](https://github.com/javaee/glassfish) from 7.0 to 8.0.1. - [Release notes](https://github.com/javaee/glassfish/releases) - [Commits](https://github.com/javaee/glassfish/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 73d0b16..6682898 100644 --- a/build.gradle +++ b/build.gradle @@ -97,7 +97,7 @@ dependencies { compile('com.zaxxer:HikariCP') compile('org.modelmapper:modelmapper:1.1.0') compile('javax.mail:javax.mail-api') - compile('javax:javaee-api:7.0') + compile('javax:javaee-api:8.0.1') compile('commons-io:commons-io:2.5') compile('org.eclipse.jgit:org.eclipse.jgit:4.8.0.201706111038-r') compile('org.springframework.boot:spring-boot-devtools')