diff options
author | Chris André <chris.andre@yoppworks.com> | 2020-07-15 16:20:45 -0400 |
---|---|---|
committer | Chris André <chris.andre@yoppworks.com> | 2020-07-15 16:20:45 -0400 |
commit | 0c325035e3368520073a4eae8732f82cc24d2418 (patch) | |
tree | 06b6bfea22fdae992729aac9066a0182f56415ec /sparkybe-onap-application | |
parent | 62a9584c65fed7847d6c49f32ee4a0c0e67a3638 (diff) |
Java 11 Migration
- Upgraded libraries to their latest Java-11 compliant versions
Issue-ID: AAI-3011
Signed-off-by: Chris Andre <chris.andre@yoppworks.com>
Change-Id: I66737adf78ecf017ceb0fe050698755884e19b42
Diffstat (limited to 'sparkybe-onap-application')
-rw-r--r-- | sparkybe-onap-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 485542f..9f179f9 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -229,7 +229,7 @@ <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> - <version>2.6.2</version> + <version>2.7.7</version> </dependency> <dependency> |