Skip to content

Commit 8dbfa58

Browse files
authored
Merge branch 'main' into renovate/azure-sdk-for-java-monorepo
2 parents 0e887f8 + 0f02929 commit 8dbfa58

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)