Fixed: jersey-tck fails on JRE 17 due to Unsafe class
diff --git a/jersey-tck/pom.xml b/jersey-tck/pom.xml
index 376801d..a46a33a 100644
--- a/jersey-tck/pom.xml
+++ b/jersey-tck/pom.xml
@@ -32,7 +32,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
         <jersey.version>3.0.0</jersey.version>
-        <glassfish.container.version>6.1.0</glassfish.container.version>
+        <glassfish.container.version>6.2.3</glassfish.container.version>
         <jakarta.platform.version>9.1.0</jakarta.platform.version>
         <junit.jupiter.version>5.7.2</junit.jupiter.version>
         <jakarta.rest.version>3.1.0</jakarta.rest.version>