Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 20, 2022
1 parent 488f3cf commit f1e4bb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ buildscript {
maven { url "https://files.minecraftforge.net/maven" }
}
dependencies {
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3.4'
classpath 'org.minimallycorrect.libloader:LibLoaderGradle:0.1-SNAPSHOT'
classpath 'org.minimallycorrect.gradle:DefaultsPlugin:0.0.29'
classpath 'org.minimallycorrect.gradle:DefaultsPlugin:0.1.12'
}
}

Expand Down Expand Up @@ -37,7 +37,7 @@ curseforge {
}

dependencies {
libLoader "com.eclipsesource.minimal-json:minimal-json:0.9.4"
libLoader "com.eclipsesource.minimal-json:minimal-json:0.9.5"
libLoader "org.minimallycorrect.modpatcher:ModPatcher:${project.minimallyCorrectDefaults.minecraft}-SNAPSHOT"
testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13.2'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip

0 comments on commit f1e4bb8

Please sign in to comment.