Skip to content

Commit

Permalink
Bump the maven-patch-group group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven-patch-group group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).


Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `com.google.protobuf:protobuf-java` from 4.28.2 to 4.28.3
- [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: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-patch-group
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and afs committed Oct 28, 2024
1 parent 20d9c7e commit f9e5778
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 @@ -72,7 +72,7 @@

<ver.shiro>2.0.1</ver.shiro>

<ver.protobuf>4.28.2</ver.protobuf>
<ver.protobuf>4.28.3</ver.protobuf>
<ver.libthrift>0.21.0</ver.libthrift>

<ver.caffeine>3.1.8</ver.caffeine>
Expand All @@ -98,7 +98,7 @@

<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
<ver.junit5>5.11.2</ver.junit5>
<ver.junit5>5.11.3</ver.junit5>
<ver.junit5-platform>1.10.2</ver.junit5-platform>

<ver.mockito>5.14.2</ver.mockito>
Expand Down

0 comments on commit f9e5778

Please sign in to comment.