Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(deps): Update plugin com.google.protobuf to v0.9.5
  • Loading branch information
cq-bot committed Aug 1, 2025
commit a177885023d040222a6fa6fd92f516c5bee043c5
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'application'
id 'com.google.protobuf' version '0.9.4'
id 'com.google.protobuf' version '0.9.5'
// Generate IntelliJ IDEA's .idea & .iml project files
id 'idea'
id "maven-publish"
Expand Down
Loading