Merge remote-tracking branch 'origin/jetty-12.1.x' into jetty-12.1.x-servletUpgrade

This commit is contained in:
Lachlan Roberts 2024-08-29 12:46:57 +10:00
commit 9fbde9b71e
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
1 changed files with 2 additions and 2 deletions

View File

@ -1057,12 +1057,12 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty.tests</groupId> <groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-session-common</artifactId> <artifactId>jetty-test-common</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty.tests</groupId> <groupId>org.eclipse.jetty.tests</groupId>
<artifactId>jetty-test-common</artifactId> <artifactId>jetty-test-session-common</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>