Skip to content

Commit

Permalink
Merge branch 'dev' into fix/automerge-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsessanchez authored Feb 16, 2024
2 parents 2f63da4 + fb89923 commit 47d2560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Build Artifact
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.0
with:
workflow: build-and-publish.yml
workflow_conclusion: success
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testImplementation 'io.opentelemetry:opentelemetry-api:1.35.0'
testImplementation 'io.opentelemetry:opentelemetry-context:1.35.0'
testImplementation 'io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha'
testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.52'
testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.53'

implementation 'com.google.code.gson:gson:2.10.1'

Expand Down

0 comments on commit 47d2560

Please sign in to comment.