Skip to content

Commit 2be1419

Browse files
committed
SLVSCODE-887 Bump embedded Java analyzer to 8.5
1 parent 2ba8147 commit 2be1419

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 4.12
22

33
* Update CFamily analyzer 6.59 -> [6.60](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010166%20AND%20fixVersion=15976%20ORDER%20BY%20priority%20DESC,%20key%20ASC), Clang 19, Support for WindRiver GNU C++ compiler for arm
4+
* Update Java analyzer 8.1 -> [8.5](https://sonarsource.atlassian.net/projects/SONARJAVA/versions/15977/tab/release-report-all-issues?isReleaseNoteModalOpen=true), support for Java 22, hardening
45

56
## 4.11
67

scripts/dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
{
2121
"groupId": "org.sonarsource.java",
2222
"artifactId": "sonar-java-plugin",
23-
"version": "8.1.0.36477",
23+
"version": "8.5.0.37199",
2424
"output": "analyzers/sonarjava.jar"
2525
},
2626
{
2727
"groupId": "org.sonarsource.java",
2828
"artifactId": "sonar-java-symbolic-execution-plugin",
29-
"version": "8.1.0.36477",
29+
"version": "8.5.0.37199",
3030
"output": "analyzers/sonarjavasymbolicexecution.jar"
3131
},
3232
{

0 commit comments

Comments
 (0)