diff --git a/distro/src/notice.txt b/distro/src/notice.txt
index 22bc0b48170..024409700e7 100644
--- a/distro/src/notice.txt
+++ b/distro/src/notice.txt
@@ -148,10 +148,10 @@ org.springframework spring-aop 5.3.23 The
org.springframework spring-core 5.3.23 The Apache Software License, Version 2.0
org.springframework spring-expression 5.3.23 The Apache Software License, Version 2.0
org.springframework spring-orm 5.3.23 The Apache Software License, Version 2.0
-org.springframework.security spring-security-config 5.7.3 The Apache Software License, Version 2.0
-org.springframework.security spring-security-core 5.7.3 The Apache Software License, Version 2.0
-org.springframework.security spring-security-crypto 5.7.3 The Apache Software License, Version 2.0
-org.springframework.security spring-security-web 5.7.3 The Apache Software License, Version 2.0
+org.springframework.security spring-security-config 5.7.4 The Apache Software License, Version 2.0
+org.springframework.security spring-security-core 5.7.4 The Apache Software License, Version 2.0
+org.springframework.security spring-security-crypto 5.7.4 The Apache Software License, Version 2.0
+org.springframework.security spring-security-web 5.7.4 The Apache Software License, Version 2.0
org.tinyjee.jgraphx jgraphx 1.10.4.1 JGraph Ltd - 3 clause BSD license
org.yaml snakeyaml 1.17 The Apache Software License, Version 2.0
xerces xercesImpl 2.12.1 The Apache Software License, Version 2.0
diff --git a/modules/flowable-app-engine/pom.xml b/modules/flowable-app-engine/pom.xml
index c19b23f3ca9..707640b4e9a 100644
--- a/modules/flowable-app-engine/pom.xml
+++ b/modules/flowable-app-engine/pom.xml
@@ -108,8 +108,8 @@
test
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-app-rest/pom.xml b/modules/flowable-app-rest/pom.xml
index ba8dbedaba7..aa47cdfe0b3 100644
--- a/modules/flowable-app-rest/pom.xml
+++ b/modules/flowable-app-rest/pom.xml
@@ -570,8 +570,8 @@
mysql
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
compile
diff --git a/modules/flowable-cmmn-engine/pom.xml b/modules/flowable-cmmn-engine/pom.xml
index 356fb84a2e0..8dd8dac2e0e 100644
--- a/modules/flowable-cmmn-engine/pom.xml
+++ b/modules/flowable-cmmn-engine/pom.xml
@@ -160,8 +160,8 @@
test
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-content-engine/pom.xml b/modules/flowable-content-engine/pom.xml
index 37f1055d254..c148f3959ea 100755
--- a/modules/flowable-content-engine/pom.xml
+++ b/modules/flowable-content-engine/pom.xml
@@ -450,8 +450,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-dmn-engine/pom.xml b/modules/flowable-dmn-engine/pom.xml
index 2965cd6ca20..4e3f0ac9a2b 100755
--- a/modules/flowable-dmn-engine/pom.xml
+++ b/modules/flowable-dmn-engine/pom.xml
@@ -501,8 +501,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-engine/pom.xml b/modules/flowable-engine/pom.xml
index d0dc3182e96..80b9555ee95 100755
--- a/modules/flowable-engine/pom.xml
+++ b/modules/flowable-engine/pom.xml
@@ -213,8 +213,8 @@
test
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
@@ -1543,8 +1543,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-event-registry/pom.xml b/modules/flowable-event-registry/pom.xml
index 7eebeea053a..ee23d17c787 100644
--- a/modules/flowable-event-registry/pom.xml
+++ b/modules/flowable-event-registry/pom.xml
@@ -475,8 +475,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-form-engine/pom.xml b/modules/flowable-form-engine/pom.xml
index 68f3c2c69f9..e63d8abeabc 100755
--- a/modules/flowable-form-engine/pom.xml
+++ b/modules/flowable-form-engine/pom.xml
@@ -490,8 +490,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-idm-engine/pom.xml b/modules/flowable-idm-engine/pom.xml
index e827cc291cf..d74de17bc0c 100755
--- a/modules/flowable-idm-engine/pom.xml
+++ b/modules/flowable-idm-engine/pom.xml
@@ -476,8 +476,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable-ui/flowable-ui-app/pom.xml b/modules/flowable-ui/flowable-ui-app/pom.xml
index 3a0f46bc3c2..0c9ec69f5d9 100644
--- a/modules/flowable-ui/flowable-ui-app/pom.xml
+++ b/modules/flowable-ui/flowable-ui-app/pom.xml
@@ -246,8 +246,8 @@
mysql
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
compile
diff --git a/modules/flowable5-compatibility-test/pom.xml b/modules/flowable5-compatibility-test/pom.xml
index 0dc3b33a67e..667570e2df4 100755
--- a/modules/flowable5-compatibility-test/pom.xml
+++ b/modules/flowable5-compatibility-test/pom.xml
@@ -37,8 +37,8 @@
6.7.3-SNAPSHOT
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable5-compatibility-testdata/pom.xml b/modules/flowable5-compatibility-testdata/pom.xml
index 9da093e0a96..aa5d6d42f8d 100755
--- a/modules/flowable5-compatibility-testdata/pom.xml
+++ b/modules/flowable5-compatibility-testdata/pom.xml
@@ -47,8 +47,8 @@
5.23.0
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
org.slf4j
diff --git a/modules/flowable5-engine/pom.xml b/modules/flowable5-engine/pom.xml
index 69ebb55d8ac..7016579efe3 100644
--- a/modules/flowable5-engine/pom.xml
+++ b/modules/flowable5-engine/pom.xml
@@ -98,8 +98,8 @@
test
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
@@ -929,8 +929,8 @@
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/modules/flowable5-test/pom.xml b/modules/flowable5-test/pom.xml
index cd3f963d460..d9387f64347 100755
--- a/modules/flowable5-test/pom.xml
+++ b/modules/flowable5-test/pom.xml
@@ -106,8 +106,8 @@
test
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
test
diff --git a/pom.xml b/pom.xml
index fd62fb04951..8e7c7962d04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,13 @@
https://oss.sonatype.org/content/repositories/snapshots/
1.8
- 2.7.4
+ 2.7.5
5.3.23
- 5.7.3
+ 5.7.4
2.4.7
- 2.8.9
+ 2.8.10
1.0.20
- 2.13.4
+ 2.13.4.20221013
2.0.3
3.8.0
3.14.0
@@ -230,9 +230,9 @@
- mysql
- mysql-connector-java
- 8.0.30
+ com.mysql
+ mysql-connector-j
+ 8.0.31
org.mariadb.jdbc
@@ -800,7 +800,7 @@
org.hibernate
hibernate-core
- 5.6.11.Final
+ 5.6.12.Final
org.apache.groovy
@@ -1980,8 +1980,8 @@
mysql
- mysql
- mysql-connector-java
+ com.mysql
+ mysql-connector-j
diff --git a/qa/dbclean/pom.xml b/qa/dbclean/pom.xml
index e84050383dd..9aadd8f3c83 100644
--- a/qa/dbclean/pom.xml
+++ b/qa/dbclean/pom.xml
@@ -27,9 +27,9 @@
12.2.0.1
- mysql
- mysql-connector-java
- 8.0.29
+ com.mysql
+ mysql-connector-j
+ 8.0.31
net.sourceforge.jtds