Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ global:
images:
nexus:
repository: devops/sonatype-docker-nexus3
tag: v3.81.0-g73d259e
tag: v3.81.0-g44a3ad1-44a3ad
support_arm: true
thirdparty: true
busybox:
Expand Down
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ARG COMMONS_FILEUPLOAD_TARGET_VERSION=1.6.0
# renovate: datasource=maven depName=reactor-netty-http lookupName=io.projectreactor.netty:reactor-netty-http
ARG REACTOR_NETTY_HTTP_TARGET_VERSION=1.2.8
# renovate: datasource=maven depName=commons-lang3 lookupName=org.apache.commons:commons-lang3
ARG COMMONS_LANG3_TARGET_VERSION=3.18.0
ARG COMMONS_LANG3_TARGET_VERSION=3.19.0
# renovate: datasource=maven depName=spring-boot lookupName=org.springframework.boot:spring-boot
ARG SPRING_BOOT_TARGET_VERSION=3.3.11
# renovate: datasource=maven depName=commons-beanutils lookupName=commons-beanutils:commons-beanutils
Expand Down