Skip to content

Commit

Permalink
Upgrade jetty to 11.0.17 (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 18, 2023
1 parent e0e968e commit a1ba511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Classpaths.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Classpaths {

static final String JETTY11_GROUP = 'org.eclipse.jetty'
static final String JETTY11_NAME = 'jetty-bom'
static final String JETTY11_VERSION = '11.0.16'
static final String JETTY11_VERSION = '11.0.17'

static final String GUAVA_GROUP = 'com.google.guava'
static final String GUAVA_NAME = 'guava'
Expand Down

0 comments on commit a1ba511

Please sign in to comment.