Skip to content

Commit

Permalink
Bump grpc and protoc versions (#74)
Browse files Browse the repository at this point in the history
Bump gRPC to 1.60.1 and protoc to 25.0

# Checklist

The following aspects have been respected by the author of this pull
request, confirmed by both pull request assignee **and** reviewer:

* Changelog update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
* README update (necessity checked and entry added or not added
respectively)
  * [x] Pull Request Assignee
  * [x] Reviewer
  • Loading branch information
maximilianpilz authored Feb 22, 2024
1 parent 16243b7 commit b795ad7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- gRPC version to 1.60.1
- protoc version to 25.0

## [4.0.0] - 2023-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Draegerwerk AG & Co. KGaA
Copyright (c) 2022-2024 Draegerwerk AG & Co. KGaA

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions config/versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BASE_PACKAGE_VERSION=4.1.0
COMMON_PROTOC_VERSION=24.1
JAVA_PROTOC_VERSION=3.24.1
JAVA_GRPC_VERSION=1.58.0
PYTHON_PROTOC_VERSION=4.24.1
PYTHON_GRPC_VERSION=1.58.0
COMMON_PROTOC_VERSION=25.0
JAVA_PROTOC_VERSION=3.25.0
JAVA_GRPC_VERSION=1.60.1
PYTHON_PROTOC_VERSION=4.25.0
PYTHON_GRPC_VERSION=1.60.1

0 comments on commit b795ad7

Please sign in to comment.