From 1d2b3298bf2cd24ad4b0e72306aa9b5c6a166e7a Mon Sep 17 00:00:00 2001 From: phrog <36739202+JustAPhrog@users.noreply.github.com> Date: Fri, 28 May 2021 09:14:00 +0200 Subject: [PATCH 1/2] Fixed broken Tomcat version to 8.5.66 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e48a07..edd619a 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can take the direct Download Links from [download_urls.txt](https://github.c * [Oracle APEX 20.2](https://download.oracle.com/otn/java/appexpress/apex_20.2.zip) * [Oracle ORDS 20.3](https://download.oracle.com/otn/java/ords/ords-20.3.0.301.1819.zip) * [Oracle SQLcl 20.3](https://download.oracle.com/otn/java/sqldeveloper/sqlcl-20.3.0.274.1916.zip) -* [Apache Tomcat 8.5.60](https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.60/bin/apache-tomcat-8.5.60.tar.gz) +* [Apache Tomcat 8.5.66](https://downloads.apache.org/tomcat/tomcat-8/v8.5.66/bin/apache-tomcat-8.5.66.tar.gz) * [AdoptOpenJDK 11.0.9.1+1 - Linux x64 tar.gz](https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9.1_1.tar.gz) * [OraOpenSource Logger 3.1.1](https://github.com/OraOpenSource/Logger/raw/master/releases/logger_3.1.1.zip) * [OraOpenSource OOS Utils 1.0.1](https://observant-message.glitch.me/oos-utils/latest/oos-utils-latest.zip) From 2fbb0b6c4005c40f9a3d26a15b061a553747d6cf Mon Sep 17 00:00:00 2001 From: phrog <36739202+JustAPhrog@users.noreply.github.com> Date: Fri, 28 May 2021 10:27:53 +0200 Subject: [PATCH 2/2] Fix new version of Tomcat --- files/download_urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/download_urls.txt b/files/download_urls.txt index 3593079..bba51fa 100644 --- a/files/download_urls.txt +++ b/files/download_urls.txt @@ -1,5 +1,5 @@ # Tomcat -https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.60/bin/apache-tomcat-8.5.60.tar.gz +https://www-eu.apache.org/dist/tomcat/tomcat-8/v8.5.66/bin/apache-tomcat-8.5.66.tar.gz # AdoptOpenJDK 11 (Linux x64 tar.gz) https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9.1_1.tar.gz