Skip to content

Commit

Permalink
Bump the java group in /java with 2 updates
Browse files Browse the repository at this point in the history
Bumps the java group in /java with 2 updates: commons-validator:commons-validator and [io.grpc:grpc-bom](https://github.com/grpc/grpc-java).


Updates `commons-validator:commons-validator` from 1.7 to 1.8.0

Updates `io.grpc:grpc-bom` from 1.59.1 to 1.60.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.59.1...v1.60.0)

---
updated-dependencies:
- dependency-name: commons-validator:commons-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
- dependency-name: io.grpc:grpc-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 97f9e1f commit 86bd799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<protobuf.maven.plugin.version>0.6.1</protobuf.maven.plugin.version>

<re2j.version>1.7</re2j.version>
<commons.validator.version>1.7</commons.validator.version>
<grpc.version>1.59.1</grpc.version>
<commons.validator.version>1.8.0</commons.validator.version>
<grpc.version>1.60.0</grpc.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.24.2</assertj.version>
<java.release>8</java.release>
Expand Down

0 comments on commit 86bd799

Please sign in to comment.