Skip to content

Commit c0e7876

Browse files
Bump the maven-dependencies group with 5 updates (#941)
Bumps the maven-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.76.0` | `1.77.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.33.0` | `4.33.1` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `12.1.1` | `12.2.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.3.1` | `3.4.0` | Updates `io.grpc:grpc-bom` from 1.76.0 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.76.0...v1.77.0) Updates `com.google.protobuf:protobuf-java` from 4.33.0 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.puppycrawl.tools:checkstyle` from 12.1.1 to 12.2.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-12.1.1...checkstyle-12.2.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aff61a6 commit c0e7876

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<plugin>
216216
<groupId>org.apache.maven.plugins</groupId>
217217
<artifactId>maven-source-plugin</artifactId>
218-
<version>3.3.1</version>
218+
<version>3.4.0</version>
219219
<executions>
220220
<execution>
221221
<id>attach-sources</id>
@@ -287,7 +287,7 @@
287287
<dependency>
288288
<groupId>com.puppycrawl.tools</groupId>
289289
<artifactId>checkstyle</artifactId>
290-
<version>12.1.1</version>
290+
<version>12.2.0</version>
291291
</dependency>
292292
</dependencies>
293293
<executions>
@@ -332,7 +332,7 @@
332332
<plugin>
333333
<groupId>org.apache.maven.plugins</groupId>
334334
<artifactId>maven-resources-plugin</artifactId>
335-
<version>3.3.1</version>
335+
<version>3.4.0</version>
336336
<configuration>
337337
<encoding>UTF-8</encoding>
338338
</configuration>
@@ -369,8 +369,8 @@
369369
<maven.compiler.target>${java.version}</maven.compiler.target>
370370
<maven.compiler.release>${java.version}</maven.compiler.release>
371371

372-
<protobuf.version>4.33.0</protobuf.version>
373-
<grpc.version>1.76.0</grpc.version>
372+
<protobuf.version>4.33.1</protobuf.version>
373+
<grpc.version>1.77.0</grpc.version>
374374
</properties>
375375

376376
</project>

0 commit comments

Comments
 (0)