Skip to content

Commit 271ae00

Browse files
committed
chore: Address gemini-cli PR comments
1 parent e842ecc commit 271ae00

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/scripts/test_dependency_compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ else # This else block means that a list of dependencies was inputted
9696
fi
9797

9898
# Run the generated maven command to test with the dependency versions
99-
$MAVEN_COMMAND
99+
$MAVEN_COMMAND

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
else
7070
../.github/scripts/test_dependency_compatibility.sh -f ../dependencies.txt
7171
fi
72-
working-directory: java-showcase
72+
working-directory: java-showcase

dependencies.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gson=2.13.1
1212
guava=33.4.8-jre
1313
protobuf=4.31.1
1414
opentelemetry=1.52.0
15-
errorprone=4.15.1
15+
errorprone=2.41.0
1616
j2objc-annotations=3.0.0
1717
threetenbp=1.7.1
1818
slf4j=2.0.17
@@ -27,14 +27,12 @@ threeten-extra=1.8.0
2727
opencensus=0.31.0
2828
findbugs=3.0.2
2929
jackson=2.19.2
30-
errorprone=2.41.0
3130
codec=1.19.0
3231
httpcomponents.httpcore=4.4.16
3332
httpcomponents.httpclient=4.5.14
3433
apache-httpclient-5=5.5
3534
apache-httpcore-5=5.3.4
3635
perfmark-api=0.27.0
37-
j2objc-annotations=3.0.0
3836
google.cloud.opentelemetry=0.36.0
3937
opentelemetry-semconv=1.34.0
4038
flogger=0.9

0 commit comments

Comments
 (0)