Skip to content

Commit

Permalink
Bump jetty to 11.0.12 (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Oct 6, 2022
1 parent 81960cb commit d0d9059
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.11'
static final String JETTY11_VERSION = '11.0.12'

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

0 comments on commit d0d9059

Please sign in to comment.