Skip to content

Commit

Permalink
Bump to jetty 11.0.20 (#5203)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Feb 28, 2024
1 parent 4508134 commit 38dda6b
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 @@ -117,7 +117,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.19'
static final String JETTY11_VERSION = '11.0.20'

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

0 comments on commit 38dda6b

Please sign in to comment.