Skip to content

Commit

Permalink
v1 dependency upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: sj895092 <[email protected]>
  • Loading branch information
Shobhajayanna committed Sep 24, 2024
1 parent 212949e commit b07421d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: >
./gradlew runStartUpCheck --info --scan
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITests-${{ env.JOB_ID }}
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
-Partifactory_user=${{ secrets.ARTIFACTORY_USERNAME }} -Partifactory_password=${{ secrets.ARTIFACTORY_PASSWORD }}
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: ContainerCITestsRegistration-${{ env.JOB_ID }}
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
-Partifactory_user=${{ secrets.ARTIFACTORY_USERNAME }} -Partifactory_password=${{ secrets.ARTIFACTORY_PASSWORD }}
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITestsZosmfPH34201-${{ env.JOB_ID }}
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
-Partifactory_user=${{ secrets.ARTIFACTORY_USERNAME }} -Partifactory_password=${{ secrets.ARTIFACTORY_PASSWORD }}
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: ContainerCITestsZosmfWithoutJwt-${{ env.JOB_ID }}
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
-Partifactory_user=${{ secrets.ARTIFACTORY_USERNAME }} -Partifactory_password=${{ secrets.ARTIFACTORY_PASSWORD }}
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: ContainerCITestsZosmfWithoutJwtWithAuthenticateEndpoint-${{ env.JOB_ID }}
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
if: always()

- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: ContainerCITestsInternalPort-${{ env.JOB_ID }}
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
-Partifactory_user=${{ secrets.ARTIFACTORY_USERNAME }} -Partifactory_password=${{ secrets.ARTIFACTORY_PASSWORD }}
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: ContainerCITestsWithRedisWithoutSslVerification-${{ env.JOB_ID }}
Expand Down Expand Up @@ -573,7 +573,7 @@ jobs:
chmod 755 -R .gradle
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITestsHA-${{ env.JOB_ID }}
Expand Down Expand Up @@ -669,7 +669,7 @@ jobs:
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: LbHaTests-${{ env.JOB_ID }}
Expand Down Expand Up @@ -740,7 +740,7 @@ jobs:
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITestsDiscoveryChaoticHA-${{ env.JOB_ID }}
Expand Down Expand Up @@ -811,7 +811,7 @@ jobs:
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITestsGatewayChaoticHA-${{ env.JOB_ID }}
Expand Down Expand Up @@ -886,7 +886,7 @@ jobs:
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITestsDicoverableClientChaoticHA-${{ env.JOB_ID }}
Expand Down Expand Up @@ -961,7 +961,7 @@ jobs:
# Coverage results are not stored in this job as it would not provide much additional data
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: CITestsWebSocketChaoticHA-${{ env.JOB_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Store results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ErrorMessage-${{ env.JOB_ID }}
path: |
Expand Down
Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
networkTimeout=10000
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
16 changes: 6 additions & 10 deletions metrics-service-ui/frontend/package-lock.json

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

6 changes: 3 additions & 3 deletions onboarding-enabler-nodejs-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"license": "EPL-2.0",
"dependencies": {
"@zowe/apiml-onboarding-enabler-nodejs": "file:../onboarding-enabler-nodejs",
"express": "4.19.2"
"express": "^4.21.0"
},
"overrides": {
"tough-cookie": "4.1.4"
},
"engines": {
"npm": "=9.3.1",
"node": "=18.14.0"
"npm": "=9.3.1",
"node": "=18.14.0"
}
}

0 comments on commit b07421d

Please sign in to comment.