Skip to content

Commit

Permalink
Merge branch 'master' of github.com:apereo/cas
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Jan 24, 2025
2 parents ed8dfc4 + 1d01063 commit a19b932
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
TERM: xterm-256color
JDK_CURRENT: 21
JDK_DISTRIBUTION: "corretto"
NODE_CURRENT: '23.6.0'
NODE_CURRENT: '23.6.1'
MAX_ATTEMPTS: 3
RETRY_MINUTES: 8
SCENARIO_REGEX: ".*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
TERM: xterm-256color
JDK_CURRENT: 23
JDK_DISTRIBUTION: "corretto"
NODE_CURRENT: '23.6.0'
NODE_CURRENT: '23.6.1'
MAX_ATTEMPTS: 1
RETRY_MINUTES: 15
SCENARIO_REGEX: ".*"
Expand Down
2 changes: 1 addition & 1 deletion ci/tests/elastic/run-elastic-apm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# while sleep 9m; do echo -e '\n=====[ Gradle build is still running ]====='; done &
export DOCKER_IMAGE="docker.elastic.co/apm/apm-server:8.17.0"
export DOCKER_IMAGE="docker.elastic.co/apm/apm-server:8.17.1"
echo "Running Elastic APM Server docker container"
docker stop elastic-apm || true && docker rm elastic-apm || true
docker run -d \
Expand Down
4 changes: 2 additions & 2 deletions ci/tests/grouper/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=pass
grouper:
image: "i2incommon/grouper:5.15.3"
image: "i2incommon/grouper:5.15.4"
restart: always
container_name: grouper-core
ports:
Expand All @@ -31,7 +31,7 @@ services:
timeout: 10s
retries: 5
grouper-ws:
image: "i2incommon/grouper:5.15.3"
image: "i2incommon/grouper:5.15.4"
restart: always
container_name: grouper-ws
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion ci/tests/mysql/run-mysql-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# while sleep 9m; do echo -e '\n=====[ Gradle build is still running ]====='; done &

echo "Running MySQL docker container..."
export DOCKER_IMAGE="mysql:9.1"
export DOCKER_IMAGE="mysql:9.2"
docker stop mysql-server || true
docker run --rm -p 3306:3306 --name mysql-server --rm \
-e MYSQL_ROOT_PASSWORD=password -d ${DOCKER_IMAGE} --lower_case_table_names=1
Expand Down
2 changes: 1 addition & 1 deletion ci/tests/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pino-pretty": "13.0.0",
"properties-reader": "2.3.0",
"ps-node": "0.1.6",
"puppeteer": "24.1.0",
"puppeteer": "24.1.1",
"puppeteer-loadtest": "2.2.1",
"request": "2.88.2",
"@napi-rs/canvas": "0.1.65",
Expand Down

0 comments on commit a19b932

Please sign in to comment.