diff --git a/.github/workflows/test-against-released.yml b/.github/workflows/test-against-released.yml
index 303590c..6f6b283 100644
--- a/.github/workflows/test-against-released.yml
+++ b/.github/workflows/test-against-released.yml
@@ -41,11 +41,10 @@ jobs:
       fail-fast: false
       matrix:
         version:
-          - 14.1.1-0-12
           - 14.1.1-0-13
-          - 22.06.4
-          - 22.09
-          - 23.03
+          - 14.1.1-0-14
+          - 22.06.5
+          - 23.03.1
 
     steps:
     - name: Checkout
diff --git a/.github/workflows/test-against-snapshot-1440.yml b/.github/workflows/test-against-snapshot-1440.yml
index fc2e84d..345cc4e 100644
--- a/.github/workflows/test-against-snapshot-1440.yml
+++ b/.github/workflows/test-against-snapshot-1440.yml
@@ -44,7 +44,7 @@ jobs:
       fail-fast: false
       matrix:
         coherenceVersion:
-          - 14.1.1-0-14-SNAPSHOT
+          - 14.1.1-0-15-SNAPSHOT
 
     steps:
     - name: Checkout
diff --git a/.github/workflows/test-against-snapshot.yml b/.github/workflows/test-against-snapshot.yml
index bd2ea32..31c7f62 100644
--- a/.github/workflows/test-against-snapshot.yml
+++ b/.github/workflows/test-against-snapshot.yml
@@ -45,7 +45,7 @@ jobs:
       matrix:
         coherenceVersion:
           - 23.03.1-SNAPSHOT
-          - 22.06.5-SNAPSHOT
+          - 22.06.6-SNAPSHOT
 
     steps:
     - name: Checkout
diff --git a/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/panel/CoherencePersistencePanel.java b/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/panel/CoherencePersistencePanel.java
index 30d6fab..ef87e4d 100644
--- a/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/panel/CoherencePersistencePanel.java
+++ b/coherence-visualvm-plugin/src/main/java/com/oracle/coherence/plugin/visualvm/panel/CoherencePersistencePanel.java
@@ -282,7 +282,6 @@ public void updateGUI()
 
         if (m_persistenceData != null)
             {
-            m_cMaxMaxLatency = cLatencyMax;
             f_txtTotalActiveSpaceUsed.setText(String.format(MEM_FORMAT, (cTotalActive * 1.0f) / GraphHelper.MB));
             cLatencyAverage = cLatencyTotal / count;
             if (cLatencyMax > m_cMaxMaxLatency)