TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the best way to stay up to date with software dependency updates?

4 pointsby eventemitterover 10 years ago
I&#x27;m developing software that consumes third party APIs (AWS, mailchimp, shopify, google maps, etc.) and makes use of many open source applications &amp; libraries. Every API provider and some of the applications &#x2F; libraries provide blogs or twitter accounts where they post news regarding their software. It&#x27;s difficult to stay up to date and never miss an important update.<p>Is there a better way to get the latest news about those updates?

3 comments

danieljscottover 10 years ago
<a href="https://www.artifact-listener.org/" rel="nofollow">https:&#x2F;&#x2F;www.artifact-listener.org&#x2F;</a><p>For java&#x2F;maven projects. Not really news, but keeps you informed about updates.
xamdeover 10 years ago
<a href="https://www.versioneye.com" rel="nofollow">https:&#x2F;&#x2F;www.versioneye.com</a>
clyfeover 10 years ago
Use something like Bundler, Maven, Pip, npm, sbt. For example bundler has the `$&gt; bundler outdated` command that shows dependencies that have new versions.