Skip to content

Commit

Permalink
Merge pull request #50 from gessnerfl/bugfix/49_spring4shell
Browse files Browse the repository at this point in the history
closes #49: fix spring4shell vulnerability
  • Loading branch information
gessnerfl authored Apr 6, 2022
2 parents b87603e + e85070d commit 91612a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11:x86_64-alpine-jdk-11.0.13_8
FROM amazoncorretto:11.0.14-alpine3.15

ARG APP_VERSION

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'pl.allegro.tech.build.axion-release' version '1.13.6'
id 'org.springframework.boot' version '2.6.1'
id 'org.springframework.boot' version '2.6.6'
id "org.sonarqube" version "3.3"
}

Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation('org.subethamail:subethasmtp:3.1.7')
implementation('org.flywaydb:flyway-core')
implementation('com.sun.xml.bind:jaxb-impl:3.0.2')
implementation('org.springdoc:springdoc-openapi-ui:1.6.1')
implementation('org.springdoc:springdoc-openapi-ui:1.6.6')

implementation('org.webjars.bower:jquery:3.6.0')
implementation('org.webjars:materializecss:1.0.0')
Expand Down

0 comments on commit 91612a8

Please sign in to comment.