Here is simple command that allows to upgrade one or more defined Debian packages without upgrading any of the others:
apt-get --only-upgrade install <PackageName> [<PackageName>] ...