Skip to content

Commit

Permalink
chore(deps): Bump the maven group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 4 updates in the /tools/bom directory: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf), com.google.protobuf:protobuf-javalite, com.google.protobuf:protobuf-kotlin and com.google.protobuf:protobuf-kotlin-lite.


Updates `com.google.protobuf:protobuf-java` from 4.26.0-jpms 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)

Updates `com.google.protobuf:protobuf-javalite` from 4.26.0-jpms to 4.27.5

Updates `com.google.protobuf:protobuf-kotlin` from 4.26.0-jpms to 4.27.5

Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.26.0-jpms to 4.27.5

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-kotlin
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent f183353 commit f7808eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.26.0-jpms</version>
<version>4.27.5</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-javalite</artifactId>
<version>4.26.0-jpms</version>
<version>4.27.5</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand All @@ -84,12 +84,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-kotlin</artifactId>
<version>4.26.0-jpms</version>
<version>4.27.5</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-kotlin-lite</artifactId>
<version>4.26.0-jpms</version>
<version>4.27.5</version>
</dependency>
<dependency>
<groupId>org.reactivestreams</groupId>
Expand Down

0 comments on commit f7808eb

Please sign in to comment.