From 360db5eba8b9ee9a815ca69d6323b392527c2c63 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Mon, 13 Oct 2025 10:03:01 -0400 Subject: [PATCH] MLE-24717 Bumping logback to 1.5.19 Minor CVE thing. Getting rid of the PR template as well as it's not needed and GitKraken keeps trying to use it. --- .github/PULL_REQUEST_TEMPLATE.md | 9 --------- marklogic-client-api-functionaltests/build.gradle | 2 +- marklogic-client-api/build.gradle | 2 +- test-app/build.gradle | 2 +- 4 files changed, 3 insertions(+), 12 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 623c3f1bd..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,9 +0,0 @@ -So we can incorporate your pull request, please share the following: -* What issue are you addressing with this pull request? -* Are you modifying the correct branch? (See CONTRIBUTING.md) -* Have you run unit tests? (See CONTRIBUTING.md) -* Version of MarkLogic Java Client API (see Readme.txt) -* Version of MarkLogic Server (see admin gui on port 8001) -* Java version (`java -version`) -* OS and version -* What Changed: What happened before this change? What happens without this change? diff --git a/marklogic-client-api-functionaltests/build.gradle b/marklogic-client-api-functionaltests/build.gradle index d9cebfa63..e8d18b2c3 100755 --- a/marklogic-client-api-functionaltests/build.gradle +++ b/marklogic-client-api-functionaltests/build.gradle @@ -20,7 +20,7 @@ dependencies { exclude module: "marklogic-client-api" } - testImplementation 'ch.qos.logback:logback-classic:1.5.18' + testImplementation 'ch.qos.logback:logback-classic:1.5.19' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation 'org.xmlunit:xmlunit-legacy:2.10.4' diff --git a/marklogic-client-api/build.gradle b/marklogic-client-api/build.gradle index a8c48a096..cd3ace4a0 100644 --- a/marklogic-client-api/build.gradle +++ b/marklogic-client-api/build.gradle @@ -56,7 +56,7 @@ dependencies { testImplementation "com.squareup.okhttp3:mockwebserver3:5.1.0" testImplementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jacksonVersion}" - testImplementation 'ch.qos.logback:logback-classic:1.5.18' + testImplementation 'ch.qos.logback:logback-classic:1.5.19' // Using this to avoid a schema validation issue with the regular xercesImpl testImplementation 'org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115' diff --git a/test-app/build.gradle b/test-app/build.gradle index a06a500b5..284d12d64 100644 --- a/test-app/build.gradle +++ b/test-app/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation "io.undertow:undertow-core:2.3.19.Final" implementation "io.undertow:undertow-servlet:2.3.19.Final" implementation 'org.slf4j:slf4j-api:2.0.17' - implementation 'ch.qos.logback:logback-classic:1.5.18' + implementation 'ch.qos.logback:logback-classic:1.5.19' implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}" }