Léo Geoffroy
Léo Geoffroy
Hello @vinodjoy It is not clear why you want to add the openssh dependency to this docker image. What could help is to provide an example of what you want...
There might some changes in the general build.gradle: build.gradle:21 -> 'SonarQube Scanner for Gradle' build.gradle:85 ```gradlePlugin { plugins { sonarqubePlugin { displayName = projectName description = project.description id = 'org.sonarqube'...
> > There might some changes in the general build.gradle: build.gradle:21 -> 'SonarQube Scanner for Gradle' build.gradle:85 > > ``` > > plugins { > > sonarqubePlugin { > >...
The dependency is already managed by [parent-oss](https://github.com/SonarSource/parent-oss/pulls), and it seems the [latest version](https://github.com/SonarSource/parent-oss/blob/master/pom.xml#L119) contains the fixed version of cyclonedx. Have you tried to update the parent instead ?
Same problem for us, after upgrading to litellm 1.68.0, we noticed that our AWS lambda cannot be deployed anymore with the same error. We are considering removing manually the hf_xet...