Skip to content

Commit

Permalink
SAK-50232 Update Apache Tomcat 9.0.90 (sakaiproject#12675)
Browse files Browse the repository at this point in the history
  • Loading branch information
axxter99 authored Jun 19, 2024
1 parent 0272529 commit 5b0518d
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 @@ -32,7 +32,7 @@ jobs:
export TOMCAT_DIR=$PWD/tomcat
mkdir $TOMCAT_DIR
cd $TOMCAT_DIR
curl -s -o tomcat.tar.gz https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.89/bin/apache-tomcat-9.0.89.tar.gz
curl -s -o tomcat.tar.gz https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.90/bin/apache-tomcat-9.0.90.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 @@ -72,7 +72,7 @@
<sakai.spring.hateoas.version>1.5.6</sakai.spring.hateoas.version>
<sakai.spring.plugin.version>2.0.0.RELEASE</sakai.spring.plugin.version>
<sakai.tika.version>3.0.0-BETA</sakai.tika.version>
<sakai.tomcat.version>9.0.89</sakai.tomcat.version>
<sakai.tomcat.version>9.0.90</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.23.0</sakai.log4j.version>
Expand Down

0 comments on commit 5b0518d

Please sign in to comment.