Skip to content

Commit 804bd23

Browse files
dependabot[bot]serhatozdursun
authored andcommitted
Bump the maven-dependencies group with 3 updates (#929)
Bumps the maven-dependencies group with 3 updates: [io.grpc:grpc-bom](https://github.com/grpc/grpc-java), [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). Updates `io.grpc:grpc-bom` from 1.73.0 to 1.74.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.73.0...v1.74.0) Updates `org.junit:junit-bom` from 5.13.2 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.4) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: serhatozdursun <serhat.ozdursun@gmail.com>
1 parent 4e346fa commit 804bd23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.junit</groupId>
2121
<artifactId>junit-bom</artifactId>
22-
<version>5.13.2</version>
22+
<version>5.13.4</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-gpg-plugin</artifactId>
198-
<version>3.2.7</version>
198+
<version>3.2.8</version>
199199
<executions>
200200
<execution>
201201
<id>sign-artifacts</id>
@@ -317,7 +317,7 @@
317317
<maven.compiler.target>${java.version}</maven.compiler.target>
318318

319319
<protobuf.version>4.31.1</protobuf.version>
320-
<grpc.version>1.73.0</grpc.version>
320+
<grpc.version>1.74.0</grpc.version>
321321
</properties>
322322

323323
</project>

0 commit comments

Comments
 (0)