Downgrade to JUnit 4.12
Since it does not appear that JUnit 4.13 will be released before Spring Framework 5.2 GA, I am reverting back to JUnit 4.12 for the time being. See gh-22894
This commit is contained in:
		
							parent
							
								
									683fe9ed70
								
							
						
					
					
						commit
						665e8aa51c
					
				| 
						 | 
				
			
			@ -187,7 +187,7 @@ configure(allprojects) { project ->
 | 
			
		|||
				exclude group: "xerces", name: "xercesImpl"
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			dependency("junit:junit:4.13-beta-3") {
 | 
			
		||||
			dependency("junit:junit:4.12") {
 | 
			
		||||
				exclude group: "org.hamcrest", name: "hamcrest-core"
 | 
			
		||||
			}
 | 
			
		||||
			dependency("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.1") {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue