Skip to content

Commit d9477a5

Browse files
jpechanegunnarmorling
authored andcommitted
DBZ-542 Set protobuf required version to at least 1.2
1 parent 8baab62 commit d9477a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A PostgreSQL logical decoder output plugin to deliver data as [Protocol Buffers]
1717
This code depends on the following libraries and requires them for compilation:
1818

1919
* [PostgreSQL](http://www.postgresql.org) 9.6+
20-
* [Protobuf-c](https://github.com/protobuf-c/protobuf-c) 1.1+ - used for data serialization
20+
* [Protobuf-c](https://github.com/protobuf-c/protobuf-c) 1.2+ - used for data serialization
2121
* [PostGIS](http://www.postgis.net/) 2.1+ - used for Postgres geometric types support
2222

2323
## Building
@@ -117,4 +117,4 @@ The following table shows how current PostgreSQL type OIDs are mapped to which d
117117
## Support
118118

119119
File bug reports and feature requests using [Debezium's JIRA](https://issues.jboss.org/browse/DBZ) and the
120-
[postgresql-connector](https://issues.jboss.org/browse/DBZ/component/12323543) component
120+
[postgresql-connector](https://issues.jboss.org/browse/DBZ/component/12323543) component

0 commit comments

Comments
 (0)