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: jamesmudd/jhdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4062421f93cbece4458bc2b357edfea6aeeb22ff
Choose a base ref
..
head repository: jamesmudd/jhdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ffe32f2aae82c7789c6f2254b6ce6ccf654e1ec
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 jhdf/build.gradle
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ dependencies {
implementation group: 'org.lz4', name: 'lz4-java', version: '1.8.0'

// Use JUnit 5 test framework
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.10.2'
testRuntimeOnly group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.36'

// Mocking