Skip to content

Bump com.google.protobuf:protobuf-java-util from 3.17.3 to 4.27.1 #33

Bump com.google.protobuf:protobuf-java-util from 3.17.3 to 4.27.1

Bump com.google.protobuf:protobuf-java-util from 3.17.3 to 4.27.1 #33

Workflow file for this run

name: Pull Request Build
on:
pull_request:
types: [ "opened", "reopened", "synchronize", ]
jobs:
release:
runs-on: ubuntu-latest
outputs:
version: ${{steps.build.outputs.version}}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'zulu'
cache: 'maven'
- name: Build with Maven
id: build
run: |
mvn -B -V -ntp clean package