Update a number of dependencies
This commit is contained in:
		
							parent
							
								
									9de836b2c4
								
							
						
					
					
						commit
						20dd62d5b4
					
				
					 2 changed files with 16 additions and 11 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/test-push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-push.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -4,7 +4,7 @@ jobs: | ||||||
|   gradle: |   gradle: | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         gradle: [4.9, 4.10.2, 6.7] |         gradle: [4.9, 4.10.2, 6.8] | ||||||
|         java: [jdk8, jdk11, jdk15] |         java: [jdk8, jdk11, jdk15] | ||||||
|         exclude: # Dont run older gradle versions on newer java |         exclude: # Dont run older gradle versions on newer java | ||||||
|           - java: jdk15 |           - java: jdk15 | ||||||
|  |  | ||||||
							
								
								
									
										25
									
								
								build.gradle
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								build.gradle
									
									
									
									
									
								
							|  | @ -36,26 +36,31 @@ dependencies { | ||||||
| 	implementation gradleApi() | 	implementation gradleApi() | ||||||
| 
 | 
 | ||||||
| 	// libraries | 	// libraries | ||||||
| 	implementation ('commons-io:commons-io:2.6') | 	implementation ('commons-io:commons-io:2.8.0') | ||||||
| 	implementation ('org.zeroturnaround:zt-zip:1.13') | 	implementation ('org.zeroturnaround:zt-zip:1.14') | ||||||
| 	implementation ('com.google.code.gson:gson:2.8.5') | 	implementation ('com.google.code.gson:gson:2.8.6') | ||||||
| 	implementation ('com.google.guava:guava:28.0-jre') | 	implementation ('com.google.guava:guava:30.1-jre') | ||||||
|  | 	implementation ('org.ow2.asm:asm:9.0') | ||||||
|  | 	implementation ('org.ow2.asm:asm-analysis:9.0') | ||||||
|  | 	implementation ('org.ow2.asm:asm-commons:9.0') | ||||||
|  | 	implementation ('org.ow2.asm:asm-tree:9.0') | ||||||
|  | 	implementation ('org.ow2.asm:asm-util:9.0') | ||||||
| 
 | 
 | ||||||
| 	// game handling utils | 	// game handling utils | ||||||
| 	implementation ('net.fabricmc:stitch:0.4.6+build.74') { | 	implementation ('net.fabricmc:stitch:0.5.1+build.77') { | ||||||
| 		exclude module: 'enigma' | 		exclude module: 'enigma' | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	// tinyfile management | 	// tinyfile management | ||||||
| 	implementation ('net.fabricmc:tiny-remapper:0.3.0.70') | 	implementation ('net.fabricmc:tiny-remapper:0.3.2') | ||||||
| 	implementation ('net.fabricmc:tiny-mappings-parser:0.2.2.14') | 	implementation ('net.fabricmc:tiny-mappings-parser:0.3.0+build.17') | ||||||
| 
 | 
 | ||||||
| 	implementation 'net.fabricmc:access-widener:1.0.0' | 	implementation 'net.fabricmc:access-widener:1.0.0' | ||||||
| 
 | 
 | ||||||
| 	implementation ('net.fabricmc:lorenz-tiny:2.0.0+build.2') { | 	implementation ('net.fabricmc:lorenz-tiny:3.0.0') { | ||||||
| 		transitive = false | 		transitive = false | ||||||
| 	} | 	} | ||||||
| 	implementation ('org.cadixdev:lorenz-io-proguard:0.5.5') | 	implementation ('org.cadixdev:lorenz-io-proguard:0.5.6') | ||||||
| 
 | 
 | ||||||
| 	// decompilers | 	// decompilers | ||||||
| 	implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.13') | 	implementation ('net.fabricmc:procyon-fabric-compilertools:0.5.35.13') | ||||||
|  | @ -66,7 +71,7 @@ dependencies { | ||||||
| 	implementation ('org.cadixdev:mercury:0.1.0-rc1') | 	implementation ('org.cadixdev:mercury:0.1.0-rc1') | ||||||
| 
 | 
 | ||||||
| 	// Kapt integration | 	// Kapt integration | ||||||
| 	compileOnly('org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.72') | 	compileOnly('org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21') | ||||||
| 
 | 
 | ||||||
| 	// Testing | 	// Testing | ||||||
| 	testImplementation(gradleTestKit()) | 	testImplementation(gradleTestKit()) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue