Merge pull request #11480 from jetty/dependabot/maven/jetty-10.0.x/dev-dependencies-ef79c4d092

[10.0.x] Bump the dev-dependencies group with 1 update
This commit is contained in:
Joakim Erdfelt 2024-03-01 14:56:50 -08:00 committed by GitHub
commit d39899fc29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 46 additions and 1 deletions

View File

@ -43,6 +43,11 @@
<groupId>org.infinispan</groupId> <groupId>org.infinispan</groupId>
<artifactId>infinispan-remote-query-client</artifactId> <artifactId>infinispan-remote-query-client</artifactId>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>

View File

@ -210,7 +210,7 @@
<checkstyle.version>10.14.0</checkstyle.version> <checkstyle.version>10.14.0</checkstyle.version>
<commons-codec.version>1.16.1</commons-codec.version> <commons-codec.version>1.16.1</commons-codec.version>
<commons-lang3.version>3.14.0</commons-lang3.version> <commons-lang3.version>3.14.0</commons-lang3.version>
<commons.compress.version>1.24.0</commons.compress.version> <commons.compress.version>1.26.0</commons.compress.version>
<commons.io.version>2.15.1</commons.io.version> <commons.io.version>2.15.1</commons.io.version>
<compiler.release>11</compiler.release> <compiler.release>11</compiler.release>
<compiler.source>11</compiler.source> <compiler.source>11</compiler.source>

View File

@ -26,6 +26,11 @@
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId> <artifactId>junit-jupiter</artifactId>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId> <artifactId>plexus-xml</artifactId>

View File

@ -36,6 +36,11 @@
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId> <artifactId>jetty-webapp</artifactId>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty.toolchain</groupId> <groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId> <artifactId>jetty-test-helper</artifactId>

View File

@ -12,6 +12,11 @@
<bundle-symbolic-name>${project.groupId}.sessions.gcloud</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.gcloud</bundle-symbolic-name>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId> <artifactId>jetty-client</artifactId>

View File

@ -22,6 +22,11 @@
<version>${gson.version}</version> <version>${gson.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>infinispan-embedded-query</artifactId> <artifactId>infinispan-embedded-query</artifactId>

View File

@ -12,6 +12,11 @@
<bundle-symbolic-name>${project.groupId}.sessions.jdbc</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.jdbc</bundle-symbolic-name>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId> <artifactId>jetty-client</artifactId>

View File

@ -12,6 +12,11 @@
<bundle-symbolic-name>${project.groupId}.sessions.memcached</bundle-symbolic-name> <bundle-symbolic-name>${project.groupId}.sessions.memcached</bundle-symbolic-name>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId> <artifactId>jetty-client</artifactId>

View File

@ -13,6 +13,11 @@
<embedmongo.host>localhost</embedmongo.host> <embedmongo.host>localhost</embedmongo.host>
</properties> </properties>
<dependencies> <dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId> <artifactId>jetty-client</artifactId>

View File

@ -25,6 +25,11 @@
<artifactId>json-simple</artifactId> <artifactId>json-simple</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.codehaus.plexus</groupId> <groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId> <artifactId>plexus-utils</artifactId>