Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 20, 2022
1 parent f05dbac commit c8aebf1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
build:
uses: valitydev/base-workflow/.github/workflows/maven-thrift-build.yml@v1.0.0
uses: valitydev/base-workflow/.github/workflows/maven-thrift-build.yml@v1.0.1
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
deploy:
uses: valitydev/base-workflow/.github/workflows/maven-thrift-deploy.yml@v1.0.0
uses: valitydev/base-workflow/.github/workflows/maven-thrift-deploy.yml@v1.0.1
with:
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/erlang-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
build:
uses: valitydev/base-workflow/.github/workflows/erlang-thrift-build.yml@v1.0.0
uses: valitydev/base-workflow/.github/workflows/erlang-thrift-build.yml@v1.0.1
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</parent>

<artifactId>notification-proto</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>dev.vality.woody</groupId>
<artifactId>woody-thrift</artifactId>
<version>1.0.0</version>
<version>1.0.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c8aebf1

Please sign in to comment.