Skip to content

Commit a72c8ad

Browse files
Bump protoc from 3.21.4 to 3.21.5 in /fhir-parent (#3923)
* Bump protoc from 3.21.4 to 3.21.5 in /fhir-parent Bumps [protoc](https://github.com/protocolbuffers/protobuf) from 3.21.4 to 3.21.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](protocolbuffers/protobuf@v3.21.4...v3.21.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * bump protobuf-java too Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lee Surprenant <lmsurpre@merative.com>
1 parent 6a0f29d commit a72c8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fhir-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,12 +494,12 @@
494494
<dependency>
495495
<groupId>com.google.protobuf</groupId>
496496
<artifactId>protobuf-java</artifactId>
497-
<version>3.21.4</version>
497+
<version>3.21.5</version>
498498
</dependency>
499499
<dependency>
500500
<groupId>com.google.protobuf</groupId>
501501
<artifactId>protoc</artifactId>
502-
<version>3.21.4</version>
502+
<version>3.21.5</version>
503503
<type>pom</type>
504504
</dependency>
505505
<dependency>

0 commit comments

Comments
 (0)