Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates in the / directory: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [com.google.jsinterop:jsinterop-annotations](https://github.com/google/jsinterop-annotations).


Updates `com.google.protobuf:protobuf-java` from 4.27.0 to 4.27.1
- [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.jsinterop:jsinterop-annotations` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/google/jsinterop-annotations/releases)
- [Commits](google/jsinterop-annotations@2.0.0...2.0.2)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.jsinterop:jsinterop-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 95cbdff commit 1d36a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
-->
<guava.jre.version>33.2.1-jre</guava.jre.version>
<gwt.version>2.10.0</gwt.version>
<protobuf.version>4.27.0</protobuf.version>
<protobuf.version>4.27.1</protobuf.version>
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
<!-- TODO(cpovirk): Use protobuf.version instead. But that requires finding the new way to request the Lite runtime. -->
<protobuf-lite.protoc.version>3.1.0</protobuf-lite.protoc.version>
Expand Down Expand Up @@ -128,7 +128,7 @@
<dependency>
<groupId>com.google.jsinterop</groupId>
<artifactId>jsinterop-annotations</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 1d36a07

Please sign in to comment.