Skip to content

Commit

Permalink
:dependabot: Bump de.undercouch.download from 5.5.0 to 5.6.0
Browse files Browse the repository at this point in the history
* :dependabot: Bump de.undercouch.download from 5.5.0 to 5.6.0

Bumps [de.undercouch.download](https://github.com/michel-kraemer/gradle-download-task) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/michel-kraemer/gradle-download-task/releases)
- [Commits](michel-kraemer/gradle-download-task@5.5.0...5.6.0)

---
updated-dependencies:
- dependency-name: de.undercouch.download
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* install nodejs only if required

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Mar 1, 2024
1 parent 9033f73 commit ee22c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postStartCommand": "sudo apt-get update && sudo apt-get install -y fontconfig && sudo apt-get clean",
"postAttachCommand": "nvm install 21.6.2",
"postAttachCommand": "nvm use 21.6.2 || nvm install 21.6.2",
"customizations": {
"vscode": {
"extensions": [
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'jacoco'
id 'application'
id 'maven-publish'
id 'de.undercouch.download' version '5.5.0'
id 'de.undercouch.download' version '5.6.0'
id 'com.adarshr.test-logger' version '4.0.0'
id 'org.springframework.boot' version '3.3.0-M2'
id 'com.github.ben-manes.versions' version '0.51.0'
Expand Down

0 comments on commit ee22c98

Please sign in to comment.