Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
b05e8a99
Commit
b05e8a99
authored
Apr 23, 2022
by
Matija Obreza
Browse files
Merge branch 'springshell' into 'main'
Updates for CVE-2022-22965 See merge request genesys-pgr/genesys-server!697
parents
1f00572d
aca7b13d
Changes
2
Show whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
b05e8a99
...
...
@@ -15,7 +15,7 @@ WORKDIR /unpacked
# RUN find .
FROM
jetty:9.4.4
0
-jre11
as
jetty
FROM
jetty:9.4.4
6
-jre11
as
jetty
LABEL
maintainer "Matija Obreza <matija.obreza@croptrust.org>"
ENV
USER=jetty
...
...
pom.xml
View file @
b05e8a99
...
...
@@ -70,7 +70,7 @@
<servlet-api.version>
4.0.1
</servlet-api.version>
<jsp-api.version>
2.3.3
</jsp-api.version>
<spring.framework.version>
5.3.9
</spring.framework.version>
<spring.framework.version>
5.3.
1
9
</spring.framework.version>
<spring-data-jpa.version>
2.5.3
</spring-data-jpa.version>
<spring.security.version>
5.5.1
</spring.security.version>
<spring.security.oauth2.version>
2.5.1.RELEASE
</spring.security.oauth2.version>
...
...
@@ -96,7 +96,7 @@
<liquibase-hibernate5.version>
4.3.5
</liquibase-hibernate5.version>
<!--Container -->
<jetty.version>
9.4.4
0
.v202
10413
</jetty.version>
<jetty.version>
9.4.4
6
.v202
20331
</jetty.version>
<maven.test.skip>
false
</maven.test.skip>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment