Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
* update database operation related dependencies (#189)
Browse files Browse the repository at this point in the history
* skipping 3.25.6 because release version is messed up
  • Loading branch information
mayitbeegh authored and fieldju committed Apr 15, 2019
1 parent 9488754 commit fdd4254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# limitations under the License.
#

version=3.26.0
version=3.25.7
groupId=com.nike.cerberus
artifactId=cms
10 changes: 5 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ dependencies {
"com.amazonaws:aws-java-sdk-sts:$awsSdkVersion",
'com.amazonaws:aws-encryption-sdk-java:1.3.1',
"com.amazonaws:aws-java-sdk-athena:$awsSdkVersion",
"org.mybatis:mybatis:3.4.1",
"org.mybatis:mybatis-typehandlers-jsr310:1.0.1",
"org.mybatis:mybatis-guice:3.7.1",
"com.mchange:c3p0:0.9.5.2",
"mysql:mysql-connector-java:5.1.44",
"org.mybatis:mybatis:3.4.6",
"org.mybatis:mybatis-typehandlers-jsr310:1.0.2",
"org.mybatis:mybatis-guice:3.10",
"com.mchange:c3p0:0.9.5.3",
"mysql:mysql-connector-java:8.0.15",
"org.flywaydb:flyway-core:4.0",
"com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.7.2",
"com.squareup.okhttp3:okhttp:3.3.1",
Expand Down

0 comments on commit fdd4254

Please sign in to comment.