In the following sample code, the 10pt row separation is ignored if I use the colortbl package. I know this has been an issue and was reported last year and apparently it was fixed. I am running MiKTeX with the latest updates. My version of colortbl is 1.0d Tue Dec 18 13:34:14 2018. I also did a full update of Miktex to make sure I had the latest packages. Are there any other packages, other than colortbl, I need to make sure that are fully updated?
\documentclass[11pt]{article}
\usepackage{colortbl}
\begin{document}
\begin{tabular}{l}
3.4 \\[10pt]
5.6 \\[10pt]
7.8 \\[10pt]
9.0
\end{tabular}
\end{document}
With colortbl:
Without colortbl

