Skip to content

Commit

Permalink
Update locks to Kafka dependency versions in Central
Browse files Browse the repository at this point in the history
Apparently Confluent has their own version scheme and uses the same artifact/group name but doesn't publish to Central, and that's the versions that got picked up when writing the locks because it is a higher version.
  • Loading branch information
shakuzen committed Oct 29, 2020
1 parent 9fc71ce commit 073946e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def VERSIONS = [
'net.sf.ehcache:ehcache:latest.release',
'org.apache.httpcomponents:httpasyncclient:latest.release',
'org.apache.httpcomponents:httpclient:latest.release',
'org.apache.kafka:kafka-clients:latest.release',
'org.apache.kafka:kafka-streams:latest.release',
'org.apache.kafka:kafka-clients:2.+',
'org.apache.kafka:kafka-streams:2.+',
'org.apache.logging.log4j:log4j-core:2.+',
'org.apache.tomcat.embed:tomcat-embed-core:8.+',
'org.aspectj:aspectjweaver:1.8.+',
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 073946e

Please sign in to comment.