Instructions to add the owasp dependency check plugin in maven or gradle and detect possible vulnerabilities as part of the dependencies of our applications.
Continue readingTag: gradle
Creating a Fat Jar using maven and gradle
It’s very common that we might need to create a Java application and generate the jar executable, but we need to use third-party libraries that […]
Continue readingMaven Central Repository is moving to HTTPS and disablig HTTP access
Maven Central Repository is moving to https and http connections are disabled from January 15, 2020.
Here are the steps to fix any issue you can have.