Skip to content

fix(deps): bump com.squareup.okio:okio from 3.1.0 to 3.4.0 #721

fix(deps): bump com.squareup.okio:okio from 3.1.0 to 3.4.0

fix(deps): bump com.squareup.okio:okio from 3.1.0 to 3.4.0 #721

Workflow file for this run

name: CI and automated releases
on:
pull_request:
push:
branches: [ master ]
jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/jvm-lib-ci.yml@main
release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/jvm-lib-release.yml@main
secrets:
maven_username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven_password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
maven_central_signing_key_id: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_ID }}
maven_central_signing_key: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY }}
maven_central_signing_key_password: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PASSPHRASE }}