Skip to content

Commit 6d1a333

Browse files
authored
Feature/spline 1426 pom update (#1427)
* spline #1426 Update commons-beanutils * spline #1426 Update Spring * spline #1426 Update Dockerfile
1 parent 688c839 commit 6d1a333

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/parent-pom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<logback.version>1.2.6</logback.version>
4646
<slf4j.version>1.7.25</slf4j.version>
4747
<json4s.version>3.6.7</json4s.version>
48-
<spring.version>5.2.9.RELEASE</spring.version>
48+
<spring.version>5.2.25.RELEASE</spring.version>
4949
<springfox-swagger.version>2.9.2</springfox-swagger.version>
5050
<jackson.version>2.12.2</jackson.version>
5151
<finatra.jackson.version>21.5.0</finatra.jackson.version>
@@ -411,7 +411,7 @@
411411
<dependency>
412412
<groupId>commons-beanutils</groupId>
413413
<artifactId>commons-beanutils</artifactId>
414-
<version>1.9.4</version>
414+
<version>1.11.0</version>
415415
</dependency>
416416
<dependency>
417417
<groupId>commons-io</groupId>

kafka-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM tomcat:9-jre11-openjdk-slim-buster
17+
FROM tomcat:9.0.105-jre11-temurin
1818

1919
LABEL \
2020
vendor="ABSA" \

rest-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM tomcat:9-jre11-openjdk-slim-buster
17+
FROM tomcat:9.0.105-jre11-temurin
1818

1919
LABEL \
2020
vendor="ABSA" \

0 commit comments

Comments
 (0)