Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions changelog/unreleased/PR#3106-update-org-eclipse-jdt-ecj.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update org.eclipse.jdt:ecj to v3.44.0
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#3106
url: https://github.com/apache/solr/pull/3106
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ org.apache.rat:apache-rat-api:0.15=ratDeps
org.apache.rat:apache-rat-core:0.15=ratDeps
org.apache.rat:apache-rat-tasks:0.15=ratDeps
org.apache.rat:apache-rat:0.15=ratDeps
org.eclipse.jdt:ecj:3.39.0=ecjDeps
org.eclipse.jdt:ecj:3.45.0=ecjDeps
empty=
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ diffplug-spotless = "7.2.1"
# @keep Use for dockerfile JRE version
dockerfile-baseimage-java = "25"
dropwizard-metrics = "4.2.26"
eclipse-ecj = "3.39.0"
eclipse-ecj = "3.45.0"
eclipse-jetty = "12.0.27"
# @keep jgit version used by git-status.gradle
eclipse-jgit = "7.3.0.202506031305-r"
Expand Down
Loading