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: abfdfdcbf313612f541f797cae433d5d88a57164
Choose a base ref
..
head repository: eldoriarpg/SemVerTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58644c34330f904bf7f5e2873f3f7d138c7772ae
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.11.3")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.11.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.3")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
testImplementation("org.junit.jupiter", "junit-jupiter-params", "5.11.4")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.11.4")
}

java {