-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump sshd-common version to 2.9.2 #29541
Conversation
<dependency> | ||
<groupId>org.apache.sshd</groupId> | ||
<artifactId>sshd-common</artifactId> | ||
<version>${sshd-common.version}</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some Camel Quarkus extensions depend on both sshd-core and sshd-common. Hence it would be nice if Quarkus could manage both.
<dependency> | |
<groupId>org.apache.sshd</groupId> | |
<artifactId>sshd-common</artifactId> | |
<version>${sshd-common.version}</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.sshd</groupId> | |
<artifactId>sshd-core</artifactId> | |
<version>${sshd-common.version}</version> | |
</dependency> | |
<dependency> | |
<groupId>org.apache.sshd</groupId> | |
<artifactId>sshd-common</artifactId> | |
<version>${sshd-common.version}</version> | |
</dependency> |
@aloubyansky a particular reason why you ignored @ppalaga 's comment? I think it makes sense. I can take care of it if it should be done. |
Oh, sorry, I missed it. |
Let me re-do that. |
Would a separate PR be OK? #29569 |
Perfect thanks (and with all the backport labels!). |
No description provided.