Skip to content

Commit

Permalink
SAK-48879 Update Apache Tomcat 9.0.75 (sakaiproject#11552)
Browse files Browse the repository at this point in the history
  • Loading branch information
axxter99 authored May 11, 2023
1 parent 1785366 commit c5eaad0
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.74/bin/apache-tomcat-9.0.74.tar.gz
curl -s -o tomcat.tar.gz https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.75/bin/apache-tomcat-9.0.75.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.74</sakai.tomcat.version>
<sakai.tomcat.version>9.0.75</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 c5eaad0

Please sign in to comment.