mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	chore(version): bump kafka version (#12136)
This commit is contained in:
		
							parent
							
								
									f9251c8759
								
							
						
					
					
						commit
						cc81dc45a6
					
				@ -60,7 +60,7 @@ dependencies {
 | 
			
		||||
  // mock internal schema registry
 | 
			
		||||
  implementation externalDependency.kafkaAvroSerde
 | 
			
		||||
  implementation externalDependency.kafkaAvroSerializer
 | 
			
		||||
  implementation "org.apache.kafka:kafka_2.12:3.7.1"
 | 
			
		||||
  implementation "org.apache.kafka:kafka_2.13:3.7.2"
 | 
			
		||||
 | 
			
		||||
  implementation externalDependency.slf4jApi
 | 
			
		||||
  compileOnly externalDependency.lombok
 | 
			
		||||
 | 
			
		||||
@ -22,7 +22,7 @@ ARG ALPINE_REPO_URL
 | 
			
		||||
ARG APACHE_DOWNLOAD_URL
 | 
			
		||||
ARG GITHUB_REPO_URL
 | 
			
		||||
 | 
			
		||||
ENV KAFKA_VERSION=3.7.1
 | 
			
		||||
ENV KAFKA_VERSION=3.7.2
 | 
			
		||||
ENV SCALA_VERSION=2.13
 | 
			
		||||
 | 
			
		||||
LABEL name="kafka" version=${KAFKA_VERSION}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user