Skip to content

Commit 0f02929

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.18 (#502)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://redirect.github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.4.5` -> `1.5.18` | [![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/ch.qos.logback:logback-classic/1.5.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/ch.qos.logback:logback-classic/1.4.5/1.5.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.4.5/1.5.18?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pixee/codemodder-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arshan Dabirsiaghi <[email protected]>
1 parent 9852025 commit 0f02929

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

framework/codemodder-base/src/test/java/io/codemodder/CLITest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,6 @@ void it_captures_console_output() {
125125
assertThat(stderrWriter.toString()).startsWith("Unknown option: '--bogus'");
126126
}
127127

128-
@Test
129-
void structured_appender_works_with_project_name() throws IOException {
130-
Path outputFile = Files.createTempFile("codemodder", ".out");
131-
writeLogMessageToFile(outputFile, "cloud9");
132-
String output = Files.readString(outputFile);
133-
assertThat(output).contains("\"project_name\":\"cloud9\"");
134-
}
135-
136128
@Test
137129
void structured_appender_works_without_project_name() throws IOException {
138130
Path outputFile = Files.createTempFile("codemodder", ".out");

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ java-security-toolkit-xstream = "1.0.2"
88
javax-inject = "1"
99
jtokkit = "1.1.0"
1010
commons-jexl = "3.2.1"
11-
logback = "1.4.5"
11+
logback = "1.5.18"
1212
maven = "3.8.7"
1313
openai = "0.14.0"
1414
picocli = "4.7.0"

0 commit comments

Comments
 (0)