diff --git a/common/pom.xml b/common/pom.xml
index 313903e28..92b454684 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -28,7 +28,7 @@
commons-codec
commons-codec
- 1.15
+ ${commons-codec.version}
org.apache.commons
@@ -38,7 +38,7 @@
commons-io
commons-io
- 2.12.0
+ ${commons-io.version}
org.bouncycastle
diff --git a/gamsaml20/pom.xml b/gamsaml20/pom.xml
index f5a9c64f8..bde37a644 100644
--- a/gamsaml20/pom.xml
+++ b/gamsaml20/pom.xml
@@ -19,7 +19,7 @@
org.bouncycastle
bcprov-jdk18on
- 1.78.1
+ ${org.bouncycastle.version}
compile
@@ -32,12 +32,12 @@
org.apache.santuario
xmlsec
- 3.0.3
+ ${xmlsec.version}
commons-io
commons-io
- 2.11.0
+ ${commons-io.version}
compile
diff --git a/gamutils/pom.xml b/gamutils/pom.xml
index 8c1ad1f73..daa340f62 100644
--- a/gamutils/pom.xml
+++ b/gamutils/pom.xml
@@ -24,12 +24,12 @@
org.bouncycastle
bcprov-jdk18on
- 1.78.1
+ ${org.bouncycastle.version}
org.bouncycastle
bcpkix-jdk18on
- 1.78.1
+ ${org.bouncycastle.version}
org.apache.logging.log4j
@@ -39,7 +39,7 @@
commons-io
commons-io
- 2.11.0
+ ${commons-io.version}
${project.groupId}
@@ -49,7 +49,7 @@
commons-codec
commons-codec
- 1.15
+ ${commons-codec.version}
test
diff --git a/gxjwt/pom.xml b/gxjwt/pom.xml
index 2e3c166a2..0ef866662 100644
--- a/gxjwt/pom.xml
+++ b/gxjwt/pom.xml
@@ -46,7 +46,7 @@
commons-codec
commons-codec
- 1.15
+ ${commons-codec.version}
org.apache.logging.log4j
diff --git a/gxxmlsignature/pom.xml b/gxxmlsignature/pom.xml
index 3af696f6b..b2333c5af 100644
--- a/gxxmlsignature/pom.xml
+++ b/gxxmlsignature/pom.xml
@@ -26,12 +26,12 @@
org.apache.santuario
xmlsec
- 3.0.3
+ ${xmlsec.version}
commons-codec
commons-codec
- 1.15
+ ${commons-codec.version}
org.apache.logging.log4j
diff --git a/pom.xml b/pom.xml
index 88220bfce..a77b347fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,10 @@
2.21.1
1.28.0
1.78.1
+ 2.12.0
+ 1.15
+ 3.0.3
+
diff --git a/securityapicommons/pom.xml b/securityapicommons/pom.xml
index 181485ee7..9cfcfab48 100644
--- a/securityapicommons/pom.xml
+++ b/securityapicommons/pom.xml
@@ -37,7 +37,7 @@
commons-io
commons-io
- 2.11.0
+ ${commons-io.version}