Skip to content

Commit

Permalink
Merge pull request #263 from zowe/upgrade_logback
Browse files Browse the repository at this point in the history
Upgrade logback
  • Loading branch information
achmelo authored Apr 2, 2024
2 parents 8b0d26e + 3915107 commit 11f9adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
env:
MARIST_HOST: 'zzow04.zowe.marist.cloud'
ZOSMF_PORT: 10443
ZOSMF_HOST: zzow08.zowe.marist.cloud
GATEWAY_PORT: 7554
JOBS_PORT: 8443
JOBS_LOG_DIR: .apiml/jobs-api.log
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:
- name: Run APIML containers
run: |
chmod +x scripts/run-containerized-apiml.sh
./scripts/run-containerized-apiml.sh -h ${{ env.MARIST_HOST }} -p ${{ env.ZOSMF_PORT }} -f ${{ env.JOBS_PORT }} -l
./scripts/run-containerized-apiml.sh -h ${{ env.ZOSMF_HOST }} -p ${{ env.ZOSMF_PORT }} -f ${{ env.JOBS_PORT }} -l
env:
GATEWAY_PORT: ${{ env.GATEWAY_PORT }}

Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
springFrameworkVersion = '5.3.30!!'
springDocVersion = '1.6.9'
guavaVersion = '32.0.1-jre'
logbackVersion = '1.2.9'
logbackVersion = '1.2.13'
lombokVersion = '1.18.20'
mockitoCoreVersion = '2.23.4'
powerMockVersion = "2.0.0-RC.1"
Expand All @@ -21,7 +21,7 @@ ext {
restAssuredVersion = "4.3.0"
javaxValidationApiVersion= "2.0.1.Final"
explorerApiCommonVersion = "1.1.20"
tomcatVersion = "9.0.82"
tomcatVersion = "9.0.87"

libraries = [
lombok : "org.projectlombok:lombok:${lombokVersion}",
Expand Down

0 comments on commit 11f9adc

Please sign in to comment.