Skip to content

Bump com.google.protobuf:protobuf-java from 3.24.4 to 4.28.3 #580

Bump com.google.protobuf:protobuf-java from 3.24.4 to 4.28.3

Bump com.google.protobuf:protobuf-java from 3.24.4 to 4.28.3 #580

Workflow file for this run

name: Build and test
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Java setup
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with maven
run: ./mvnw -B -U clean package