Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Feb 28, 2024
1 parent f22bde6 commit e31d969
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ java {

ext {
isReleaseVersion = !version.endsWith("SNAPSHOT")
junitVersion = '5.10.1'
junitVersion = '5.10.2'

// 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
14 changes: 7 additions & 7 deletions screencast/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion screencast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"svgo": "^3.2.0"
},
"devDependencies": {
"npm-check-updates": "^16.14.12"
"npm-check-updates": "^16.14.15"
}
}

0 comments on commit e31d969

Please sign in to comment.