Skip to content

Commit bfebe10

Browse files
Vincentcesmarvin
Vincent
authored andcommitted
Merge branch 'release/v1.6.1-1'
2 parents 8bdf4c1 + 10a8ae4 commit bfebe10

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v1.6.1-1] - 2022-05-11
10+
11+
### Security
12+
- java base image
13+
- updated some maven dependencies
14+
915
## [v1.6.0-2] - 2022-04-29
1016

1117
### Fixed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ RUN set -x \
55
&& ./mvnw package
66

77

8-
FROM registry.cloudogu.com/official/java:8u302-1
8+
FROM registry.cloudogu.com/official/java:8u302-3
99

1010
LABEL NAME="official/usermgt" \
11-
VERSION="1.6.0-2" \
11+
VERSION="1.6.1-1" \
1212
maintainer="[email protected]"
1313

1414
# mark as webapp for nginx

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set these to the desired values
22
ARTIFACT_ID=usermgt
3-
VERSION=1.6.0-2
3+
VERSION=1.6.1-1
44
# overwrite ADDITIONAL_LDFLAGS to disable static compilation
55
# this should fix https://github.com/golang/go/issues/13470
66
ADDITIONAL_LDFLAGS=""

app/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>org.apache.santuario</groupId>
9999
<artifactId>xmlsec</artifactId>
100-
<version>1.4.3</version>
100+
<version>1.5.6</version>
101101
</dependency>
102102

103103
<!-- rest -->
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>org.hibernate</groupId>
155155
<artifactId>hibernate-validator</artifactId>
156-
<version>5.1.3.Final</version>
156+
<version>5.4.2.Final</version>
157157
</dependency>
158158

159159
<!-- util -->
@@ -195,7 +195,7 @@
195195
<dependency>
196196
<groupId>ch.qos.logback</groupId>
197197
<artifactId>logback-classic</artifactId>
198-
<version>1.1.2</version>
198+
<version>1.2.9</version>
199199
</dependency>
200200

201201
<!-- services -->
@@ -701,7 +701,7 @@
701701
<slf4j.version>1.7.7</slf4j.version>
702702
<resteasy.version>3.0.10.Final</resteasy.version>
703703
<guice.version>3.0</guice.version>
704-
<shiro.version>1.2.3</shiro.version>
704+
<shiro.version>1.4.2</shiro.version>
705705
<legman.version>1.2.0</legman.version>
706706
</properties>
707707

dogu.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/usermgt",
3-
"Version": "1.6.0-2",
3+
"Version": "1.6.1-1",
44
"DisplayName": "User Management",
55
"Description": "User and Group Management.",
66
"Category": "Administration Apps",

0 commit comments

Comments
 (0)