diff --git a/dependency-check-core/src/main/resources/data/initialize_mysql.sql b/dependency-check-core/src/main/resources/data/initialize_mysql.sql index 808eb12db..5a89cd67c 100644 --- a/dependency-check-core/src/main/resources/data/initialize_mysql.sql +++ b/dependency-check-core/src/main/resources/data/initialize_mysql.sql @@ -34,7 +34,7 @@ CREATE INDEX idxCpeEntry ON cpeEntry(vendor, product); CREATE INDEX idxSoftwareCve ON software(cveid); CREATE INDEX idxSoftwareCpe ON software(cpeEntryId); -INSERT INTO properties(id,value) VALUES ('version','2.8'); +INSERT INTO properties(id,value) VALUES ('version','2.9'); CREATE USER 'dcuser' IDENTIFIED BY 'DC-Pass1337!'; GRANT SELECT, INSERT, DELETE, UPDATE ON dependencycheck.* TO 'dcuser'; \ No newline at end of file