Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
mavenCentral()
}
dependencies {
def haleVersion = '6.4.0'
def haleVersion = '6.4.1'
// for Config class
classpath "eu.esdihumboldt.hale:eu.esdihumboldt.util.config:$haleVersion"
// for XMLSchemaUpdater (depends on https://github.com/halestudio/hale/pull/731)
Expand Down
2 changes: 1 addition & 1 deletion test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.18'

// Testing
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0'
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.3'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

// Offline resources for testing
Expand Down
Loading