Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 4.27.0 to 4.27.5
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.27.0 to 4.27.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent cf3527b commit 29dbcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
implementation 'com.google.protobuf:protobuf-java:4.27.0'
implementation 'com.google.protobuf:protobuf-java:4.27.5'
implementation 'org.jmdns:jmdns:3.5.9'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 29dbcfc

Please sign in to comment.