Skip to content
Draft
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Update org.glassfish.jersey.containers:jersey-container-jetty-http to v2.48
type: dependency_update
authors:
- name: solrbot
links:
- name: PR#3556
url: https://github.com/apache/solr/pull/3556
1 change: 0 additions & 1 deletion solr/licenses/jersey-container-jetty-http-2.39.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions solr/licenses/jersey-container-jetty-http-2.48.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6a947aedb87bdd455a0af5a630608b7d1658096e
10 changes: 5 additions & 5 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ org.eclipse.jetty:jetty-io:10.0.26 (9 constraints: c77dd1ef)
org.eclipse.jetty:jetty-jmx:10.0.26 (1 constraints: 6b059440)
org.eclipse.jetty:jetty-rewrite:10.0.26 (1 constraints: 6b059440)
org.eclipse.jetty:jetty-security:10.0.26 (2 constraints: c0137579)
org.eclipse.jetty:jetty-server:10.0.26 (7 constraints: ea6da02c)
org.eclipse.jetty:jetty-server:10.0.26 (7 constraints: ec6dad2c)
org.eclipse.jetty:jetty-servlet:10.0.26 (2 constraints: 3a139f61)
org.eclipse.jetty:jetty-servlets:10.0.26 (1 constraints: 6b059440)
org.eclipse.jetty:jetty-util:10.0.26 (9 constraints: c181ff9f)
org.eclipse.jetty:jetty-util:10.0.26 (9 constraints: c3810ca0)
org.eclipse.jetty:jetty-webapp:10.0.26 (2 constraints: 48132762)
org.eclipse.jetty:jetty-xml:10.0.26 (3 constraints: 1721b5bb)
org.eclipse.jetty.http2:http2-client:10.0.26 (2 constraints: 231b156f)
Expand All @@ -302,10 +302,10 @@ org.glassfish.hk2:hk2-locator:3.1.1 (1 constraints: 4410d8ad)
org.glassfish.hk2:hk2-utils:3.1.1 (2 constraints: 19178676)
org.glassfish.hk2:osgi-resource-locator:1.0.3 (1 constraints: ef10e7c2)
org.glassfish.hk2.external:aopalliance-repackaged:3.1.1 (2 constraints: 19178676)
org.glassfish.jersey.containers:jersey-container-jetty-http:2.39.1 (1 constraints: 4105533b)
org.glassfish.jersey.containers:jersey-container-jetty-http:2.48 (1 constraints: e2040331)
org.glassfish.jersey.core:jersey-client:3.1.11 (1 constraints: 2f11ecd4)
org.glassfish.jersey.core:jersey-common:3.1.11 (6 constraints: 1167455a)
org.glassfish.jersey.core:jersey-server:3.1.11 (2 constraints: 721e3b52)
org.glassfish.jersey.core:jersey-common:3.1.11 (6 constraints: b26654d0)
org.glassfish.jersey.core:jersey-server:3.1.11 (2 constraints: 131e8915)
org.glassfish.jersey.ext:jersey-entity-filtering:3.1.11 (1 constraints: ec150fe9)
org.glassfish.jersey.inject:jersey-hk2:3.1.11 (1 constraints: 3805363b)
org.glassfish.jersey.media:jersey-media-json-jackson:3.1.11 (1 constraints: 3805363b)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ org.glassfish.hk2*:*=3.1.1
org.glassfish.hk2.external:jakarta.inject=2.6.1
org.glassfish.hk2:osgi*=1.0.3
org.glassfish.jersey*:*=3.1.11
org.glassfish.jersey.containers:jersey-container-jetty-http=2.39.1
org.glassfish.jersey.containers:jersey-container-jetty-http=2.48
org.hamcrest:*=3.0
org.hsqldb:hsqldb=2.7.4
org.immutables:value-annotations=2.11.3
Expand Down
Loading