diff --git a/.env b/.env
index 37407f4..bb8a005 100644
--- a/.env
+++ b/.env
@@ -4,7 +4,7 @@ LOGGING_MAX_SIZE="${LOGGING_MAX_SIZE:-10M}"
LOGGING_COUNT_FILES="${LOGGING_COUNT_FILES:-10}"
## Nexus
-NEXUS_IMAGE="${NEXUS_IMAGE:-ghcr.io/a-langer/nexus-sso:3.54.1}"
+NEXUS_IMAGE="${NEXUS_IMAGE:-ghcr.io/a-langer/nexus-sso:3.58.1}"
NEXUS_USER="${NEXUS_USER:-nexus}"
NEXUS_GROUP="${NEXUS_GROUP:-nexus}"
NEXUS_DATA="${NEXUS_DATA:-./nexus_data}"
diff --git a/Dockerfile b/Dockerfile
index 61c072a..9e8937d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,11 +5,11 @@
# docker rmi $(docker images -f "dangling=true" -q)
# docker run --user=0:0 --rm -it -p 8081:8081/tcp sonatype/nexus3:3.37.3 /bin/bash
-ARG NEXUS_BASE_IMAGE="sonatype/nexus3:3.54.1"
+ARG NEXUS_BASE_IMAGE="sonatype/nexus3:3.58.1"
FROM $NEXUS_BASE_IMAGE
USER root
-ARG NEXUS_PLUGIN_VERSION="3.54.1-01"
+ARG NEXUS_PLUGIN_VERSION="3.58.1-02"
ENV PLUG_VERSION="${NEXUS_PLUGIN_VERSION}"
ENV NEXUS_PLUGINS="${NEXUS_HOME}/system"
diff --git a/README.md b/README.md
index 536b632..fbc5f2e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![license](https://img.shields.io/badge/license-EPL1-brightgreen.svg)](https://github.com/a-langer/nexus-sso/blob/main/LICENSE "License of source code")
[![image](https://ghcr-badge.deta.dev/a-langer/nexus-sso/latest_tag?trim=major&label=latest)][0]
-[![image-size](https://ghcr-badge.deta.dev/a-langer/nexus-sso/size?tag=3.54.1)][0]
+[![image-size](https://ghcr-badge.deta.dev/a-langer/nexus-sso/size?tag=3.58.1)][0]
[![JitPack](https://jitpack.io/v/a-langer/nexus-sso.svg)][1]
Patch for [Nexus OSS][2] with authorization via [SSO][9] and [tokens][10]. By default this features available only in PRO version ([see comparison][5]), but this patch provides them an alternative implementation without violating the license.
diff --git a/nexus-bootstrap/pom.xml b/nexus-bootstrap/pom.xml
index fc69b8b..16d5df7 100644
--- a/nexus-bootstrap/pom.xml
+++ b/nexus-bootstrap/pom.xml
@@ -7,7 +7,7 @@
com.github.a-langer
nexus-sso
- 3.54.1
+ 3.58.1
..
nexus-bootstrap
diff --git a/nexus-docker/pom.xml b/nexus-docker/pom.xml
index e0e5aee..7214373 100644
--- a/nexus-docker/pom.xml
+++ b/nexus-docker/pom.xml
@@ -7,7 +7,7 @@
com.github.a-langer
nexus-sso
- 3.54.1
+ 3.58.1
..
nexus-docker
diff --git a/nexus-repository-services/pom.xml b/nexus-repository-services/pom.xml
index 893ced6..8a98ce6 100644
--- a/nexus-repository-services/pom.xml
+++ b/nexus-repository-services/pom.xml
@@ -7,7 +7,7 @@
com.github.a-langer
nexus-sso
- 3.54.1
+ 3.58.1
..
nexus-repository-services
diff --git a/pom.xml b/pom.xml
index dffa258..0caa542 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.github.a-langer
nexus-sso
pom
- 3.54.1
+ 3.58.1
${project.groupId}:${project.artifactId}
Single Sign-On patch for Nexus OSS
@@ -14,7 +14,7 @@
1.8
1.8
${project.version}
- 01
+ 02
${nexus.base.version}-${nexus.extension.version}
sonatype/nexus3:${nexus.base.version}
ghcr.io/a-langer/nexus-sso:${project.version}