question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Update of package maven/dependencies

See original GitHub issue

Hi, 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
scholzjcommented, Sep 18, 2020

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.

0reactions
reinaldo-pintocommented, Nov 4, 2020

Hi @scholzj , I will close it is question. Thank you for all help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found