From 0aff28959cc3b2a6aada829f8cf3798b124130db Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Sat, 27 Jun 2020 14:50:11 +0200 Subject: [PATCH] Updated tomcat-reloading-connector to newest version. --- Dockerfile | 2 +- examples/embedded-tomcat/pom.xml | 2 +- examples/spring-boot/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8335e4..df25b5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM bitnami/tomcat:9.0.35-debian-10-r1 as tomcat FROM tomcat as aggregator ARG DUMB_INIT_VERSION=1.2.2 ARG DEHYDRATED_VERSION=0.6.5 -ARG RELOADING_CONNECTOR_VERSION=0.2.0 +ARG RELOADING_CONNECTOR_VERSION=0.3.0 USER root RUN apt-get update && apt-get install -y gpg diff --git a/examples/embedded-tomcat/pom.xml b/examples/embedded-tomcat/pom.xml index 954d75f..92fbfd4 100644 --- a/examples/embedded-tomcat/pom.xml +++ b/examples/embedded-tomcat/pom.xml @@ -23,7 +23,7 @@ info.schnatterer.tomcat-reloading-connector reloading-connector-embedded-tomcat - 0.2.0 + 0.3.0 diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index e6c6fc2..3220e50 100644 --- a/examples/spring-boot/pom.xml +++ b/examples/spring-boot/pom.xml @@ -46,7 +46,7 @@ info.schnatterer.tomcat-reloading-connector reloading-connector-spring-boot - 0.2.0 + 0.3.0