Skip to content

Commit 6b5349f

Browse files
fix(deps): update jetty monorepo to v11.0.25 (#2313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50153e7 commit 6b5349f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/groovy/io.micronaut.build.internal.aws-module.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (sonatypePluginConfigured) {
1212
password = ossIndexPassword
1313
excludeCompileOnly = true
1414
excludeCoordinates = [
15-
"org.eclipse.jetty:jetty-http:11.0.24" // no version of Jetty 11 patched https://ossindex.sonatype.org/component/pkg:maven/org.eclipse.jetty/jetty-http
15+
"org.eclipse.jetty:jetty-http:11.0.25" // no version of Jetty 11 patched https://ossindex.sonatype.org/component/pkg:maven/org.eclipse.jetty/jetty-http
1616
]
1717
}
1818
}

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ micronaut-docs = "2.0.0"
44
micronaut-test = "4.7.0"
55
groovy = "4.0.22"
66
spock = "2.3-groovy-4.0"
7-
jetty = '11.0.24'
7+
jetty = '11.0.25'
88

99
bouncycastle = '1.70'
1010
fileupload = '0.0.6'

0 commit comments

Comments
 (0)