Skip to content

Commit

Permalink
Update grpc-common version to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode authored Jul 18, 2024
1 parent aa4b12c commit c926ea2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repositories {

dependencies {
api platform('com.exactpro.th2:bom:4.5.0')
api 'com.exactpro.th2:grpc-common:4.4.0-dev'
api 'com.exactpro.th2:grpc-common:4.5.0'

api "com.google.protobuf:protobuf-java-util"
api "io.grpc:grpc-stub"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_version=4.4.0
release_version=4.4.1
description='th2 gRPC check1 library'

vcs_url=https://github.com/th2-net/th2-grpc-check1
2 changes: 1 addition & 1 deletion package_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"package_name": "th2_grpc_check1",
"package_version": "4.4.0"
"package_version": "4.4.1"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

th2-grpc-common==4.4.0rc1
th2-grpc-common~=4.5
mypy-protobuf==3.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def make_packages(root_dir):
license='Apache License 2.0',
python_requires='>=3.7',
install_requires=[
'th2-grpc-common==4.4.0rc1',
'th2-grpc-common~=4.5',
'mypy-protobuf==3.4'
],
packages=packages,
Expand Down

0 comments on commit c926ea2

Please sign in to comment.