diff --git a/appserver/pom.xml b/appserver/pom.xml
index 845b7194a41..00effdfb8ce 100644
--- a/appserver/pom.xml
+++ b/appserver/pom.xml
@@ -695,7 +695,7 @@
org.codehaus.plexus
plexus-utils
- 4.0.2
+ 4.0.3
diff --git a/appserver/tests/application/pom.xml b/appserver/tests/application/pom.xml
index 568da268f70..bd9d8e6ff3c 100755
--- a/appserver/tests/application/pom.xml
+++ b/appserver/tests/application/pom.xml
@@ -159,7 +159,7 @@
com.sun.xml.ws
jaxws-maven-plugin
- 4.0.3
+ 4.0.4
jaxws-generate
diff --git a/nucleus/parent/pom.xml b/nucleus/parent/pom.xml
index f5af4119ebc..374748c988e 100644
--- a/nucleus/parent/pom.xml
+++ b/nucleus/parent/pom.xml
@@ -157,12 +157,12 @@
4.0.3
- 4.0.5
+ 4.0.6
2.0.1.MR
- 4.0.0-M4
- 4.0.0-M4
+ 4.0.0
+ 4.0.0
5.0.0.Alpha3
@@ -171,7 +171,7 @@
4.0.5
- 4.0.6
+ 4.0.7
4.0.0
@@ -179,7 +179,7 @@
3.2.0
- 5.0.0-B13
+ 5.0.0
9.9.0
@@ -202,7 +202,7 @@
2.3.0-M1
- 3.2.0-M3
+ 3.2.0-M2
3.2.0-M1
@@ -215,7 +215,7 @@
5.0.0-M1
3.0.1
3.1.1
- 10.8
+ 10.9
1.0.2
@@ -261,7 +261,7 @@
4.0.4
7.1.1
- 4.2.2
+ 4.3.0
5.0.0
@@ -282,20 +282,20 @@
2.21.0
3.20.0
3.0.4.Final
- 3.6.2.Final
+ 3.6.3.Final
3.30.2-GA
9.9.1
- 2.27.8
+ 2.28.0
2.7.7
2.7.8
4.13.2
- 1.10.15
+ 1.10.16
1.10.2
- 2.21.1
+ 2.21.2
2.21
1.7.3
1.0-2
- 1.5.4
+ 1.5.5
1.10.0
5.18.1
@@ -434,6 +434,34 @@
${project.version}
+
+
+ org.glassfish.grizzly
+ grizzly-http-servlet
+ ${grizzly.version}
+
+
+ org.glassfish.jersey.containers
+ jersey-container-grizzly2-http
+ ${jersey.version}
+
+
+ org.glassfish.jersey.containers
+ jersey-container-servlet
+ ${jersey.version}
+
+
+ org.glassfish.jersey.inject
+ jersey-hk2
+ ${jersey.version}
+
+
+ org.glassfish.jersey.media
+ jersey-media-json-jackson
+ ${jersey.version}
+
+
+
jakarta.xml.bind
@@ -973,7 +1001,7 @@
org.apache.ant
ant-launcher
- 1.10.15
+ 1.10.16
com.github.mwiede