Skip to content

Commit

Permalink
SAK-49216 Update Apache Tomcat 9.0.80 (#11842)
Browse files Browse the repository at this point in the history
  • Loading branch information
axxter99 authored Aug 28, 2023
1 parent d0665ca commit fb239b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
export TOMCAT_DIR=$PWD/tomcat
mkdir $TOMCAT_DIR
cd $TOMCAT_DIR
curl -s -o tomcat.tar.gz https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.79/bin/apache-tomcat-9.0.79.tar.gz
curl -s -o tomcat.tar.gz https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.80/bin/apache-tomcat-9.0.80.tar.gz
tar --strip-components=1 -xzf tomcat.tar.gz
git clone https://github.com/sakaiproject/nightly-config.git sakai
cp sakai/cypress.properties sakai/sakai.properties
Expand Down
2 changes: 1 addition & 1 deletion master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<sakai.spring.hateoas.version>1.3.3</sakai.spring.hateoas.version>
<sakai.spring.plugin.version>2.0.0.RELEASE</sakai.spring.plugin.version>
<sakai.tika.version>1.28.5</sakai.tika.version>
<sakai.tomcat.version>9.0.79</sakai.tomcat.version>
<sakai.tomcat.version>9.0.80</sakai.tomcat.version>
<sakai.thymeleaf.version>3.0.15.RELEASE</sakai.thymeleaf.version>
<sakai.velocity.version>1.6.4</sakai.velocity.version>
<sakai.log4j.version>2.20.0</sakai.log4j.version>
Expand Down

0 comments on commit fb239b1

Please sign in to comment.