This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new d493e098c77 [fix] Bump org.eclipse.jetty:jetty-server from 10.0.22 to
10.0.24 in /pulsar-io/solr (#23973)
d493e098c77 is described below
commit d493e098c779d3f3102e593ef860c115065ba32c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 17:04:27 2025 -0800
[fix] Bump org.eclipse.jetty:jetty-server from 10.0.22 to 10.0.24 in
/pulsar-io/solr (#23973)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matteo Merli <[email protected]>
---
pulsar-io/solr/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pulsar-io/solr/pom.xml b/pulsar-io/solr/pom.xml
index 7ea16bf417a..88e09823a5b 100644
--- a/pulsar-io/solr/pom.xml
+++ b/pulsar-io/solr/pom.xml
@@ -40,14 +40,14 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
- <version>10.0.22</version>
+ <version>10.0.24</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>10.0.22</version>
+ <version>10.0.24</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -135,4 +135,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>