Skip to content

Commit 89c17b7

Browse files
authored
Merge pull request #24 from diguage/dependabot/maven/com.google.protobuf-protobuf-java-4.27.5
Bump com.google.protobuf:protobuf-java from 4.27.3 to 4.27.5
2 parents c8f67c1 + 33f8b1d commit 89c17b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ jobs:
100100
cd target/docs/
101101
for f in `find . -name "*.css"`;
102102
do
103+
if [[ "${f}" == *asciidoctor.css ]]; then
104+
cat >> "${f}" <<- EOF
105+
a{text-decoration:none;}
106+
.img_bk{text-align:center;}
107+
strong>code,p>code{color: #d14 !important;background-color: #f5f5f5 !important;border: 1px solid #e1e1e8;white-space: nowrap;border-radius: 3px;}
108+
EOF
109+
fi
103110
fn="${f%.*}.min.css";
104111
echo "compress $f"
105112
cleancss -o $fn $f

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<joda.version>2.12.7</joda.version>
2121
<byte-buddy.version>1.14.18</byte-buddy.version>
2222
<netty.version>4.1.112.Final</netty.version>
23-
<protobuf.version>4.27.3</protobuf.version>
23+
<protobuf.version>4.27.5</protobuf.version>
2424
<guava.version>33.2.1-jre</guava.version>
2525
<commons-collections4.version>4.4</commons-collections4.version>
2626
<eclipse-collections.version>11.1.0</eclipse-collections.version>

0 commit comments

Comments
 (0)