From: Yoshito Umaoka Date: Thu, 22 Sep 2022 13:03:59 +0000 (-0400) Subject: ICU-21957 BRS72 ICU4J serialization test data X-Git-Tag: release-72-rc~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef706cddf1aa4a94b796411925bbf4be63a110a8;p=icu ICU-21957 BRS72 ICU4J serialization test data --- diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java index 5773e36223e..8624cce7fdf 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/SerializableTestUtility.java @@ -768,7 +768,7 @@ public class SerializableTestUtility { public Object[] getTestObjects() { Mf2DataModel.OrderedMap mapWithContent = new Mf2DataModel.OrderedMap<>(); mapWithContent.put("number", Double.valueOf(3.1416)); - mapWithContent.put("date", new Date()); + mapWithContent.put("date", new Date(1664582400000L /* 20221001T000000Z */)); mapWithContent.put("string", "testing"); return new Mf2DataModel.OrderedMap[] { new Mf2DataModel.OrderedMap(), diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneAdapter.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneAdapter.dat deleted file mode 100644 index c8f7cc8413a..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneAdapter.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormat.dat deleted file mode 100644 index 64693cf10b8..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat deleted file mode 100644 index 4ef8a5a6214..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormat.dat deleted file mode 100644 index 84b5ee7a5f0..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormatSymbols.dat deleted file mode 100644 index ef0c6cc3a4c..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormatSymbols.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalFormat.dat deleted file mode 100644 index f0c6e1328b8..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DecimalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DecimalFormat.dat deleted file mode 100644 index 16db7494383..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DecimalFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DecimalFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DecimalFormatSymbols.dat deleted file mode 100644 index c079d0eefa6..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DecimalFormatSymbols.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.NumberFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.NumberFormat.dat deleted file mode 100644 index 2bf1de7198c..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.NumberFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.PluralFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.PluralFormat.dat deleted file mode 100644 index 6fbc975af08..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.PluralFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.SimpleDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.SimpleDateFormat.dat deleted file mode 100644 index 719de10d556..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.SimpleDateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.BuddhistCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.BuddhistCalendar.dat deleted file mode 100644 index e67e2592049..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.BuddhistCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.Calendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.Calendar.dat deleted file mode 100644 index a32751ca6b4..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.Calendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ChineseCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ChineseCalendar.dat deleted file mode 100644 index ccb356ed67d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ChineseCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.CopticCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.CopticCalendar.dat deleted file mode 100644 index 06139e1d7bf..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.CopticCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.EthiopicCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.EthiopicCalendar.dat deleted file mode 100644 index 1e4ffa65144..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.EthiopicCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.GregorianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.GregorianCalendar.dat deleted file mode 100644 index 0c90fb77d65..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.GregorianCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.HebrewCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.HebrewCalendar.dat deleted file mode 100644 index 35688e6f654..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.HebrewCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat deleted file mode 100644 index 3e0c6940ed8..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUException.dat deleted file mode 100644 index 094580bce1a..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUUncheckedIOException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUUncheckedIOException.dat deleted file mode 100644 index d84b7f77fac..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ICUUncheckedIOException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IndianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IndianCalendar.dat deleted file mode 100644 index 8004fb36b4f..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IndianCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IslamicCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IslamicCalendar.dat deleted file mode 100644 index 7e5a4e5f1ad..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IslamicCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.JapaneseCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.JapaneseCalendar.dat deleted file mode 100644 index 9791e779bb1..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.JapaneseCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.NoUnit.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.NoUnit.dat deleted file mode 100644 index 9f018342f20..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.NoUnit.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.PersianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.PersianCalendar.dat deleted file mode 100644 index 10d974b88ab..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.PersianCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TaiwanCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TaiwanCalendar.dat deleted file mode 100644 index 9f5539e1270..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TaiwanCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.DateNumberFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.DateNumberFormat.dat deleted file mode 100644 index 571713e21ea..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.DateNumberFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat deleted file mode 100644 index aa05a813835..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.InvalidFormatException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.InvalidFormatException.dat deleted file mode 100644 index bc8ea6453b1..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.InvalidFormatException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.JavaTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.JavaTimeZone.dat deleted file mode 100644 index f3e44f0abd5..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.JavaTimeZone.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.OlsonTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.OlsonTimeZone.dat deleted file mode 100644 index 7b59deaa7b3..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.OlsonTimeZone.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.RelativeDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.RelativeDateFormat.dat deleted file mode 100644 index 7a405deee04..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.RelativeDateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat deleted file mode 100644 index b3f344e2e2c..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneGenericNames.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneGenericNames.dat deleted file mode 100644 index 056868dda68..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneGenericNames.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat deleted file mode 100644 index 9548e9a06f7..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat deleted file mode 100644 index 883e9aed72c..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat deleted file mode 100644 index 4568ae05cef..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat deleted file mode 100644 index 24627cc12df..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat deleted file mode 100644 index 72bb5f0ff73..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat deleted file mode 100644 index 44475d607ce..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.Properties.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.Properties.dat deleted file mode 100644 index b5775ace3ea..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.number.Properties.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.math.BigDecimal.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.math.BigDecimal.dat deleted file mode 100644 index b27bcaf1c26..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.math.BigDecimal.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.math.MathContext.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.math.MathContext.dat deleted file mode 100644 index da7bc60764f..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.math.MathContext.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.number.SkeletonSyntaxException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.number.SkeletonSyntaxException.dat deleted file mode 100644 index 67caec305dd..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.number.SkeletonSyntaxException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ArabicShapingException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ArabicShapingException.dat deleted file mode 100644 index 69e23913785..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ArabicShapingException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormat$Field.dat deleted file mode 100644 index 2eb95fa676b..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormat$Field.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormat.dat deleted file mode 100644 index 48344834796..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat deleted file mode 100644 index d6968d8e594..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.CompactDecimalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.CompactDecimalFormat.dat deleted file mode 100644 index 9252bf20226..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.CompactDecimalFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.CurrencyPluralInfo.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.CurrencyPluralInfo.dat deleted file mode 100644 index e35372cbe54..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.CurrencyPluralInfo.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormat$Field.dat deleted file mode 100644 index a7cf73693eb..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormat$Field.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormat.dat deleted file mode 100644 index d6e9badd5e0..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormatSymbols.dat deleted file mode 100644 index dd24e548eb3..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateFormatSymbols.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat deleted file mode 100644 index 14859f73395..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalFormat.dat deleted file mode 100644 index 9c8b78275e1..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat deleted file mode 100644 index 6bc48a95268..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalInfo.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalInfo.dat deleted file mode 100644 index b75cfcbca4d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DateIntervalInfo.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DecimalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DecimalFormat.dat deleted file mode 100644 index 290b550e799..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DecimalFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DecimalFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DecimalFormatSymbols.dat deleted file mode 100644 index 9f759c957c1..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.DecimalFormatSymbols.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ListFormatter$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ListFormatter$Field.dat deleted file mode 100644 index bf31c62f677..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ListFormatter$Field.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ListFormatter$SpanField.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ListFormatter$SpanField.dat deleted file mode 100644 index 1ccfe3f19dd..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.ListFormatter$SpanField.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MeasureFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MeasureFormat.dat deleted file mode 100644 index 1fa3f841b76..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MeasureFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MessageFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MessageFormat$Field.dat deleted file mode 100644 index f30df97bf6b..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MessageFormat$Field.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MessageFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MessageFormat.dat deleted file mode 100644 index 5f0b1bb7c2a..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.MessageFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.NumberFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.NumberFormat$Field.dat deleted file mode 100644 index cab3e3df00c..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.NumberFormat$Field.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.PluralRules.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.PluralRules.dat deleted file mode 100644 index 6982646be4d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.PluralRules.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat deleted file mode 100644 index 1977b04e2db..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.RuleBasedNumberFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.RuleBasedNumberFormat.dat deleted file mode 100644 index 64c471ee7a7..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.RuleBasedNumberFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.SelectFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.SelectFormat.dat deleted file mode 100644 index 3fd758f7ecf..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.SelectFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.SimpleDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.SimpleDateFormat.dat deleted file mode 100644 index a8f0de579e0..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.SimpleDateFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.StringPrepParseException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.StringPrepParseException.dat deleted file mode 100644 index 3ef707a37d6..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.StringPrepParseException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.TimeUnitFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.TimeUnitFormat.dat deleted file mode 100644 index 2eb975f3ac2..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.TimeUnitFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.TimeZoneFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.TimeZoneFormat.dat deleted file mode 100644 index 6a8bffd3eba..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.TimeZoneFormat.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.AnnualTimeZoneRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.AnnualTimeZoneRule.dat deleted file mode 100644 index 095de16c5c9..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.AnnualTimeZoneRule.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.BuddhistCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.BuddhistCalendar.dat deleted file mode 100644 index 620b43ba9a2..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.BuddhistCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.Currency.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.Currency.dat deleted file mode 100644 index 24627cc12df..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.Currency.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DangiCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DangiCalendar.dat deleted file mode 100644 index 47437cd1355..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DangiCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DateInterval.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DateInterval.dat deleted file mode 100644 index 71d7222364b..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DateInterval.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DateTimeRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DateTimeRule.dat deleted file mode 100644 index ed13388493d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.DateTimeRule.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.EthiopicCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.EthiopicCalendar.dat deleted file mode 100644 index 57488beca8f..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.EthiopicCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.HebrewCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.HebrewCalendar.dat deleted file mode 100644 index 4cbb5a7a6a9..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.HebrewCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IllformedLocaleException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IllformedLocaleException.dat deleted file mode 100644 index 30199b7e501..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IllformedLocaleException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IndianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IndianCalendar.dat deleted file mode 100644 index e126eb3cdff..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IndianCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.InitialTimeZoneRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.InitialTimeZoneRule.dat deleted file mode 100644 index 7da9b4d817d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.InitialTimeZoneRule.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.JapaneseCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.JapaneseCalendar.dat deleted file mode 100644 index bc5fb6c5f9d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.JapaneseCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.MeasureUnit.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.MeasureUnit.dat deleted file mode 100644 index 9f018342f20..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.MeasureUnit.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.PersianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.PersianCalendar.dat deleted file mode 100644 index dc80d636156..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.PersianCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.RuleBasedTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.RuleBasedTimeZone.dat deleted file mode 100644 index 698b470d4ff..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.RuleBasedTimeZone.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.SimpleTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.SimpleTimeZone.dat deleted file mode 100644 index 216f9a5aadc..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.SimpleTimeZone.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TaiwanCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TaiwanCalendar.dat deleted file mode 100644 index 20e76da4d2d..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TaiwanCalendar.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat deleted file mode 100644 index b2224bdd692..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeUnit.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeUnit.dat deleted file mode 100644 index 9f018342f20..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeUnit.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeZone.dat deleted file mode 100644 index b944d5957ec..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.TimeZone.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ULocale.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ULocale.dat deleted file mode 100644 index ef2083217d3..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ULocale.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.UResourceTypeMismatchException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.UResourceTypeMismatchException.dat deleted file mode 100644 index 5d9435638e6..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.UResourceTypeMismatchException.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.VTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.VTimeZone.dat deleted file mode 100644 index 77e2c5b0f8e..00000000000 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.VTimeZone.dat and /dev/null differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.DateNumberFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.DateNumberFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.DateNumberFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.DateNumberFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.IllegalIcuArgumentException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.InvalidFormatException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.InvalidFormatException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.InvalidFormatException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.InvalidFormatException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.JavaTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.JavaTimeZone.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.JavaTimeZone.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.JavaTimeZone.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.OlsonTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.OlsonTimeZone.dat similarity index 83% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.OlsonTimeZone.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.OlsonTimeZone.dat index 7b59deaa7b3..ab64b119200 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.OlsonTimeZone.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.OlsonTimeZone.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.RelativeDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.RelativeDateFormat.dat similarity index 59% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.RelativeDateFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.RelativeDateFormat.dat index 37dd661df4b..8f98499d053 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.RelativeDateFormat.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.RelativeDateFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TZDBTimeZoneNames.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneAdapter.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneAdapter.dat similarity index 82% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneAdapter.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneAdapter.dat index c8f7cc8413a..5bc1780effa 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.impl.TimeZoneAdapter.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneAdapter.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneGenericNames.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneGenericNames.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneGenericNames.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneGenericNames.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.TimeZoneNamesImpl.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.duration.BasicDurationFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.locale.LocaleSyntaxException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.CustomSymbolCurrency.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.DecimalFormatProperties.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.LocalizedNumberFormatterAsFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.Properties.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.Properties.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.impl.number.Properties.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.impl.number.Properties.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.math.BigDecimal.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.math.BigDecimal.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.math.BigDecimal.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.math.BigDecimal.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.math.MathContext.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.math.MathContext.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.math.MathContext.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.math.MathContext.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.message2.Mf2DataModel$OrderedMap.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.message2.Mf2DataModel$OrderedMap.dat new file mode 100644 index 00000000000..959610263ae Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.message2.Mf2DataModel$OrderedMap.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.number.NumberRangeFormatter$SpanField.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.number.NumberRangeFormatter$SpanField.dat new file mode 100644 index 00000000000..41e599d253b Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.number.NumberRangeFormatter$SpanField.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.number.SkeletonSyntaxException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.number.SkeletonSyntaxException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.number.SkeletonSyntaxException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.number.SkeletonSyntaxException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ArabicShapingException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ArabicShapingException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ArabicShapingException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ArabicShapingException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormat$Field.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ChineseDateFormat$Field.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormat$Field.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormat.dat new file mode 100644 index 00000000000..a2d6af5ad68 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat new file mode 100644 index 00000000000..1a447fceaca Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ChineseDateFormatSymbols.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.CompactDecimalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.CompactDecimalFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.CompactDecimalFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.CompactDecimalFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.CurrencyPluralInfo.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.CurrencyPluralInfo.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.CurrencyPluralInfo.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.CurrencyPluralInfo.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormat$Field.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateFormat$Field.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormat$Field.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormat.dat new file mode 100644 index 00000000000..fec84d31e66 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormatSymbols.dat new file mode 100644 index 00000000000..e2482e89808 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateFormatSymbols.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalFormat$SpanField.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalFormat.dat new file mode 100644 index 00000000000..044a635f66e Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalInfo$PatternInfo.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalInfo.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalInfo.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.DateIntervalInfo.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DateIntervalInfo.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DecimalFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DecimalFormat.dat new file mode 100644 index 00000000000..dac33af035f Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DecimalFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DecimalFormatSymbols.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DecimalFormatSymbols.dat new file mode 100644 index 00000000000..68fc46b157f Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.DecimalFormatSymbols.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ListFormatter$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ListFormatter$Field.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ListFormatter$Field.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ListFormatter$Field.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ListFormatter$SpanField.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ListFormatter$SpanField.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.ListFormatter$SpanField.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.ListFormatter$SpanField.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MeasureFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MeasureFormat.dat similarity index 64% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MeasureFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MeasureFormat.dat index f030cc6e48c..2dbde9cb8a7 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MeasureFormat.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MeasureFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MessageFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MessageFormat$Field.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MessageFormat$Field.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MessageFormat$Field.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MessageFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MessageFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.MessageFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.MessageFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.NumberFormat$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.NumberFormat$Field.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.NumberFormat$Field.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.NumberFormat$Field.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.NumberFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.NumberFormat.dat similarity index 57% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.NumberFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.NumberFormat.dat index a8845c62c60..4fe9808e38d 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.NumberFormat.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.NumberFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.PluralFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.PluralFormat.dat similarity index 71% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.PluralFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.PluralFormat.dat index 5a60bec9252..b742ec67f40 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.text.PluralFormat.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.PluralFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.PluralRules.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.PluralRules.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.PluralRules.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.PluralRules.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.RelativeDateTimeFormatter$Field.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.RuleBasedNumberFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.RuleBasedNumberFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.RuleBasedNumberFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.RuleBasedNumberFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.SelectFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.SelectFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.SelectFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.SelectFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.SimpleDateFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.SimpleDateFormat.dat new file mode 100644 index 00000000000..292d6b1f473 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.SimpleDateFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.StringPrepParseException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.StringPrepParseException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.StringPrepParseException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.StringPrepParseException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.TimeUnitFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.TimeUnitFormat.dat similarity index 70% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.TimeUnitFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.TimeUnitFormat.dat index 4a944833ce7..2767c7d3787 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.TimeUnitFormat.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.TimeUnitFormat.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.TimeZoneFormat.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.TimeZoneFormat.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.text.TimeZoneFormat.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.text.TimeZoneFormat.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.AnnualTimeZoneRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.AnnualTimeZoneRule.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.AnnualTimeZoneRule.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.AnnualTimeZoneRule.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.BuddhistCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.BuddhistCalendar.dat new file mode 100644 index 00000000000..e9cefa4be8a Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.BuddhistCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.Calendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.Calendar.dat similarity index 64% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.Calendar.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.Calendar.dat index ca2d0d52857..8ea1dcaf026 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.Calendar.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.Calendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ChineseCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ChineseCalendar.dat similarity index 50% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ChineseCalendar.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ChineseCalendar.dat index dfed9994d53..e95da7e67e8 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ChineseCalendar.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ChineseCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.CopticCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.CopticCalendar.dat similarity index 57% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.CopticCalendar.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.CopticCalendar.dat index ccb2f4ce179..75eee00b4ae 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.CopticCalendar.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.CopticCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.Currency.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.Currency.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.Currency.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.Currency.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DangiCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DangiCalendar.dat similarity index 57% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DangiCalendar.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DangiCalendar.dat index 8b4afb80465..16c89712b92 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DangiCalendar.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DangiCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DateInterval.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DateInterval.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DateInterval.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DateInterval.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DateTimeRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DateTimeRule.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.DateTimeRule.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.DateTimeRule.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.EthiopicCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.EthiopicCalendar.dat new file mode 100644 index 00000000000..700ed1cdddf Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.EthiopicCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.GregorianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.GregorianCalendar.dat similarity index 64% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.GregorianCalendar.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.GregorianCalendar.dat index 35d6281df0b..ab06ffc75d9 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.GregorianCalendar.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.GregorianCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.HebrewCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.HebrewCalendar.dat new file mode 100644 index 00000000000..d596c80eed0 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.HebrewCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat similarity index 80% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat index b3ab0bc6974..a5242e622de 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUCloneNotSupportedException.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUException.dat similarity index 79% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUException.dat index d131d32baa9..15707f44628 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUException.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUException.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUInputTooLongException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUInputTooLongException.dat similarity index 80% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUInputTooLongException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUInputTooLongException.dat index 8ee2224c1ff..a46d74705ae 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUInputTooLongException.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUInputTooLongException.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUUncheckedIOException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUUncheckedIOException.dat similarity index 80% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUUncheckedIOException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUUncheckedIOException.dat index 9ee30d4e9f2..5fd60e10c5c 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.ICUUncheckedIOException.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ICUUncheckedIOException.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IllformedLocaleException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IllformedLocaleException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.IllformedLocaleException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IllformedLocaleException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IndianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IndianCalendar.dat new file mode 100644 index 00000000000..7f0014b38fe Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IndianCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.InitialTimeZoneRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.InitialTimeZoneRule.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.InitialTimeZoneRule.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.InitialTimeZoneRule.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IslamicCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IslamicCalendar.dat similarity index 63% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IslamicCalendar.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IslamicCalendar.dat index cd4ad974283..b9eee2eec0a 100644 Binary files a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_68.1/com.ibm.icu.util.IslamicCalendar.dat and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.IslamicCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.JapaneseCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.JapaneseCalendar.dat new file mode 100644 index 00000000000..381cc560d91 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.JapaneseCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.MeasureUnit.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.MeasureUnit.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.MeasureUnit.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.MeasureUnit.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.PersianCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.PersianCalendar.dat new file mode 100644 index 00000000000..438628472c7 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.PersianCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.RuleBasedTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.RuleBasedTimeZone.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.RuleBasedTimeZone.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.RuleBasedTimeZone.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.SimpleTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.SimpleTimeZone.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.SimpleTimeZone.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.SimpleTimeZone.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TaiwanCalendar.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TaiwanCalendar.dat new file mode 100644 index 00000000000..71bdab28591 Binary files /dev/null and b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TaiwanCalendar.dat differ diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TimeArrayTimeZoneRule.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TimeUnit.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TimeUnit.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TimeUnit.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TimeUnit.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TimeZone.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.TimeZone.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.TimeZone.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ULocale.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ULocale.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.ULocale.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.ULocale.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.UResourceTypeMismatchException.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.UResourceTypeMismatchException.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.UResourceTypeMismatchException.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.UResourceTypeMismatchException.dat diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.VTimeZone.dat b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.VTimeZone.dat similarity index 100% rename from icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_67.1/com.ibm.icu.util.VTimeZone.dat rename to icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/data/ICU_72.1/com.ibm.icu.util.VTimeZone.dat