Update all non-major dependencies

This commit is contained in:
Renovate Bot 2022-01-27 15:07:28 +00:00
parent 33efc17936
commit 12c66587a4
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install thrift
uses: valitydev/action-setup-thrift@v0.0.1
uses: valitydev/action-setup-thrift@v0.0.5
- name: Checkout Repo
uses: actions/checkout@v2
with:

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install thrift
uses: valitydev/action-setup-thrift@v0.0.1
uses: valitydev/action-setup-thrift@v0.0.5
- name: Checkout Repo
uses: actions/checkout@v2
with:
@ -22,7 +22,7 @@ jobs:
echo "::set-output name=SHA_7::${GITHUB_SHA::7}"
id: commit_info
- name: Deploy package
uses: valitydev/action-deploy-jdk-package@v1.0.12
uses: valitydev/action-deploy-jdk-package@v1.0.14
with:
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}

View File

@ -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>schedulator-proto</artifactId>
@ -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>
@ -60,7 +60,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>damsel</artifactId>
<version>1.538-5addc41</version>
<version>1.544-dcd92dd</version>
<scope>provided</scope>
</dependency>
</dependencies>