Skip to content

Commit

Permalink
chore: Update all patch dependencies (v1.x.x) (#3785)
Browse files Browse the repository at this point in the history
* chore: Update all patch dependencies

* v1 dependency upgrade

Signed-off-by: sj895092 <[email protected]>

* sync package-loc.json with package.json

Signed-off-by: sj895092 <[email protected]>

* fix security vulnerabilities

Signed-off-by: sj895092 <[email protected]>


---------

Signed-off-by: sj895092 <[email protected]>
Signed-off-by: ShobhaJayanna <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: ShobhaJayanna <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent f2d73b7 commit 97d2f28
Show file tree
Hide file tree
Showing 25 changed files with 1,193 additions and 2,704 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
2 changes: 1 addition & 1 deletion api-catalog-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
classpath("gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:${gradleGitPropertiesVersion}")
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r") {
classpath ("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r") {
force = true
}
}
Expand Down
Loading

0 comments on commit 97d2f28

Please sign in to comment.