@gklijs Thank you for the answer. I actually running into another issue: (even with -U)
(base) xsqian@[21:55:10]<getting-started-with-ccloud-java>% mvn -U clean package
[INFO] Scanning for projects...
[INFO]
[INFO] --------< io.confluent.cloud.demo:getting-started-with-ccloud >---------
[INFO] Building getting-started-with-ccloud 1.0
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from confluent: https://packages.confluent.io/maven/com/google/protobuf/protobuf-java/3.19.4/protobuf-java-3.19.4.bundle
Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.19.4/protobuf-java-3.19.4.bundle
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.299 s
[INFO] Finished at: 2022-01-29T21:55:15-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project getting-started-with-ccloud: Could not resolve dependencies for project io.confluent.cloud.demo:getting-started-with-ccloud:jar:1.0: Could not find artifact com.google.protobuf:protobuf-java:bundle:3.19.4 in confluent (https://packages.confluent.io/maven/) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
(base) xsqian@[21:55:15]<getting-started-with-ccloud-java>%