mirror of
				https://github.com/spring-projects/spring-data-elasticsearch.git
				synced 2025-10-30 22:28:47 +00:00 
			
		
		
		
	Upgrade to Testcontainers 2.0.
See spring-projects/spring-data-build#2688
This commit is contained in:
		
							parent
							
								
									828f588f3e
								
							
						
					
					
						commit
						2c49dc75de
					
				
							
								
								
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								pom.xml
									
									
									
									
									
								
							| @ -27,7 +27,6 @@ | ||||
| 		<hoverfly>0.20.2</hoverfly> | ||||
| 		<log4j>2.25.1</log4j> | ||||
| 		<jsonassert>1.5.3</jsonassert> | ||||
| 		<testcontainers>1.21.3</testcontainers> | ||||
| 		<wiremock>3.9.2</wiremock> | ||||
| 
 | ||||
| 		<java-module-name>spring.data.elasticsearch</java-module-name> | ||||
| @ -324,10 +323,16 @@ | ||||
| 			<scope>test</scope> | ||||
| 		</dependency> | ||||
| 
 | ||||
| 		<dependency> | ||||
| 			<groupId>org.apache.commons</groupId> | ||||
| 			<artifactId>commons-lang3</artifactId> | ||||
| 			<version>3.19.0</version> | ||||
| 			<scope>test</scope> | ||||
| 		</dependency> | ||||
| 
 | ||||
| 		<dependency> | ||||
| 			<groupId>org.testcontainers</groupId> | ||||
| 			<artifactId>elasticsearch</artifactId> | ||||
| 			<version>${testcontainers}</version> | ||||
| 			<artifactId>testcontainers-elasticsearch</artifactId> | ||||
| 			<scope>test</scope> | ||||
| 		</dependency> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user