Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eldoriarpg/SemVerTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a5100cc1795b5291d55f8919d9664245713ffef
Choose a base ref
..
head repository: eldoriarpg/SemVerTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e449817c6676804b08828a0f886762c16c28bf47
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 build.gradle.kts
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -24,9 +24,9 @@ dependencies {
errorprone("com.google.errorprone", "error_prone_core", "2.18.0")
errorproneJavac("com.google.errorprone", "javac", "9+181-r4173-1")

testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.9.3")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.9.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.9.3")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.10.0")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.10.0")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.0")
}

java {