[Question] Update of package maven/dependencies
See original GitHub issueHi, we use the version strimzi/operator:0.19.0 (and latest), we need to update (for questions of security) these libs:
snakeyaml-1.24 - path /opt/strimzi/lib/org.yaml.snakeyaml-1.24.jar
keycloak-core-10.0.0 - path /opt/strimzi/lib/org.keycloak.keycloak-core-10.0.0.jar
To version:
>= snakeyaml-1.26
>= keycloak-core-11.0.0
Is there any way to update these dependencies? Thank you.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Maven update dependencies in POM - Stack Overflow
Maven update dependencies in POM · 2. I'd be perfectly happy if a plugin would simply check for updates and inform me about...
Read more >tfs - Maven dependencies are not getting updated after taking ...
First, you can try force updating the Project by using the option in Eclipse. Right click on the Project > Maven > Update...
Read more >Maven Getting Started Guide
This guide is intended as a reference for those working with Maven for the first time, ... How do I create a JAR...
Read more >Top Maven Interview Questions (2022) - InterviewBit
We hope this set of Maven interview questions will assist you in ... To update dependencies, simply update the version ID in the...
Read more >31 Most Frequently Asked Maven Interview Questions ...
Answer: Maven repository is the location of a directory where all the related project artifacts, jars, libraries, plugins are kept and can be ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you need to fix them privately in 0.19.0, you would need to get the source, update the dependencies and rebuild the project.
For updating them in master, I would need to find out what is using them. I’m quite sure the Keycloak would be a transitive dependency for the OAuth library. So we should fix it there first and do 0.6.1 release. For SnakeYAML I would need to find out first how do we pull it in.
Hi @scholzj , I will close it is question. Thank you for all help.