Index: dbLearnStar-webApp/pom.xml
===================================================================
--- dbLearnStar-webApp/pom.xml	(revision de402549677f9918582a8b7dc2d7e7c7baaaec46)
+++ dbLearnStar-webApp/pom.xml	(revision 68b671e61ec1f11123cc0038af0c28464361840b)
@@ -11,5 +11,5 @@
 	<groupId>dblearnstar</groupId>
 	<artifactId>dblearnstar</artifactId>
-	<version>0.8.16</version>
+	<version>0.9</version>
 	<name>dbLearnStar</name>
 
@@ -223,4 +223,10 @@
 
 		<dependency>
+		   <groupId>com.zaxxer</groupId>
+		   <artifactId>HikariCP</artifactId>
+		   <version>5.0.1</version>
+		</dependency>
+
+		<dependency>
 			<groupId>org.jasig.cas.client</groupId>
 			<artifactId>cas-client-core</artifactId>
@@ -267,5 +273,5 @@
 			<groupId>org.webjars</groupId>
 			<artifactId>ckeditor</artifactId>
-			<version>4.17.1</version>
+			<version>4.19.0</version>
 		</dependency>
 
Index: dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config-admin.js
===================================================================
--- dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config-admin.js	(revision de402549677f9918582a8b7dc2d7e7c7baaaec46)
+++ dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config-admin.js	(revision 68b671e61ec1f11123cc0038af0c28464361840b)
@@ -24,6 +24,6 @@
 	},
 	paths: {
-		'ckeditor-core': '../webjars/ckeditor/4.17.1/standard/ckeditor',
-		'ckeditor-jquery': '../webjars/ckeditor/4.17.1/standard/adapters/jquery'
+		'ckeditor-core': '../webjars/ckeditor/4.19.0/standard/ckeditor',
+		'ckeditor-jquery': '../webjars/ckeditor/4.19.0/standard/adapters/jquery'
 	}
 });
Index: dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config.js
===================================================================
--- dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config.js	(revision de402549677f9918582a8b7dc2d7e7c7baaaec46)
+++ dbLearnStar-webApp/src/main/resources/META-INF/modules/ckeditor-config.js	(revision 68b671e61ec1f11123cc0038af0c28464361840b)
@@ -24,6 +24,6 @@
 	},
 	paths: {
-		'ckeditor-core': '../webjars/ckeditor/4.17.1/standard/ckeditor',
-		'ckeditor-jquery': '../webjars/ckeditor/4.17.1/standard/adapters/jquery'
+		'ckeditor-core': '../webjars/ckeditor/4.19.0/standard/ckeditor',
+		'ckeditor-jquery': '../webjars/ckeditor/4.19.0/standard/adapters/jquery'
 	}
 });
