Skip to content

Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.5 #564

Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.5

Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.5 #564

# Ensures that the current lib version is not yet published but executing the Gradle
# `checkVersionIncrement` task.
name: Check version increment
on:
push:
branches:
- '**'
jobs:
build:
name: Check version increment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: zulu
cache: gradle
- name: Check version is not yet published
shell: bash
run: ./gradlew checkVersionIncrement --stacktrace