We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4861c commit c92c3c7Copy full SHA for c92c3c7
image/community-build/Dockerfile
@@ -37,7 +37,7 @@ COPY --chown=sonarsource:sonarsource image/community-build/replace-jar.sh /tmp/r
37
# renovate: datasource=maven depName=netty-codec lookupName=io.netty:netty-codec
38
ARG NETTY_VERSION=4.1.125.Final
39
# renovate: datasource=maven depName=bc-fips lookupName=org.bouncycastle:bc-fips
40
-ARG BC_VERSION=1.0.2.5
+ARG BC_VERSION=1.0.2.6
41
# renovate: datasource=maven depName=bcpkix-jdk18on lookupName=org.bouncycastle:bcpkix-jdk18on
42
ARG BCPKIX_VERSION=1.78.1
43
RUN chmod +x /tmp/replace-jar.sh && \
0 commit comments