Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored May 21, 2024
1 parent e98f18f commit bc90c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation (
'com.amazonaws.serverless:aws-serverless-java-container-core:1.9.4',
'com.amazonaws.serverless:aws-serverless-java-container-core:1.8.2',
'javax.servlet.jsp:javax.servlet.jsp-api:2.3.1',
'javax.el:javax.el-api:3.0.0',
'com.amazonaws:aws-lambda-java-core:1.2.3',
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [[ !$LUCEE_VERSION ]]; then
LUCEE_VERSION=5.3.6.61
LUCEE_VERSION=5.4.5.23
fi

if [[ !$FUSELESS_VERSION ]]; then
Expand Down

0 comments on commit bc90c06

Please sign in to comment.