Skip to content

Commit

Permalink
fix(deps): update gradle non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and stempler committed Aug 22, 2024
1 parent 81fe724 commit a46aa15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = '5.2.1'
def haleVersion = '5.3.0'
// 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
4 changes: 2 additions & 2 deletions test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

// Testing
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'

// Offline resources for testing
// Always test current versions
Expand Down

0 comments on commit a46aa15

Please sign in to comment.