confluentinc / kafka-connect-storage-common

Shared software among connectors that target distributed filesystems and cloud storage.
Other
5 stars 155 forks source link

Pin common version to 7.2.1 #258

Closed sudeshwasnik closed 2 years ago

sudeshwasnik commented 2 years ago

Problem

Adding range in version can lead to variety of kafka.version in common. All of which may not be available for public builds.

Solution

Pin parent common version, so the dependencies imported remain constant and does not change with time.

Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan