mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 01:28:56 +08:00 
			
		
		
		
	Bump java dependency versions in tests
This commit is contained in:
		@@ -8,9 +8,9 @@ repositories {
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    api("org.apache.commons:commons-math3:3.6.1")
 | 
			
		||||
    implementation("com.google.guava:guava:32.1.2-jre")
 | 
			
		||||
    implementation("com.google.guava:guava:32.1.3-jre")
 | 
			
		||||
 | 
			
		||||
    testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
 | 
			
		||||
    testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
tasks.test {
 | 
			
		||||
 
 | 
			
		||||
@@ -20,7 +20,7 @@ dependencies {
 | 
			
		||||
    testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
 | 
			
		||||
        exclude group: 'org.codehaus.groovy', module: 'groovy-all'
 | 
			
		||||
    }
 | 
			
		||||
    testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.15.2'
 | 
			
		||||
    testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.15.3'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
test {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user