Skip to content

Commit

Permalink
Combined dependency updates (2024-11-02)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump actions/upload-artifact from 4.4.0 to 4.4.3](#114)
- [Bump chai from 5.1.1 to 5.1.2 in /dashgit-web/test](#113)
- [Bump mocha from 10.7.3 to 10.8.2 in /dashgit-web/test](#112)
- [Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1 in /dashgit-updater](#111)
- [Bump org.springframework:spring-web from 6.1.13 to 6.1.14 in /dashgit-updater](#110)
- [Bump io.github.javiertuya:visual-assert from 2.5.0 to 2.5.1 in /dashgit-updater](#109)
- [Bump org.gitlab4j:gitlab4j-api from 5.6.0 to 5.7.0 in /dashgit-updater](#108)
- [Bump @gitbeaker/rest from 40.3.0 to 41.1.0 in /dashgit-web/app in the web-manual-updates group](#107)
  • Loading branch information
javiertuya authored Nov 2, 2024
1 parent 2751648 commit 57d17ee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
npm run report
- name: Publish test report files
if: success() || failure() # always run even if the previous step fails
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.3
with:
name: "test-ut-report-files"
path: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- if: success()
run: echo "true" > test-it-status-${{ matrix.scope }}.txt

- uses: actions/upload-artifact@v4.4.0
- uses: actions/upload-artifact@v4.4.3
if: success() || failure()
with:
name: test-it-status-${{ matrix.scope }}
Expand Down
8 changes: 4 additions & 4 deletions dashgit-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -72,12 +72,12 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.13</version>
<version>6.1.14</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.4</version>
<version>5.4.1</version>
</dependency>

<dependency>
Expand All @@ -88,7 +88,7 @@
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>5.6.0</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dashgit-web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"dependencies": {
"@octokit/rest": "21.0.2",
"@octokit/graphql": "8.1.1",
"@gitbeaker/rest": "40.3.0"
"@gitbeaker/rest": "41.1.0"
}
}
6 changes: 3 additions & 3 deletions dashgit-web/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"report": "mocha Test*.js --reporter mochawesome"
},
"dependencies": {
"mocha": "10.7.3",
"chai": "5.1.1",
"mocha": "10.8.2",
"chai": "5.1.2",
"mochawesome": "7.1.3"
}
}
}

0 comments on commit 57d17ee

Please sign in to comment.