From c92ff3154f61e85dd3d9272e3cd0a1be691f5231 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 1 Apr 2023 16:56:29 -0700 Subject: [PATCH] Update libraries version. --- wise-webapp/pom.xml | 16 ++++++++-------- .../src/main/webapp/WEB-INF/app.properties | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wise-webapp/pom.xml b/wise-webapp/pom.xml index ddef5427..5fb3f150 100644 --- a/wise-webapp/pom.xml +++ b/wise-webapp/pom.xml @@ -201,7 +201,7 @@ mysql mysql-connector-java - 8.0.31 + 8.0.32 runtime @@ -217,7 +217,7 @@ javax.cache cache-api - 1.0.0 + 1.1.1 org.ehcache @@ -227,7 +227,7 @@ org.apache.logging.log4j log4j-core - 2.19.0 + 2.20.0 @@ -239,13 +239,13 @@ org.hsqldb hsqldb - 2.6.1 + 2.7.1 runtime com.fasterxml.jackson.core jackson-databind - 2.13.4.2 + 2.14.2 @@ -256,7 +256,7 @@ org.slf4j slf4j-api - 1.7.25 + 2.0.5 runtime @@ -268,12 +268,12 @@ commons-io commons-io - 2.6 + 2.11.0 org.apache.httpcomponents fluent-hc - 4.5.13 + 4.5.14 diff --git a/wise-webapp/src/main/webapp/WEB-INF/app.properties b/wise-webapp/src/main/webapp/WEB-INF/app.properties index ed574965..aec7793d 100755 --- a/wise-webapp/src/main/webapp/WEB-INF/app.properties +++ b/wise-webapp/src/main/webapp/WEB-INF/app.properties @@ -4,7 +4,7 @@ # MySQL 5.X configuration properties #database.url=jdbc:mysql://localhost/wisemapping?useUnicode=yes&characterEncoding=UTF-8 -#database.driver=com.mysql.jdbc.Driver +#database.driver=com.mysql.cj.jdbc.Driver #database.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect #database.username=wisemapping #database.password=password