File tree 5 files changed +14
-8
lines changed
5 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ v1.6.1-1] - 2022-05-11
10
+
11
+ ### Security
12
+ - java base image
13
+ - updated some maven dependencies
14
+
9
15
## [ v1.6.0-2] - 2022-04-29
10
16
11
17
### Fixed
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ RUN set -x \
5
5
&& ./mvnw package
6
6
7
7
8
- FROM registry.cloudogu.com/official/java:8u302-1
8
+ FROM registry.cloudogu.com/official/java:8u302-3
9
9
10
10
LABEL NAME="official/usermgt" \
11
- VERSION="1.6.0-2 " \
11
+ VERSION="1.6.1-1 " \
12
12
13
13
14
14
# mark as webapp for nginx
Original file line number Diff line number Diff line change 1
1
# Set these to the desired values
2
2
ARTIFACT_ID =usermgt
3
- VERSION =1.6.0-2
3
+ VERSION =1.6.1-1
4
4
# overwrite ADDITIONAL_LDFLAGS to disable static compilation
5
5
# this should fix https://github.com/golang/go/issues/13470
6
6
ADDITIONAL_LDFLAGS =""
Original file line number Diff line number Diff line change 97
97
<dependency >
98
98
<groupId >org.apache.santuario</groupId >
99
99
<artifactId >xmlsec</artifactId >
100
- <version >1.4.3 </version >
100
+ <version >1.5.6 </version >
101
101
</dependency >
102
102
103
103
<!-- rest -->
153
153
<dependency >
154
154
<groupId >org.hibernate</groupId >
155
155
<artifactId >hibernate-validator</artifactId >
156
- <version >5.1.3 .Final</version >
156
+ <version >5.4.2 .Final</version >
157
157
</dependency >
158
158
159
159
<!-- util -->
195
195
<dependency >
196
196
<groupId >ch.qos.logback</groupId >
197
197
<artifactId >logback-classic</artifactId >
198
- <version >1.1.2 </version >
198
+ <version >1.2.9 </version >
199
199
</dependency >
200
200
201
201
<!-- services -->
701
701
<slf4j .version>1.7.7</slf4j .version>
702
702
<resteasy .version>3.0.10.Final</resteasy .version>
703
703
<guice .version>3.0</guice .version>
704
- <shiro .version>1.2.3 </shiro .version>
704
+ <shiro .version>1.4.2 </shiro .version>
705
705
<legman .version>1.2.0</legman .version>
706
706
</properties >
707
707
Original file line number Diff line number Diff line change 1
1
{
2
2
"Name" : " official/usermgt" ,
3
- "Version" : " 1.6.0-2 " ,
3
+ "Version" : " 1.6.1-1 " ,
4
4
"DisplayName" : " User Management" ,
5
5
"Description" : " User and Group Management." ,
6
6
"Category" : " Administration Apps" ,
You can’t perform that action at this time.
0 commit comments