File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
19- - name : Set up JDK 11
19+ - name : Set up JDK
2020 uses : actions/setup-java@v4
2121 with :
2222 distribution : " temurin"
23- java-version : 11
23+ java-version : |
24+ 11
25+ 17
2426 cache : " maven"
2527 - name : Run scalafix linting
2628 run : |
27- mvn --batch-mode clean compile test scalafix:scalafix \
28- -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
29- -DtrimStackTrace=false
29+ mvn --batch-mode clean compile test scalafix:scalafix
Original file line number Diff line number Diff line change 11# Import Export UDF Common Scala 2.0.1, released 2024-11-20
22
3- Code name:
3+ Code name: Fix CVE- 2024 -47561 in org.apache.avro:avro : jar : 1.11.3 : compile
44
55## Summary
66
7- ## Features
7+ This release fixes CVE- 2024 -47561 in ` org.apache.avro:avro:jar:1.11.3:compile ` .
88
9- * ISSUE_NUMBER: description
9+ ## Security
10+
11+ * #56 : Fixed CVE-2024 -47561 in ` org.apache.avro:avro:jar:1.11.3:compile `
12+
13+ ## Refactoring
14+
15+ * #53 : Fixed sonar warning about Java version during CI build
1016
1117## Dependency Updates
1218
You can’t perform that action at this time.
0 commit comments