File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,9 +43,7 @@ mvn install:install-file -q \
4343
4444# Update dependencies
4545DEPS=" ${SCRIPT_DIR} /../../dependencyManagement/build.gradle.kts"
46- sed -i ' /com\.google\.protobuf:protobuf-bom:/d' " ${DEPS} "
47- sed -i ' /com\.google\.protobuf:protobuf-java/d' " ${DEPS} "
46+ sed -i ' /com\.google\.protobuf:protobuf-java:/d' " ${DEPS} "
4847sed -i ' /^val DEPENDENCIES = listOf(/a\ "com.google.protobuf:protobuf-java:' " ${CUSTOM_VERSION} " ' ",' " ${DEPS} "
49- sed -i ' /^val DEPENDENCIES = listOf(/a\ "com.google.protobuf:protobuf-java-util:' " ${ORIGINAL_VERSION} " ' ",' " ${DEPS} "
5048
5149echo " protobuf-java ${CUSTOM_VERSION} built and installed (UNSAFE disabled)."
Original file line number Diff line number Diff line change @@ -41,9 +41,10 @@ val DEPENDENCY_BOMS = listOf(
4141)
4242
4343val DEPENDENCIES = listOf (
44+ " com.linecorp.armeria:armeria:1.33.4-SNAPSHOT" ,
45+ " com.google.protobuf:protobuf-java:4.32.2-SNAPSHOT" ,
4446 " org.junit.jupiter:junit-jupiter-api:${junitVersion} " ,
4547 " org.junit.jupiter:junit-jupiter-params:${junitVersion} " ,
46- " com.linecorp.armeria:armeria:${armeriaVersion} " ,
4748 " com.linecorp.armeria:armeria-grpc:${armeriaVersion} " ,
4849 " com.linecorp.armeria:armeria-grpc-protocol:${armeriaVersion} " ,
4950 " com.linecorp.armeria:armeria-junit5:${armeriaVersion} " ,
You can’t perform that action at this time.
0 commit comments