Skip to content

Commit

Permalink
Merge pull request #16418 from pdeslaur/solr
Browse files Browse the repository at this point in the history
solr: Fix CVE-2024-23944
  • Loading branch information
pdeslaur authored Apr 5, 2024
2 parents 090d799 + 7f08e10 commit a18959d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solr.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: solr
version: 9.5.0
epoch: 1
epoch: 2
description: Apache Solr open-source search software
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,6 +29,7 @@ pipeline:
tag: releases/solr/${{package.version}}

- runs: |
sed -i -e 's|org.apache.zookeeper:\*=3.9.1|org.apache.zookeeper:\*=3.9.2|g' versions.props
sed -i -e 's|com.jayway.jsonpath:json-path=2.8.0|com.jayway.jsonpath:json-path=2.9.0|g' versions.props
# Resolve CVE-2024-22201
sed -i -e 's|org.eclipse.jetty\*:\*=10.0.19|org.eclipse.jetty\*:\*=10.0.20|g' versions.props
Expand Down

0 comments on commit a18959d

Please sign in to comment.