|
180 | 180 | <graal.version>19.3.1</graal.version> |
181 | 181 | <!-- the tag of the Graal image at ghcr.io/graalvm/graalvm-ce --> |
182 | 182 | <graal.image.tag>ol8-java11-22.1.0</graal.image.tag> |
183 | | - <grpc.version>1.57.1</grpc.version> |
| 183 | + <grpc.version>1.60.0</grpc.version> |
184 | 184 | <!-- |
185 | 185 | NOTE: changing this version may mean updating other dependencies to match versions that Helidon uses: |
186 | 186 | eclipse.mp.config.version |
|
189 | 189 | grpc.version ??? |
190 | 190 | This is not always possible if we need to bump versions for CVE's |
191 | 191 | --> |
192 | | - <helidon.version>2.6.4</helidon.version> |
| 192 | + <helidon.version>2.6.5</helidon.version> |
193 | 193 | <helidon.sitegen.version>2.1.2</helidon.sitegen.version> |
194 | 194 | <hsqldb.version>2.3.2</hsqldb.version> |
195 | 195 | <jackson.version>2.14.1</jackson.version> |
|
880 | 880 | <!-- gRPC --> |
881 | 881 | <dependency> |
882 | 882 | <groupId>io.grpc</groupId> |
883 | | - <artifactId>grpc-protobuf</artifactId> |
| 883 | + <artifactId>grpc-bom</artifactId> |
884 | 884 | <version>${grpc.version}</version> |
885 | | - <exclusions> |
886 | | - <exclusion> |
887 | | - <artifactId>grpc-api</artifactId> |
888 | | - <groupId>io.grpc</groupId> |
889 | | - </exclusion> |
890 | | - </exclusions> |
891 | | - </dependency> |
892 | | - <dependency> |
893 | | - <groupId>io.grpc</groupId> |
894 | | - <artifactId>grpc-stub</artifactId> |
895 | | - <version>${grpc.version}</version> |
896 | | - <exclusions> |
897 | | - <exclusion> |
898 | | - <!-- Used for compilation of "their" sources --> |
899 | | - <groupId>com.google.errorprone</groupId> |
900 | | - <artifactId>error_prone_annotations</artifactId> |
901 | | - </exclusion> |
902 | | - </exclusions> |
903 | | - </dependency> |
904 | | - <dependency> |
905 | | - <groupId>io.grpc</groupId> |
906 | | - <artifactId>grpc-services</artifactId> |
907 | | - <version>${grpc.version}</version> |
908 | | - <exclusions> |
909 | | - <exclusion> |
910 | | - <groupId>io.grpc</groupId> |
911 | | - <artifactId>grpc-core</artifactId> |
912 | | - </exclusion> |
913 | | - <exclusion> |
914 | | - <groupId>io.grpc</groupId> |
915 | | - <artifactId>grpc-api</artifactId> |
916 | | - </exclusion> |
917 | | - </exclusions> |
918 | | - </dependency> |
919 | | - <dependency> |
920 | | - <groupId>io.grpc</groupId> |
921 | | - <artifactId>grpc-netty</artifactId> |
922 | | - <version>${grpc.version}</version> |
923 | | - <exclusions> |
924 | | - <exclusion> |
925 | | - <groupId>io.grpc</groupId> |
926 | | - <artifactId>grpc-context</artifactId> |
927 | | - </exclusion> |
928 | | - <exclusion> |
929 | | - <groupId>io.grpc</groupId> |
930 | | - <artifactId>grpc-core</artifactId> |
931 | | - </exclusion> |
932 | | - <exclusion> |
933 | | - <groupId>io.grpc</groupId> |
934 | | - <artifactId>grpc-api</artifactId> |
935 | | - </exclusion> |
936 | | - </exclusions> |
| 885 | + <type>pom</type> |
| 886 | + <scope>import</scope> |
937 | 887 | </dependency> |
| 888 | + |
938 | 889 | <dependency> |
939 | 890 | <!-- required for dependency convergence, used from guava and perfmark-api --> |
940 | 891 | <groupId>com.google.errorprone</groupId> |
|
0 commit comments