Bump grpc-core from 1.43.1 to 1.43.2
Bumps [grpc-core](https://github.com/grpc/grpc-java) from 1.43.1 to 1.43.2. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.43.1...v1.43.2) --- updated-dependencies: - dependency-name: io.grpc:grpc-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bd3275037f
commit
4e1a9a1500
6
pom.xml
6
pom.xml
|
@ -40,7 +40,7 @@
|
|||
<felix.version>7.0.3</felix.version>
|
||||
<findbugs.jsr305.version>3.0.2</findbugs.jsr305.version>
|
||||
<google.errorprone.version>2.10.0</google.errorprone.version>
|
||||
<grpc.version>1.43.1</grpc.version>
|
||||
<grpc.version>1.43.2</grpc.version>
|
||||
<gson.version>2.8.9</gson.version>
|
||||
<guava.version>31.0.1-jre</guava.version>
|
||||
<guice.version>5.0.1</guice.version>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<!-- some maven plugins versions -->
|
||||
<appassembler.maven.plugin.version>2.1.0</appassembler.maven.plugin.version>
|
||||
<asciidoctor.maven.plugin.version>2.2.1</asciidoctor.maven.plugin.version>
|
||||
<build-helper.maven.plugin.version>3.2.0</build-helper.maven.plugin.version>
|
||||
<build-helper.maven.plugin.version>3.3.0</build-helper.maven.plugin.version>
|
||||
<buildnumber.maven.plugin.version>3.0.0</buildnumber.maven.plugin.version>
|
||||
<depends.maven.plugin.version>1.4.0</depends.maven.plugin.version>
|
||||
<docbkx.maven.plugin.version>2.0.17</docbkx.maven.plugin.version>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<license.maven.plugin.version>4.1</license.maven.plugin.version>
|
||||
<maven.antrun.plugin.version>3.0.0</maven.antrun.plugin.version>
|
||||
<maven.assembly.plugin.version>3.3.0</maven.assembly.plugin.version>
|
||||
<maven.bundle.plugin.version>5.1.3</maven.bundle.plugin.version>
|
||||
<maven.bundle.plugin.version>5.1.4</maven.bundle.plugin.version>
|
||||
<maven.clean.plugin.version>3.1.0</maven.clean.plugin.version>
|
||||
<maven.checkstyle.plugin.version>3.1.2</maven.checkstyle.plugin.version>
|
||||
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
|
||||
|
|
Loading…
Reference in New Issue