Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jun 15, 2020
1 parent 740982e commit 27737b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -35,12 +35,12 @@ public class TangramVersions {
String logback = '1.2.3'
String yui = '2.4.8'
String mockito = '3.3.3'
String xstream = '1.4.11.1'
String xstream = '1.4.12'
String pac4j = '3.8.3'
String mockftpserver = '2.7.1'
String tomcat = '8.0.53'
String codemirror = '5.48.4'
String ckeditor = '4.12.1'
String codemirror = '5.54.0'
String ckeditor = '4.14.0'

// Not used internally but recommended
String lombok = '1.18.12'
Expand All @@ -54,7 +54,7 @@ public class TangramVersions {
String h2db = '1.4.199'

// The dependency injection options
String dinistiq = '0.8'
String dinistiq = '0.8.1'

String guice = '4.2.3'

Expand All @@ -71,10 +71,10 @@ public class TangramVersions {
String persistence_api = 'org.datanucleus:javax.persistence:2.2.2'

String openjpa = '3.1.1'
String eclipselink = '2.7.6'
String hibernate = '5.4.12.Final'
String eclipselink = '2.7.7'
String hibernate = '5.4.17.Final'
String hibernate_ogm = '5.4.1.Final'
String byte_buddy = '1.9.14'
String byte_buddy = '1.10.11'

String datanucleus = '[5.2,5.3)'

Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
@@ -1,6 +1,6 @@
/**
*
* Copyright 2011-2019 Martin Goellnitz
* Copyright 2011-2020 Martin Goellnitz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down Expand Up @@ -30,9 +30,9 @@ dependencies {
compile "org.slf4j:slf4j-api:$versions.slf4j"
// Nice to have for some pac4j implementations
// runtime "org.slf4j:jcl-over-slf4j:$versions.slf4j"
compile 'commons-io:commons-io:2.6'
compile 'commons-io:commons-io:2.7'
// To reference the latest version
compile 'org.apache.commons:commons-lang3:3.9'
compile 'org.apache.commons:commons-lang3:3.10'
// Used by velocity:
compile "commons-collections:commons-collections:3.2.2"

Expand Down

0 comments on commit 27737b5

Please sign in to comment.