home.social

#dependencymanagement — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dependencymanagement, aggregated by home.social.

fetched live
  1. 🚨 New Blog Post🚨

    I've compiled what we've learned about Gradle's dependency verification feature at the GradleX project into a best practices guide! If you use dependency verification or are planning to adopt it, this one is for you!

    👉 britter.dev/blog/2026/06/01/gr

    #Gradle #DependencyManagement #SoftwareSupplyChainSecurity

  2. 🚀 "In a revolutionary finding, Olivier Gambier advocates for the groundbreaking strategy of *not* updating your dependencies in 2026. Because nothing screams 'innovation' like turning your server into a digital Jurassic Park 🦖, where ancient vulnerabilities roam free and happy!" 🧑‍💻🔗
    mendral.com/blog/you-should-no #HackerNews #DependencyManagement #DigitalJurassicPark #TechInnovation #SoftwareDevelopment #HackerNews #ngated

  3. Сможете ли вы спроектировать Maven‑монорепозиторий для 5 микросервисов?

    В этой статье мы разберём реальную задачу на проектирование Maven Multi‑Module: от циклических зависимостей и неправильного использования spring‑boot‑maven‑plugin до смешения ролей агрегатора и родителя. Затем соберём эталонную структуру по лучшим практикам Spring Cloud и Netflix, добавим CI/CD‑диаграмму и научимся запускать сервис локально без Eureka и RabbitMQ. Найти ошибки

    habr.com/ru/companies/otus/art

    #Maven #монорепозиторий #микросервисы #Spring_Boot #multimodule #dependencyManagement #Maven_Wrapper #архитектура_сборки #Java

  4. Are you working with software dependencies in constrained environments? Then this might interest you:

    I’ll give a lightning talk on how we approach practical license and vulnerability management when resources are limited. As Technical Solution Lead at Alliander I deal daily issues regarding licensing and security. I’ll talk about tooling, share key findings and insights.

    Where & when to go?
    Monday, March 23
    13:15 CET
    Amsterdam

    #Ospology #DevOps #Security #OpenSource #DependencyManagement

  5. Oh boy, another tool to generate and verify #lockfiles for GitHub Actions, because we all know life's too short to trust those pesky mutable tags. 🔒✨ Let's spend our precious time pinning every single action to exact commit SHAs, because who doesn't love a good game of dependency whack-a-mole? 🎯🛠️
    gh-actions-lockfile.net #GitHubActions #dependencyManagement #automation #tools #HackerNews #ngated

  6. I am really enjoying the Pixi package manager, pixi.sh , made by @prefix. We have been using conda at my work for managing the dependencies of our python application. It involves scientific data analysis so there are lots of dependencies, and it has been a challenge to keep things up to date. Pixi has nice support for cleanly defining the direct dependencies in the pixi.toml file, and then it automatically generates a lock file. There is a command to upgrade all the dependencies too. It's amazing! I'm just starting to use it, but it is helpful so far.

    #conda
    #packageManagement
    #pixi
    #dependencyManagement

  7. "Cooldowns enforce positive behavior from supply chain security vendors: vendors are still incentivized to discover and report attacks quickly, but are not as incentivized to emit volumes of blogspam about 'critical' attacks on largely underfunded open source ecosystems."

    #npm #supplychainattack #dependencymanagement

    blog.yossarian.net/2025/11/21/

  8. Keep your dependencies up to date with Renovate 🔄📦

    Modern apps rely on countless frameworks & libraries. But with great libraries comes great responsibility.

    At #BaselOne25, Java Champion @michaelvitz introduces Renovate – the open-source bot that keeps dependencies up to date, reduces security risks & automates dependency management.

    📅 Oct 16 | Basel

    🎟️ eventfrog.ch/BaselOne2025

    📌 Program: baselone.org/en/baselone-home/

    #BaselOne #DependencyManagement #DevTools #OpenSource

  9. Build a Go dependency scanner with the standard library: parse go.mod, query OSV for vulnerabilities, and analyze licenses. hackernoon.com/building-a-go-d #dependencymanagement

  10. Ah, yet another attempt to force C/C++ into the hipster #Rust mold with a side of dependency management! 😂 Because clearly, what C/C++ devs needed was more #bloat and complexity, right? 🚀 Bonus points for throwing in AI to make sure your code writes itself while you sip your artisanal coffee. ☕✨
    github.com/AI314159/Seastar #Cplusplus #DependencyManagement #AIHumor #ArtisanalCoffee #HackerNews #ngated

  11. New Release v2.4 of github.com/gradlex-org/jvm-dep

    🔧 Fixes:
    - #238: The patch DSL now supports dependencies with non-standard variant names (e.g., com.google.guava).
    - #243: Resolved clashes between jakarta.xml.ws:jakarta.xml.ws-api and jakarta.jws:jakarta.jws-api for versions ≤ 4.0.

    ⚠️ Deprecation:
    - #251: GuavaComponentRule is now deprecated in favor of the more flexible and general patch DSL.

    #Gradle #DependencyManagement #Java #JVM #OpenSource #DevTools #SoftwareEngineering