This article gives the steps how to upgrade all the apt-get packages without updating the kernel on Ubuntu via command line.
Disable Kernel Update
sudo apt-mark hold linux-image-generic linux-headers-generic
Updates Apt-Get Local DB
sudo apt-get updateInstall Upgrades
sudo apt-get upgrade -y
How to re-enable Kernel Updates