INT-41: Bump woody version (#16)

* INT-41: Bump woody version

* Update all non-major dependencies (#14)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* Fix build

Co-authored-by: dmitriibaikov <bdv@empayre.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pavel Popov <tolkonepiu@users.noreply.github.com>
This commit is contained in:
Baikov Dmitrii 2022-01-20 02:39:07 -08:00 committed by GitHub
parent f90de6c809
commit 98ca5c13e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 8 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install thrift
uses: valitydev/action-setup-thrift@v0.0.4
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.13
with:
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}

View File

@ -13,9 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: valitydev/action-setup-thrift@v0.0.4
with:
thrift-version: '0.14.2'
- uses: valitydev/action-setup-thrift@v0.0.5
- uses: erlef/setup-beam@v1.10
id: beam

View File

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

View File

@ -7,7 +7,7 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<artifactId>damsel</artifactId>
@ -40,7 +40,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>