Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Sep 28, 2022
1 parent 1da8f07 commit 7d6de83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
- uses: actions/stale@v6
with:
# Number of days of inactivity before an issue becomes stale
days-before-stale: 60
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ targetCompatibility = '1.8'

ext {
isReleaseVersion = !version.endsWith("SNAPSHOT")
junitVersion = '5.9.0'
junitVersion = '5.9.1'

// on CI server, limit functional tests to major versions to avoid running
// out of open file descriptors (happens when we load the jar files of too
Expand Down Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation 'org.slf4j:slf4j-nop:1.7.36'

testImplementation "commons-io:commons-io:2.11.0"
testImplementation "com.github.tomakehurst:wiremock-jre8:2.33.2"
testImplementation "com.github.tomakehurst:wiremock-jre8:2.34.0"
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
Expand Down

0 comments on commit 7d6de83

Please sign in to comment.