From 9b11f5847b926d597d42daadf384fae9a0e832a8 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Fri, 20 Sep 2024 14:39:50 +0200 Subject: [PATCH 001/269] [maven-release-plugin] prepare release inrupt-client-1.2.0 --- access-grant/pom.xml | 2 +- api/pom.xml | 2 +- archetypes/java/pom.xml | 2 +- archetypes/pom.xml | 2 +- bom/pom.xml | 2 +- caffeine/pom.xml | 2 +- core/pom.xml | 2 +- examples/cli/pom.xml | 4 ++-- examples/pom.xml | 2 +- examples/spring-web/pom.xml | 4 ++-- examples/springboot/pom.xml | 4 ++-- examples/webapp/pom.xml | 4 ++-- gradle/pom.xml | 2 +- guava/pom.xml | 2 +- httpclient/pom.xml | 2 +- integration/base/pom.xml | 2 +- integration/openid/pom.xml | 2 +- integration/pom.xml | 2 +- integration/uma/pom.xml | 2 +- jackson/pom.xml | 2 +- jena/pom.xml | 2 +- jsonb/pom.xml | 2 +- okhttp/pom.xml | 2 +- openid/pom.xml | 2 +- parser/pom.xml | 2 +- performance/base/pom.xml | 2 +- performance/pom.xml | 2 +- performance/uma/pom.xml | 2 +- pom.xml | 6 +++--- quarkus/pom.xml | 2 +- rdf-legacy/pom.xml | 2 +- rdf4j/pom.xml | 2 +- reports/pom.xml | 2 +- runtime/pom.xml | 2 +- solid/pom.xml | 2 +- spring/pom.xml | 2 +- test/pom.xml | 2 +- uma/pom.xml | 2 +- vocabulary/pom.xml | 2 +- webid/pom.xml | 2 +- 40 files changed, 46 insertions(+), 46 deletions(-) diff --git a/access-grant/pom.xml b/access-grant/pom.xml index 76910cd80f8..c34b1088938 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-accessgrant diff --git a/api/pom.xml b/api/pom.xml index 0371802bbd5..1f33b149730 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index 04d967987fc..b80956342ab 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 1af37f66aaf..87bee4a17e6 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index 0ea8bff48fa..fcf23d27d05 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index ca1e146bbdd..cea4d21ef1b 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index 3beac12833d..eb2cca069ba 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 321d5ac8002..f82df4e8e2b 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-cli - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index bcb805f35c6..a702eedb925 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-parent diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 979dccbb0d3..418bdd8afac 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-spring-web - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - SpringBoot WebApp Example Sample SpringBoot Web Application. diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 881ca5bce2b..19b8500ef19 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-springboot - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - Spring Boot Example Sample Spring Boot application. diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 9124d0d2a11..2550209a27a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-examples-webapp - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/gradle/pom.xml b/gradle/pom.xml index 1322724eb06..b175e1918ef 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-gradle diff --git a/guava/pom.xml b/guava/pom.xml index 2c59229b9a2..8c730f3e2ec 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 437efe25f66..45a877b98f1 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index c9b2802ef8b..6e5a431b57c 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-base-tests Inrupt Java Client Libraries - Integration Base Tests diff --git a/integration/openid/pom.xml b/integration/openid/pom.xml index cde1d6d1cb1..8c2a387b2e4 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index 58ce773687b..a5a5143ae23 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index 168d2a96d84..05ac8c9faef 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index 155cdccd65a..1229a1ca1f2 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index b935b572e98..2b211625edd 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index 14fc7e3303d..5fadafb2f5a 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 9d1d90ea809..fd1d64e6cd7 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index 0440b487f6f..d508b1f9895 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index 0dc234e3fb3..b526567f079 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index ad0866ee25a..3509c71e5f3 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-performance-base-tests Inrupt Java Client Libraries - Performance Base Tests diff --git a/performance/pom.xml b/performance/pom.xml index 2114a70cff9..9cd9d7acb8e 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index 55971a8afa2..e105bdebf67 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index a18a7297a5d..c8c83395c08 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ @@ -83,7 +83,7 @@ true true - + @@ -864,7 +864,7 @@ scm:git:https://github.com/inrupt/solid-client-java.git scm:git:git@github.com:inrupt/solid-client-java.git https://github.com/inrupt/solid-client-java - HEAD + inrupt-client-1.2.0 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 1633800c74d..4fba0df020a 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-quarkus diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index 0bd84f3350d..4ac1009087a 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-rdf-legacy diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index dbbd4b13a27..929a6c48702 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index ab0e53cbd1d..aaaccb5910a 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 68be3e37349..9a5fa24ec7e 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 .. diff --git a/solid/pom.xml b/solid/pom.xml index 1d8dbabcae1..ac10c265390 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index 5ba87d579b0..d35b8edaf1d 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index 4a0072a6a81..263b53d23e2 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index f532ef2955d..d3bbaaeb083 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 2c4c6e9d57d..733f05286fa 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index 3dae094ab29..69a01d97f22 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0-SNAPSHOT + 1.2.0 inrupt-client-webid From 00e52b9ea2b78f636e79e3b32b20c77bf16f7272 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Fri, 20 Sep 2024 11:49:48 -0500 Subject: [PATCH 002/269] Set version for maintenance --- access-grant/pom.xml | 2 +- api/pom.xml | 2 +- archetypes/java/pom.xml | 2 +- archetypes/pom.xml | 2 +- bom/pom.xml | 2 +- caffeine/pom.xml | 2 +- core/pom.xml | 2 +- examples/cli/pom.xml | 4 ++-- examples/pom.xml | 2 +- examples/spring-web/pom.xml | 4 ++-- examples/springboot/pom.xml | 4 ++-- examples/webapp/pom.xml | 4 ++-- gradle/pom.xml | 2 +- guava/pom.xml | 2 +- httpclient/pom.xml | 2 +- integration/base/pom.xml | 2 +- integration/openid/pom.xml | 2 +- integration/pom.xml | 2 +- integration/uma/pom.xml | 2 +- jackson/pom.xml | 2 +- jena/pom.xml | 2 +- jsonb/pom.xml | 2 +- okhttp/pom.xml | 2 +- openid/pom.xml | 2 +- parser/pom.xml | 2 +- performance/base/pom.xml | 2 +- performance/pom.xml | 2 +- performance/uma/pom.xml | 2 +- pom.xml | 2 +- quarkus/pom.xml | 2 +- rdf-legacy/pom.xml | 2 +- rdf4j/pom.xml | 2 +- reports/pom.xml | 2 +- runtime/pom.xml | 2 +- solid/pom.xml | 2 +- spring/pom.xml | 2 +- test/pom.xml | 2 +- uma/pom.xml | 2 +- vocabulary/pom.xml | 2 +- webid/pom.xml | 2 +- 40 files changed, 44 insertions(+), 44 deletions(-) diff --git a/access-grant/pom.xml b/access-grant/pom.xml index c34b1088938..346c72d7919 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-accessgrant diff --git a/api/pom.xml b/api/pom.xml index 1f33b149730..e4c1d22de0b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index b80956342ab..0c2fccf428c 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 87bee4a17e6..09ad89cc80f 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index fcf23d27d05..6ddb7044400 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index cea4d21ef1b..4fb44b8b119 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index eb2cca069ba..12eb472004f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f82df4e8e2b..f21e52c07ff 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-examples-cli - 1.2.0 + 1.2.1-SNAPSHOT Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index a702eedb925..7954883a541 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-examples-parent diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 418bdd8afac..f9854740840 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-examples-spring-web - 1.2.0 + 1.2.1-SNAPSHOT Inrupt Java Client Libraries - SpringBoot WebApp Example Sample SpringBoot Web Application. diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 19b8500ef19..cb2589ef326 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-examples-springboot - 1.2.0 + 1.2.1-SNAPSHOT Inrupt Java Client Libraries - Spring Boot Example Sample Spring Boot application. diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 2550209a27a..f4ef3b3a792 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-examples-webapp - 1.2.0 + 1.2.1-SNAPSHOT Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/gradle/pom.xml b/gradle/pom.xml index b175e1918ef..276947b0166 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-gradle diff --git a/guava/pom.xml b/guava/pom.xml index 8c730f3e2ec..d4b642947ce 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 45a877b98f1..d5e7d330d73 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 6e5a431b57c..9a4ee2efc30 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-integration-base-tests Inrupt Java Client Libraries - Integration Base Tests diff --git a/integration/openid/pom.xml b/integration/openid/pom.xml index 8c2a387b2e4..0d79187e368 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index a5a5143ae23..5afadee17f0 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index 05ac8c9faef..da38a03c4ee 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index 1229a1ca1f2..594af9b7e1c 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index 2b211625edd..cf7543a3c23 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index 5fadafb2f5a..85a46c55b25 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index fd1d64e6cd7..6f1bf716ef7 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index d508b1f9895..f73f586bc44 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index b526567f079..cf94d8985c7 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 3509c71e5f3..6b16bcdab30 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-performance-base-tests Inrupt Java Client Libraries - Performance Base Tests diff --git a/performance/pom.xml b/performance/pom.xml index 9cd9d7acb8e..54df5336827 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index e105bdebf67..6b9d68879fa 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index c8c83395c08..4102a607f76 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 4fba0df020a..35bb5665e5c 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-quarkus diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index 4ac1009087a..b38e9c896a9 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-rdf-legacy diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 929a6c48702..1914378ed9e 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index aaaccb5910a..a3df5eb9e6a 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 9a5fa24ec7e..6952eab0f93 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT .. diff --git a/solid/pom.xml b/solid/pom.xml index ac10c265390..a7bec68fc42 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index d35b8edaf1d..616cee07541 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index 263b53d23e2..0ea2bd99024 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index d3bbaaeb083..d7d05c04fed 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 733f05286fa..cb9f87aef13 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index 69a01d97f22..42df26e9a43 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.2.0 + 1.2.1-SNAPSHOT inrupt-client-webid From 4f9c2dbca8aeb35f4e6d4a59f3cd08eee9aa5722 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Fri, 20 Sep 2024 11:51:15 -0500 Subject: [PATCH 003/269] Adjust CD rules --- .github/workflows/cd-config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index fe140a446c9..c2d5d44cd27 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -3,11 +3,9 @@ name: Solid Java Client CD on: push: branches: - - main + - 1.2 tags: - - inrupt-client-[0-9]+.[0-9]+.[0-9]+ - - inrupt-client-[0-9]+.[0-9]+.[0-9]+.Alpha[0-9]+ - - inrupt-client-[0-9]+.[0-9]+.[0-9]+.Beta[0-9]+ + - inrupt-client-1.2.[0-9]+ jobs: deployment: From 489fcbbb33cc428fbf0f9c5061914db5901952ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 22:00:52 +0000 Subject: [PATCH 004/269] Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 (#1594) --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4102a607f76..78e0ea5955b 100644 --- a/pom.xml +++ b/pom.xml @@ -160,6 +160,12 @@ xmlunit-core 2.10.0 + + + com.google.protobuf + protobuf-java + 3.25.5 + @@ -289,7 +295,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.8.0 + 1.9.0 From b2ee9c9a9f34bd1804fb66ef798c97668eda37eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:39:11 +0000 Subject: [PATCH 005/269] Bump the plugins group with 5 updates (#1609) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 78e0ea5955b..3cc80f7ff85 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 3.1.0 - 3.2.1 + 3.3.0 3.7.1 3.5.0 3.4.0 @@ -51,11 +51,11 @@ 3.5.0 3.4.1 3.1.3 - 3.2.6 + 3.2.7 0.8.12 3.4.2 3.10.0 - 4.5 + 4.6 1.7.0 10.0.4 3.7.0 @@ -68,7 +68,7 @@ 3.5.0 - 10.18.1 + 10.18.2 4.2.2 From 63ca3afd0c35e9e00a9654bb5c13d6d2e949b051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:57:38 +0000 Subject: [PATCH 006/269] Bump junit.version from 5.11.0 to 5.11.1 (#1610) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3cc80f7ff85..0469cdf1bb0 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.2.2 3.16.2 2.0.1 - 5.11.0 + 5.11.1 4.6.0 3.9.1 3.0.4 From 995b03e12a2a75b08475f807e47a8965ce222e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:36:53 +0000 Subject: [PATCH 007/269] Bump quarkus.version from 3.14.4 to 3.15.1 (#1611) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f21e52c07ff..cad959e9830 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.14.4 + 3.15.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index f4ef3b3a792..2c81b024242 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.14.4 + 3.15.1 diff --git a/pom.xml b/pom.xml index 0469cdf1bb0..d13e91f2f58 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.14.4 + 3.15.1 2.0.16 5.8.14 From cb5eea5bb22f553f507a088d549ffa2c21e91489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:43:37 +0000 Subject: [PATCH 008/269] Bump jackson.version from 2.17.2 to 2.18.0 (#1612) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d13e91f2f58..4b28e5e37b7 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.17.0 0.5.0 33.3.0-jre - 2.17.2 + 2.18.0 2.1.3 4.10.0 0.9.6 From 94761e89aba04621470a4352cd38925eea594600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:32:19 +0000 Subject: [PATCH 009/269] Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#1623) --- pom.xml | 2 +- rdf-legacy/pom.xml | 6 ++++++ rdf4j/pom.xml | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b28e5e37b7..36c9a96c4b0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.9.0 2.17.0 0.5.0 - 33.3.0-jre + 33.3.1-jre 2.18.0 2.1.3 4.10.0 diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index b38e9c896a9..8e83ab32438 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -47,6 +47,12 @@ pom import + + + commons-io + commons-io + ${commons.io.version} + diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 1914378ed9e..fc67b25d513 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -43,6 +43,12 @@ pom import + + + commons-io + commons-io + ${commons.io.version} + From a2e6a705fcaee9c0f3bfa5dfe43f50d074bbc378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:39:32 +0000 Subject: [PATCH 010/269] Bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 (#1624) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index f9854740840..06fba75e11a 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.41.1 + 9.41.2 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index cb2589ef326..1caa2211b51 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.41.1 + 9.41.2 From 54703904b90f27d5ee0c0d41dedb49a3fe9446a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:46:47 +0000 Subject: [PATCH 011/269] Bump the plugins group with 3 updates (#1620) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 36c9a96c4b0..67b719f7247 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.2.7 0.8.12 3.4.2 - 3.10.0 + 3.10.1 4.6 1.7.0 10.0.4 @@ -65,7 +65,7 @@ 3.3.1 4.0.0.4121 3.3.1 - 3.5.0 + 3.5.1 10.18.2 From 6d0bae5e790faaa162108d88b20523471a4eb1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:53:48 +0000 Subject: [PATCH 012/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1 (#1622) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67b719f7247..1f8492fb894 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.16.2 + 3.17.1 2.0.1 5.11.1 4.6.0 From 5140b7af23a01d73bf70d4af8fffc910716c5ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:00:34 +0000 Subject: [PATCH 013/269] Bump junit.version from 5.11.1 to 5.11.2 (#1621) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f8492fb894..d6b93fa6f04 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.2.2 3.17.1 2.0.1 - 5.11.1 + 5.11.2 4.6.0 3.9.1 3.0.4 From 54c11f4c3cbbf283aace624486aaed2356e4edf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:27:33 +0000 Subject: [PATCH 014/269] Bump org.springframework:spring-web from 6.1.13 to 6.1.14 (#1631) --- build-tools/owasp/suppressions.xml | 10 +++++++++- spring/pom.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index f0177dcfe40..9d2f12c8536 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -10,11 +10,19 @@ - + ^pkg:javascript/DOMPurify@.*$ CVE-2024-45801 + CVE-2024-47875 + + + + ^pkg:maven/org\.eclipse\.jetty/jetty-server@.*$ + CVE-2024-8184 diff --git a/spring/pom.xml b/spring/pom.xml index 616cee07541..d98f0965b45 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.1.13 + 6.1.14 provided From d3a44c4f8b999a34e6346a5d4c521eb9d94193c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:35:40 +0000 Subject: [PATCH 015/269] Bump io.smallrye.config:smallrye-config from 3.9.1 to 3.10.0 (#1630) --- integration/base/pom.xml | 2 +- performance/base/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 9a4ee2efc30..194b8e48469 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.9.1 + 3.10.0 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 6b16bcdab30..ef9c9ddf6b8 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.9.1 + 3.10.0 diff --git a/pom.xml b/pom.xml index d6b93fa6f04..72d46eb0c42 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.2 4.6.0 - 3.9.1 + 3.10.0 3.0.4 3.9.1 From 5e228027755e28f9b097153266594f80611bd25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:37:52 +0000 Subject: [PATCH 016/269] Bump the plugins group across 1 directory with 3 updates (#1643) --- archetypes/pom.xml | 12 ++++++++++++ pom.xml | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 09ad89cc80f..80f5a18104c 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -17,4 +17,16 @@ java + + + + + org.owasp + dependency-check-maven + + true + + + + diff --git a/pom.xml b/pom.xml index 72d46eb0c42..010c7dfc38a 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,10 @@ 3.10.1 4.6 1.7.0 - 10.0.4 - 3.7.0 + 11.0.0 + 3.8.0 3.25.0 - 3.20.0 + 3.21.0 3.1.1 3.3.1 4.0.0.4121 From 0525fdfffc771c96e2e3968cec300158fd1b1e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:02:37 +0000 Subject: [PATCH 017/269] Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#1662) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 06fba75e11a..a7bb76cfca9 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.41.2 + 9.42 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 1caa2211b51..e512a01f56e 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.41.2 + 9.42 From 53a3db266aa8f941de227593d8e45d949db11f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:09:08 +0000 Subject: [PATCH 018/269] Bump wiremock.version from 3.9.1 to 3.9.2 (#1660) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 010c7dfc38a..69697afbfdd 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.0 3.10.0 3.0.4 - 3.9.1 + 3.9.2 true From f4b6c5bd4ce3e79860876c019a0c35c472790e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:15:45 +0000 Subject: [PATCH 019/269] Bump junit.version from 5.11.2 to 5.11.3 (#1659) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69697afbfdd..136efb3e94b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.2.2 3.17.1 2.0.1 - 5.11.2 + 5.11.3 4.6.0 3.10.0 3.0.4 From 50c31255fef573af7352bd0eb82ec5c5efa06ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:22:44 +0000 Subject: [PATCH 020/269] Bump org.springframework.security:spring-security-bom in /spring (#1656) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index d98f0965b45..cc3a3221707 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.3.3 + 6.3.4 From 54eb747d8963ea7aacd0840f699c9d919811e7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:29:34 +0000 Subject: [PATCH 021/269] Bump the plugins group across 1 directory with 4 updates (#1666) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 136efb3e94b..0d70c78c750 100644 --- a/pom.xml +++ b/pom.xml @@ -43,10 +43,10 @@ 3.1.0 3.3.0 3.7.1 - 3.5.0 + 3.6.0 3.4.0 3.13.0 - 3.8.0 + 3.8.1 3.1.3 3.5.0 3.4.1 @@ -59,7 +59,7 @@ 1.7.0 11.0.0 3.8.0 - 3.25.0 + 3.26.0 3.21.0 3.1.1 3.3.1 @@ -68,7 +68,7 @@ 3.5.1 - 10.18.2 + 10.19.0 4.2.2 From defb73dfc1754c8385ed9d22640b42753df22481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:57:51 +0000 Subject: [PATCH 022/269] Bump springboot.version from 3.3.4 to 3.3.5 (#1661) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index a7bb76cfca9..03a9f4b86c4 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.3.4 + 3.3.5 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index e512a01f56e..dedbf07a270 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.3.4 + 3.3.5 From d4b153dbc9324db6c47255887df47fd4a7e27e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:33:20 +0000 Subject: [PATCH 023/269] Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 (#1670) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d70c78c750..a0a784a7f83 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 3.8.1 3.1.3 3.5.0 - 3.4.1 + 3.5.0 3.1.3 3.2.7 0.8.12 From 93e7612b23794ddf20655e19c1c0adc32de0524e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:46:14 +0000 Subject: [PATCH 024/269] Bump the plugins group with 2 updates (#1669) --- archetypes/java/src/main/resources/archetype-resources/pom.xml | 2 +- .../java/src/test/resources/projects/test/archetype.properties | 1 - pom.xml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/archetypes/java/src/main/resources/archetype-resources/pom.xml b/archetypes/java/src/main/resources/archetype-resources/pom.xml index 1fc855f02c6..0ec6a9f84ed 100644 --- a/archetypes/java/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/java/src/main/resources/archetype-resources/pom.xml @@ -131,7 +131,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven-compiler-plugin} + 3.13.0 org.apache.maven.plugins diff --git a/archetypes/java/src/test/resources/projects/test/archetype.properties b/archetypes/java/src/test/resources/projects/test/archetype.properties index 301339fbc3e..844c3eb9d9c 100644 --- a/archetypes/java/src/test/resources/projects/test/archetype.properties +++ b/archetypes/java/src/test/resources/projects/test/archetype.properties @@ -9,7 +9,6 @@ junit-version=${junit.version} maven-antrun-plugin=${antrun.plugin.version} maven-assembly-plugin=${assembly.plugin.version} maven-clean-plugin=${clean.plugin.version} -maven-compiler-plugin=${compiler.plugin.version} maven-dependency-plugin=${dependency.plugin.version} maven-install-plugin=${install.plugin.version} maven-jar-plugin=${jar.plugin.version} diff --git a/pom.xml b/pom.xml index a0a784a7f83..7a31a6d678f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 3.1.0 - 3.3.0 + 3.3.1 3.7.1 3.6.0 3.4.0 From fd657e6a706cfd1ce0e42289d3a0c008f99ada68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:51:34 -0600 Subject: [PATCH 025/269] Bump quarkus.version from 3.15.1 to 3.16.1 (#1682) * Bump quarkus.version from 3.15.1 to 3.16.1 Bumps `quarkus.version` from 3.15.1 to 3.16.1. Updates `io.quarkus.platform:quarkus-bom` from 3.15.1 to 3.16.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.15.1...3.16.1) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.15.1 to 3.16.1 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.15.1...3.16.1) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Adjustment for quarkus 3.16 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- .../test/java/com/inrupt/client/quarkus/SessionUtilsTest.java | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index cad959e9830..c985eb8bf2a 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.15.1 + 3.16.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 2c81b024242..9192fa302cf 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.15.1 + 3.16.1 diff --git a/pom.xml b/pom.xml index 7a31a6d678f..fbe0be90e54 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.15.1 + 3.16.1 2.0.16 5.8.14 diff --git a/quarkus/src/test/java/com/inrupt/client/quarkus/SessionUtilsTest.java b/quarkus/src/test/java/com/inrupt/client/quarkus/SessionUtilsTest.java index f8d8c2e22e5..253155aa1a6 100644 --- a/quarkus/src/test/java/com/inrupt/client/quarkus/SessionUtilsTest.java +++ b/quarkus/src/test/java/com/inrupt/client/quarkus/SessionUtilsTest.java @@ -36,6 +36,7 @@ import java.net.URI; import java.time.Instant; import java.util.Optional; +import java.util.Set; import org.eclipse.microprofile.jwt.JsonWebToken; import org.jose4j.jwk.PublicJsonWebKey; @@ -81,7 +82,7 @@ static JsonWebToken generateIdToken(final String sub, final String issuer, final .newPublicJwk(ResourceUtils.readResource("testKey.json")); final var authContext = new JWTAuthContextInfo(jwk.getPublicKey(), issuer); - authContext.setSignatureAlgorithm(SignatureAlgorithm.ES256); + authContext.setSignatureAlgorithm(Set.of(SignatureAlgorithm.ES256)); final var parser = new DefaultJWTParser(authContext); final var token = Jwt.claims() From a129780b69d72b310fe422036d3c608db5f83f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:58:35 +0000 Subject: [PATCH 026/269] Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.45 (#1681) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 03a9f4b86c4..8c351abdec7 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.42 + 9.45 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index dedbf07a270..5d1b1db6473 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.42 + 9.45 From d9c90ac6265b699977cb340ddafb68457ecf858e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:05:36 +0000 Subject: [PATCH 027/269] Bump the plugins group with 5 updates (#1679) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index fbe0be90e54..a892c6b0667 100644 --- a/pom.xml +++ b/pom.xml @@ -54,10 +54,10 @@ 3.2.7 0.8.12 3.4.2 - 3.10.1 + 3.11.1 4.6 1.7.0 - 11.0.0 + 11.1.0 3.8.0 3.26.0 3.21.0 @@ -65,10 +65,10 @@ 3.3.1 4.0.0.4121 3.3.1 - 3.5.1 + 3.5.2 - 10.19.0 + 10.20.0 4.2.2 From 919f9ac168aa6697319c0eb3a4d8858edd588f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:11:41 +0000 Subject: [PATCH 028/269] Bump jackson.version from 2.18.0 to 2.18.1 (#1680) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a892c6b0667..88d225a756e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.17.0 0.5.0 33.3.1-jre - 2.18.0 + 2.18.1 2.1.3 4.10.0 0.9.6 From 5f08cb3bab916024f884a9bab55c2cc433616ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:40:09 +0000 Subject: [PATCH 029/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.0.2 to 5.0.3 in /rdf4j (#1694) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index fc67b25d513..6f7fed989af 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.0.2 + 5.0.3 From cfd369bfbf7523bf4b1631114363a2582b43a6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:46:35 +0000 Subject: [PATCH 030/269] Bump com.nimbusds:nimbus-jose-jwt from 9.45 to 9.46 (#1688) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 8c351abdec7..6d548b55148 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.45 + 9.46 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 5d1b1db6473..07e79c3b68c 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.45 + 9.46 From 96ce96cead0f12bf2092dbe28e487f5a7d7e4176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:52:40 +0000 Subject: [PATCH 031/269] Bump quarkus.version from 3.16.1 to 3.16.2 (#1687) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index c985eb8bf2a..5d2eff1c8eb 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.1 + 3.16.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 9192fa302cf..698b56a19b2 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.1 + 3.16.2 diff --git a/pom.xml b/pom.xml index 88d225a756e..f1354ac6d20 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.1 + 3.16.2 2.0.16 5.8.14 From 85c953a16198771b06690f8edffeaa5bb1611c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:59:35 +0000 Subject: [PATCH 032/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.1 to 3.17.3 (#1686) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f1354ac6d20..a1f6d8f862e 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.17.1 + 3.17.3 2.0.1 5.11.3 4.6.0 From c3fcfd2fb491650241703f4f1cdb35e63faef13e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:07:23 +0000 Subject: [PATCH 033/269] Bump the plugins group with 2 updates (#1685) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a1f6d8f862e..136aecb95ea 100644 --- a/pom.xml +++ b/pom.xml @@ -63,12 +63,12 @@ 3.21.0 3.1.1 3.3.1 - 4.0.0.4121 + 5.0.0.4389 3.3.1 3.5.2 - 10.20.0 + 10.20.1 4.2.2 From 3abe3023e6362e9fd1f66fe522d9d8ca5043807e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:42:56 +0000 Subject: [PATCH 034/269] Bump org.springframework:spring-web from 6.1.14 to 6.2.0 (#1709) --- build-tools/owasp/suppressions.xml | 7 +++++++ spring/pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 9d2f12c8536..4330c57685d 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -25,4 +25,11 @@ ^pkg:maven/org\.eclipse\.jetty/jetty-server@.*$ CVE-2024-8184 + + + ^pkg:maven/org\.springframework\..*@.*$ + CVE-2024-38828 + diff --git a/spring/pom.xml b/spring/pom.xml index cc3a3221707..f51ff42e185 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.1.14 + 6.2.0 provided From 246377b1117d5aab7156abb1448fe54c1eef74fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:49:31 +0000 Subject: [PATCH 035/269] Bump io.smallrye.config:smallrye-config from 3.10.0 to 3.10.1 (#1706) --- integration/base/pom.xml | 2 +- performance/base/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 194b8e48469..9d7e65b61b8 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.10.0 + 3.10.1 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index ef9c9ddf6b8..a5d473b16b1 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.10.0 + 3.10.1 diff --git a/pom.xml b/pom.xml index 136aecb95ea..e6faf793d87 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.3 4.6.0 - 3.10.0 + 3.10.1 3.0.4 3.9.2 From f92a605c33e56bf5feada0f39bec7b8b582e34ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:56:02 +0000 Subject: [PATCH 036/269] Bump com.nimbusds:nimbus-jose-jwt from 9.46 to 9.47 (#1705) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 6d548b55148..581e029d1df 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.46 + 9.47 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 07e79c3b68c..74dd1ef6ae3 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.46 + 9.47 From 75e784e4f3e25efabb7950815d043778b413956b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:03:09 +0000 Subject: [PATCH 037/269] Bump quarkus.version from 3.16.2 to 3.16.3 (#1707) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 5d2eff1c8eb..b6aba4a39c6 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.2 + 3.16.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 698b56a19b2..cc2507ead5a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.2 + 3.16.3 diff --git a/pom.xml b/pom.xml index e6faf793d87..b0a50aeda6c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.2 + 3.16.3 2.0.16 5.8.14 From bed3f2da4b84ed8f862626e4c628bd959a4c429e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:10:24 +0000 Subject: [PATCH 038/269] Bump io.smallrye:smallrye-jwt-build from 4.6.0 to 4.6.1 (#1708) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0a50aeda6c..433650edf6a 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 3.17.3 2.0.1 5.11.3 - 4.6.0 + 4.6.1 3.10.1 3.0.4 3.9.2 From bc3347457ab8886024c1ef47709c3ea89f6fa04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:25:55 +0000 Subject: [PATCH 039/269] Bump com.gradle.enterprise from 3.18.1 to 3.18.2 in /gradle (#1699) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 702f724fd13..77cff90fbcb 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.18.1" + id "com.gradle.enterprise" version "3.18.2" } dependencyResolutionManagement { From 7a8d7aa78f4a1882b78df5e0da77aee600e46775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:52:10 +0000 Subject: [PATCH 040/269] Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1727) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 433650edf6a..0494a02c2fb 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.1.8 1.17.1 1.9.0 - 2.17.0 + 2.18.0 0.5.0 33.3.1-jre 2.18.1 From 25e868f524f69dad7895bc2c25808e27702594be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:58:54 +0000 Subject: [PATCH 041/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.0.3 to 5.1.0 in /rdf4j (#1718) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 6f7fed989af..99749fa50d9 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.0.3 + 5.1.0 From f71a51d689729c128896244323690b76c858fafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:05:45 +0000 Subject: [PATCH 042/269] Bump springboot.version from 3.3.5 to 3.4.0 (#1726) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 581e029d1df..4e163cd550b 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.3.5 + 3.4.0 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 74dd1ef6ae3..23690093818 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.3.5 + 3.4.0 From 3702d7ddfbe4193c56a822e7c18decf0d7c245ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:12:48 +0000 Subject: [PATCH 043/269] Bump quarkus.version from 3.16.3 to 3.16.4 (#1725) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index b6aba4a39c6..875718ae5d8 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.3 + 3.16.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cc2507ead5a..9402db96c61 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.3 + 3.16.4 diff --git a/pom.xml b/pom.xml index 0494a02c2fb..ad9ab7438d0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.3 + 3.16.4 2.0.16 5.8.14 From 383d396fa6c3b2e94e53d0cfd158bc4db7aa3999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:19:13 +0000 Subject: [PATCH 044/269] Bump org.springframework.security:spring-security-bom in /spring (#1731) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index f51ff42e185..f5e1ebe892a 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.3.4 + 6.4.1 From a1bba79101c88d3f78fbb89029523a1f85df7535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:09:53 +0000 Subject: [PATCH 045/269] Bump jackson.version from 2.18.1 to 2.18.2 (#1746) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad9ab7438d0..4bf05dbba4e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.18.0 0.5.0 33.3.1-jre - 2.18.1 + 2.18.2 2.1.3 4.10.0 0.9.6 From 30686e79cadbd9d902ebee0f67d8627511fe17c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:17:01 +0000 Subject: [PATCH 046/269] Bump quarkus.version from 3.16.4 to 3.17.2 (#1745) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 875718ae5d8..8672aa4f0c5 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.4 + 3.17.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 9402db96c61..5cc90bb0026 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.16.4 + 3.17.2 diff --git a/pom.xml b/pom.xml index 4bf05dbba4e..3acf8dfdf2d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.4 + 3.17.2 2.0.16 5.8.14 From 48f0d476867fe0cbfc73396b2dc0ebceadea894b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:24:25 +0000 Subject: [PATCH 047/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.3 to 3.17.4 (#1743) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3acf8dfdf2d..e25091b12e0 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.17.3 + 3.17.4 2.0.1 5.11.3 4.6.1 From ee0bb5dbb2ae5f365611bdc5ae7f74393f145577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:30:58 +0000 Subject: [PATCH 048/269] Bump wiremock.version from 3.9.2 to 3.10.0 (#1744) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e25091b12e0..e5beeca7c68 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.1 3.10.1 3.0.4 - 3.9.2 + 3.10.0 true From cfee7f8eddf83c0f474ea457ad0104e2b5d0c346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:38:14 +0000 Subject: [PATCH 049/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1742) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e5beeca7c68..0c1bb539b21 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.2 - 10.20.1 + 10.20.2 4.2.2 From 6761194ab88c2a9f6eee35ef4bf307d7f78f40a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:06:09 +0000 Subject: [PATCH 050/269] Bump io.smallrye.config:smallrye-config from 3.10.1 to 3.10.2 (#1750) --- integration/base/pom.xml | 2 +- performance/base/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 9d7e65b61b8..73c8c87966c 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.10.1 + 3.10.2 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index a5d473b16b1..8129e6e109f 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.10.1 + 3.10.2 diff --git a/pom.xml b/pom.xml index 0c1bb539b21..57c92261cca 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.3 4.6.1 - 3.10.1 + 3.10.2 3.0.4 3.10.0 From 10a82dbdb5ec7b1b18e3bd86d3d3f504711e1db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:27:06 +0000 Subject: [PATCH 051/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.4 to 3.17.5 (#1759) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57c92261cca..5eb4809cb4d 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.17.4 + 3.17.5 2.0.1 5.11.3 4.6.1 From 27f5a04aafc5b63cd2792641c18d0acb87660b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:33:22 +0000 Subject: [PATCH 052/269] Bump quarkus.version from 3.17.2 to 3.17.3 (#1758) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 8672aa4f0c5..fff01a0be99 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.2 + 3.17.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 5cc90bb0026..f41223f2c93 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.2 + 3.17.3 diff --git a/pom.xml b/pom.xml index 5eb4809cb4d..4de1780388b 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.2 + 3.17.3 2.0.16 5.8.14 From 2aa746c9e887c5802d3f2468db556ddc63ed6529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:41:02 +0000 Subject: [PATCH 053/269] Bump the plugins group with 2 updates (#1757) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4de1780388b..3f47cf91a56 100644 --- a/pom.xml +++ b/pom.xml @@ -54,10 +54,10 @@ 3.2.7 0.8.12 3.4.2 - 3.11.1 + 3.11.2 4.6 1.7.0 - 11.1.0 + 11.1.1 3.8.0 3.26.0 3.21.0 From cf411b3a8fc294c5426e6fd12b6017ce6ae5edaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:35:39 +0000 Subject: [PATCH 054/269] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#1772) --- rdf-legacy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index 8e83ab32438..9757eac61c2 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -17,7 +17,7 @@ 8 - 1.12.0 + 1.13.0 3.7.7 From 116d781d9e1e34df8d3faede99241d72a3fe38a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:42:49 +0000 Subject: [PATCH 055/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1763) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f47cf91a56..84799a83be8 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.2 - 10.20.2 + 10.21.0 4.2.2 From 3c9e5f1e33478f17a2260e33522a09f860f6e41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:51:59 +0000 Subject: [PATCH 056/269] Bump org.springframework:spring-web from 6.2.0 to 6.2.1 (#1765) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index f5e1ebe892a..74092b9dfb1 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.0 + 6.2.1 provided From 50eea24f66a8ff08caf4fd816b51b205fd1443d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:58:50 +0000 Subject: [PATCH 057/269] Bump com.gradle.enterprise from 3.18.2 to 3.19 in /gradle (#1762) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 77cff90fbcb..d9f1264a0b6 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.18.2" + id "com.gradle.enterprise" version "3.19" } dependencyResolutionManagement { From 4e91c59066610c90c9b4026af004a6c06822aa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:13:46 +0000 Subject: [PATCH 058/269] Bump quarkus.version from 3.17.3 to 3.17.4 (#1768) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 14 +++++++++++--- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index fff01a0be99..b71e4646d9e 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.3 + 3.17.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index f41223f2c93..c3d67589211 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.3 + 3.17.4 diff --git a/pom.xml b/pom.xml index 84799a83be8..aac178f5a06 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.3 + 3.17.4 2.0.16 5.8.14 @@ -108,7 +108,6 @@ okhttp openid parser - quarkus rdf4j rdf-legacy solid @@ -120,7 +119,6 @@ spring integration performance - reports archetypes @@ -776,6 +774,16 @@ + + java-17 + + [17,) + + + quarkus + reports + + publish From 99834ef2ed353aa97a46af58a3f38183d45eded4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:04:01 +0000 Subject: [PATCH 059/269] Bump junit.version from 5.11.3 to 5.11.4 (#1787) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aac178f5a06..86b999db3f9 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.2.2 3.17.5 2.0.1 - 5.11.3 + 5.11.4 4.6.1 3.10.2 3.0.4 From f1ed4b19cf76fd667f68a9ee629b5e84b382bb3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:12:43 +0000 Subject: [PATCH 060/269] Bump org.springframework.security:spring-security-bom in /spring (#1781) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 74092b9dfb1..46af4cd37c1 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.4.1 + 6.4.2 From 6a5581a6ae303b9bc9d6c03e975fdd61b42b56e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:20:04 +0000 Subject: [PATCH 061/269] Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#1783) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 86b999db3f9..aaafde9dc66 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.9.0 2.18.0 0.5.0 - 33.3.1-jre + 33.4.0-jre 2.18.2 2.1.3 4.10.0 From cb441893db157daca36ec300ac0460c42765d8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:57:50 +0000 Subject: [PATCH 062/269] Bump springboot.version from 3.4.0 to 3.4.1 (#1795) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 4e163cd550b..31da972172f 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.0 + 3.4.1 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 23690093818..432b184bd70 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.0 + 3.4.1 From 74fe9f43f77350f8060664cf5e3ead0bfb0c450d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:04:20 +0000 Subject: [PATCH 063/269] Bump com.nimbusds:nimbus-jose-jwt from 9.47 to 9.48 (#1794) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 31da972172f..18951e22b4a 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 432b184bd70..d070efe1a27 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.47 + 9.48 From d92ba147d5a79af8691fc1bae36a28e2ca6b274e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:11:37 +0000 Subject: [PATCH 064/269] Bump quarkus.version from 3.17.4 to 3.17.5 (#1793) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index b71e4646d9e..fb9a3c266a0 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.4 + 3.17.5 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index c3d67589211..2afe73aa0d0 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.4 + 3.17.5 diff --git a/pom.xml b/pom.xml index aaafde9dc66..7866d48fbee 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.4 + 3.17.5 2.0.16 5.8.14 From 16b3f8b181d2480f6a76e083db19ebff6d917709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:31:48 +0000 Subject: [PATCH 065/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1800) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7866d48fbee..6b8aedee6a9 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.2 - 10.21.0 + 10.21.1 4.2.2 From e2e50f934efc5df886bab26f2f5d9aff63d90f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:38:04 +0000 Subject: [PATCH 066/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.5 to 3.18 (#1801) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b8aedee6a9..a03db0f26ad 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.17.5 + 3.18 2.0.1 5.11.4 4.6.1 From 140c13ff4bd46e7f8a4ea030301371c79e136389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:21:46 +0000 Subject: [PATCH 067/269] Bump com.nimbusds:nimbus-jose-jwt from 9.48 to 10.0.1 (#1806) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 18951e22b4a..d6958708e1f 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 9.48 + 10.0.1 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index d070efe1a27..4d2a9925dd5 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 9.48 + 10.0.1 From cefe96b6b1b6dc31344a5174a28e4133e37daf71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:54:19 +0000 Subject: [PATCH 068/269] Bump com.squareup.okio:okio from 3.9.1 to 3.10.2 (#1821) --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 6f1bf716ef7..b7dfa86b93a 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.9.1 + 3.10.2 From 26de480bf4d848792eb1de5652a6216b63b90731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:00:52 +0000 Subject: [PATCH 069/269] Bump commons-codec:commons-codec from 1.17.1 to 1.17.2 (#1819) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a03db0f26ad..04edb724eb5 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.13.2 3.1.8 - 1.17.1 + 1.17.2 1.9.0 2.18.0 0.5.0 From 3b129a0ca79770ac7423560d22944131178ed1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:07:11 +0000 Subject: [PATCH 070/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.18 to 3.18.1 (#1818) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 04edb724eb5..58ab02e5b68 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.18 + 3.18.1 2.0.1 5.11.4 4.6.1 From 748e4674497e234724b44889b22ee805466e60d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:14:09 +0000 Subject: [PATCH 071/269] Bump org.owasp:dependency-check-maven in the plugins group (#1817) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 58ab02e5b68..514599261c9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.11.2 4.6 1.7.0 - 11.1.1 + 12.0.0 3.8.0 3.26.0 3.21.0 From 06862cc6b5e11539a90126f341394b91dd609e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:57:53 +0000 Subject: [PATCH 072/269] Bump quarkus.version from 3.17.5 to 3.17.6 (#1829) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index fb9a3c266a0..bec87cbb3f7 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.5 + 3.17.6 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 2afe73aa0d0..9eaee71a1a1 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.5 + 3.17.6 diff --git a/pom.xml b/pom.xml index 514599261c9..c6091b5e5e3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.5 + 3.17.6 2.0.16 5.8.14 From f48420e25ca5365e67c2e78e8a75d2c220abccd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:33:40 +0000 Subject: [PATCH 073/269] Bump io.smallrye.config:smallrye-config from 3.10.2 to 3.11.1 (#1820) --- integration/base/pom.xml | 13 ++++++++++++- performance/base/pom.xml | 13 ++++++++++++- pom.xml | 2 +- spring/pom.xml | 9 +++++++++ 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 73c8c87966c..910750365e5 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,6 @@ 2.1.1 - 3.10.2 @@ -122,6 +121,18 @@ + + + java-11 + + 11 + + + 3.10.2 + + + + diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 8129e6e109f..b1f2be4f0db 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,6 @@ 2.1.1 - 3.10.2 @@ -122,6 +121,18 @@ + + + java-11 + + 11 + + + 3.10.2 + + + + diff --git a/pom.xml b/pom.xml index c6091b5e5e3..68369c6ddca 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.4 4.6.1 - 3.10.2 + 3.11.1 3.0.4 3.10.0 diff --git a/spring/pom.xml b/spring/pom.xml index 46af4cd37c1..ff0516918a2 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -110,6 +110,15 @@ 6.4.2 + + java-11 + + 11 + + + 3.10.2 + + From 5c304edbb1222c9b1da47fc3b5d2e4b33829ebf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:45:29 +0000 Subject: [PATCH 074/269] Bump quarkus.version from 3.17.6 to 3.17.7 (#1839) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index bec87cbb3f7..05be553790f 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.6 + 3.17.7 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 9eaee71a1a1..ec021e4238a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.6 + 3.17.7 diff --git a/pom.xml b/pom.xml index 68369c6ddca..37e223fcf5f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.6 + 3.17.7 2.0.16 5.8.14 From 66327f97bc38272f9116d3c39c8b820476bc855c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:52:00 +0000 Subject: [PATCH 075/269] Bump org.springframework:spring-web from 6.2.1 to 6.2.2 (#1838) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index ff0516918a2..8dda88028ef 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.1 + 6.2.2 provided From 94e326e5b4d9f6e5e4986bbf9795a027f9561a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:58:49 +0000 Subject: [PATCH 076/269] Bump com.github.ben-manes.caffeine:caffeine from 3.1.8 to 3.2.0 (#1841) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37e223fcf5f..74edb25fe7d 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.13.2 - 3.1.8 + 3.2.0 1.17.2 1.9.0 2.18.0 From 8bfab740f226337280e966546e94384b3d2e45dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:42:00 +0000 Subject: [PATCH 077/269] Bump org.owasp:dependency-check-maven in the plugins group (#1837) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74edb25fe7d..b8d28bb3b33 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.11.2 4.6 1.7.0 - 12.0.0 + 12.0.1 3.8.0 3.26.0 3.21.0 From 9f1cd99b3fb5b12eecda1a51ea976baa20f83ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:14:57 +0000 Subject: [PATCH 078/269] Bump com.gradle.enterprise from 3.19 to 3.19.1 in /gradle (#1857) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index d9f1264a0b6..0c186fc6206 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.19" + id "com.gradle.enterprise" version "3.19.1" } dependencyResolutionManagement { From 59f69e285b3eab451926c8e56f14fc727918bac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:21:06 +0000 Subject: [PATCH 079/269] Bump quarkus.version from 3.17.7 to 3.17.8 (#1855) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 05be553790f..b63fdbcb744 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.7 + 3.17.8 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index ec021e4238a..98d14787627 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.7 + 3.17.8 diff --git a/pom.xml b/pom.xml index b8d28bb3b33..eb99c86121d 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.7 + 3.17.8 2.0.16 5.8.14 From 5e51385eccb6cf2968e94e18341e6b01e7c1a0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:28:13 +0000 Subject: [PATCH 080/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1852) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb99c86121d..6b29579c569 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.2 - 10.21.1 + 10.21.2 4.2.2 From 3ef378e2f429d71d3a34247c19779f2589c13cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:35:23 +0000 Subject: [PATCH 081/269] Bump springboot.version from 3.4.1 to 3.4.2 (#1853) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index d6958708e1f..5a021d32a4c 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.1 + 3.4.2 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 4d2a9925dd5..a0587f35866 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.1 + 3.4.2 From dddfadc9fe2e97e306c5230e8421375b67784e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:42:40 +0000 Subject: [PATCH 082/269] Bump com.google.protobuf:protobuf-java from 3.25.5 to 3.25.6 (#1856) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6b29579c569..4700d4fc3dd 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ com.google.protobuf protobuf-java - 3.25.5 + 3.25.6 From 9e78f8dbff45ea52c58e7889d4addd3f73db9215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:18:31 +0000 Subject: [PATCH 083/269] Bump commons-codec:commons-codec from 1.17.2 to 1.18.0 (#1880) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4700d4fc3dd..390a3e45a6d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.13.2 3.2.0 - 1.17.2 + 1.18.0 1.9.0 2.18.0 0.5.0 From 486675cff8739e014d0b6eb761cd79f2bf8ca2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:25:02 +0000 Subject: [PATCH 084/269] Bump wiremock.version from 3.10.0 to 3.11.0 (#1879) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 390a3e45a6d..08b4c3ec9f1 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.1 3.11.1 3.0.4 - 3.10.0 + 3.11.0 true From b211162aafaffb85e403ec3b5a4b94cc9b856ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:31:25 +0000 Subject: [PATCH 085/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.0 to 5.1.1 in /rdf4j (#1865) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 99749fa50d9..2d1276b54d5 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.0 + 5.1.1 From f55973af79122fe6308148c8b8e0fe5245e2fa28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:37:54 +0000 Subject: [PATCH 086/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.18.1 to 3.18.2 (#1877) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08b4c3ec9f1..875289718a5 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.18.1 + 3.18.2 2.0.1 5.11.4 4.6.1 From 4129f90b20a4ee8d0160656987fffad69e9b3305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:44:26 +0000 Subject: [PATCH 087/269] Bump quarkus.version from 3.17.8 to 3.18.1 (#1878) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index b63fdbcb744..3af171e8d01 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.8 + 3.18.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 98d14787627..81e97f98036 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.17.8 + 3.18.1 diff --git a/pom.xml b/pom.xml index 875289718a5..0bd7552033a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.8 + 3.18.1 2.0.16 5.8.14 From c27752272aaf65fe3498b4095a6f6dbe6cbe7b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 14:51:03 +0000 Subject: [PATCH 088/269] Bump org.owasp:dependency-check-maven in the plugins group (#1876) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0bd7552033a..10a0ca70066 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.11.2 4.6 1.7.0 - 12.0.1 + 12.0.2 3.8.0 3.26.0 3.21.0 From 50ddaad17c6800662ea189040d74eaf6a63f048b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:49:19 +0000 Subject: [PATCH 089/269] Bump quarkus.version from 3.18.1 to 3.18.2 (#1883) --- build-tools/owasp/suppressions.xml | 24 +++++------------------- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 8 insertions(+), 22 deletions(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 4330c57685d..4b739975d25 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -10,26 +10,12 @@ - + - ^pkg:javascript/DOMPurify@.*$ - CVE-2024-45801 - CVE-2024-47875 - - - - ^pkg:maven/org\.eclipse\.jetty/jetty-server@.*$ - CVE-2024-8184 - - - - ^pkg:maven/org\.springframework\..*@.*$ - CVE-2024-38828 + ^pkg:maven/net\.minidev/json-smart@.*$ + CVE-2024-57699 diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 3af171e8d01..428ad78bcc2 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.18.1 + 3.18.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 81e97f98036..cc8d1e5e90b 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.18.1 + 3.18.2 diff --git a/pom.xml b/pom.xml index 10a0ca70066..51f58f4df23 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.18.1 + 3.18.2 2.0.16 5.8.14 From b09a431124888bb496da90ef732f77364f65561c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:56:08 +0000 Subject: [PATCH 090/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.18.2 to 3.19 (#1882) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51f58f4df23..7d9c02ea015 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.18.2 + 3.19 2.0.1 5.11.4 4.6.1 From f222a530b7cdce75d1030c428ef149d7786ba712 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 10 Feb 2025 16:02:22 -0600 Subject: [PATCH 091/269] Use shared java-11 profile for SR-config (#1891) --- integration/base/pom.xml | 12 ------------ performance/base/pom.xml | 12 ------------ pom.xml | 9 +++++++++ spring/pom.xml | 9 --------- 4 files changed, 9 insertions(+), 33 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 910750365e5..90a2c42262a 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -121,18 +121,6 @@ - - - java-11 - - 11 - - - 3.10.2 - - - - diff --git a/performance/base/pom.xml b/performance/base/pom.xml index b1f2be4f0db..b4ca476cccf 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -121,18 +121,6 @@ - - - java-11 - - 11 - - - 3.10.2 - - - - diff --git a/pom.xml b/pom.xml index 7d9c02ea015..7c16870d760 100644 --- a/pom.xml +++ b/pom.xml @@ -784,6 +784,15 @@ reports + + java-11 + + 11 + + + 3.10.2 + + publish diff --git a/spring/pom.xml b/spring/pom.xml index 8dda88028ef..1e2be123417 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -110,15 +110,6 @@ 6.4.2 - - java-11 - - 11 - - - 3.10.2 - - From 3fbc3e0fe7b5ffe0cc773618e587f0ee2d895f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:09:10 +0000 Subject: [PATCH 092/269] Bump io.smallrye.config:smallrye-config from 3.10.2 to 3.11.2 (#1881) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c16870d760..3074cda234a 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.4 4.6.1 - 3.11.1 + 3.11.2 3.0.4 3.11.0 From 2f4ddd30ced950e267357253d2b6bbe2e9e74634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:43:55 +0000 Subject: [PATCH 093/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.1 to 5.1.2 in /rdf4j (#1894) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 2d1276b54d5..d2452469270 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.1 + 5.1.2 From 0bd599fe62bbe53279a29c945bffcc59e0032e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:50:53 +0000 Subject: [PATCH 094/269] Bump wiremock.version from 3.11.0 to 3.12.0 (#1897) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3074cda234a..921e3f300d3 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.1 3.11.2 3.0.4 - 3.11.0 + 3.12.0 true From 0c843e97eb4483c774529c771653e16f45df8d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:58:02 +0000 Subject: [PATCH 095/269] Bump org.owasp:dependency-check-maven in the plugins group (#1895) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 921e3f300d3..1e351bca9f2 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.11.2 4.6 1.7.0 - 12.0.2 + 12.1.0 3.8.0 3.26.0 3.21.0 From 6741fb4e7f757d5783465e9f0a0a1a792509da72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:04:40 +0000 Subject: [PATCH 096/269] Bump org.springframework:spring-web from 6.2.2 to 6.2.3 (#1899) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 1e2be123417..f5a738ae783 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.2 + 6.2.3 provided From 9260de3c64c9b94acd656f4a323040ffb3d8352e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:11:11 +0000 Subject: [PATCH 097/269] Bump quarkus.version from 3.18.2 to 3.18.3 (#1896) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 428ad78bcc2..cf16dc035ae 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.18.2 + 3.18.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cc8d1e5e90b..ecdca91d374 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.18.2 + 3.18.3 diff --git a/pom.xml b/pom.xml index 1e351bca9f2..ee2347953b3 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.18.2 + 3.18.3 2.0.16 5.8.14 From f304b6a72e68e6e4c8a35a1d303e96b300db0f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:18:26 +0000 Subject: [PATCH 098/269] Bump io.smallrye.config:smallrye-config from 3.11.2 to 3.12.0 (#1898) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee2347953b3..67b3d3de4f1 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.4 4.6.1 - 3.11.2 + 3.12.0 3.0.4 3.12.0 From f48e3499803ac027135eb2f802e99fe0e2f1428b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:59:58 +0000 Subject: [PATCH 099/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.19 to 3.19.1 (#1916) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67b3d3de4f1..92e3a4bb398 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.2.2 - 3.19 + 3.19.1 2.0.1 5.11.4 4.6.1 From e93ba1fbb0572fc2a2048e03fa24cfd7ca2561ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:06:40 +0000 Subject: [PATCH 100/269] Bump springboot.version from 3.4.2 to 3.4.3 (#1915) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 5a021d32a4c..2c9a30e2fbd 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.2 + 3.4.3 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index a0587f35866..bf603267fdb 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.2 + 3.4.3 From b4cd06d193b19a2af466748d3e0c23a81cdf85e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:13:39 +0000 Subject: [PATCH 101/269] Bump io.smallrye.config:smallrye-config from 3.12.0 to 3.12.2 (#1914) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92e3a4bb398..abcdd89a522 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.11.4 4.6.1 - 3.12.0 + 3.12.2 3.0.4 3.12.0 From 0ce406b78f2e9e19f19ae81f0ab6914a8706982d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:21:25 +0000 Subject: [PATCH 102/269] Bump junit.version from 5.11.4 to 5.12.0 (#1913) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index abcdd89a522..81e8ed586a4 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.2.2 3.19.1 2.0.1 - 5.11.4 + 5.12.0 4.6.1 3.12.2 3.0.4 From 4f1df7b7ce76021c237ac59ff6d2695a1ebadb46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:29:54 +0000 Subject: [PATCH 103/269] Bump the plugins group with 3 updates (#1912) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 81e8ed586a4..2c423b37109 100644 --- a/pom.xml +++ b/pom.xml @@ -44,8 +44,8 @@ 3.3.1 3.7.1 3.6.0 - 3.4.0 - 3.13.0 + 3.4.1 + 3.14.0 3.8.1 3.1.3 3.5.0 @@ -68,7 +68,7 @@ 3.5.2 - 10.21.2 + 10.21.3 4.2.2 From 3fad4154783a392dcdabc5d96a624520b4e03395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:45:33 +0000 Subject: [PATCH 104/269] Bump org.springframework.security:spring-security-bom in /spring (#1930) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index f5a738ae783..950541ea18a 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.4.2 + 6.4.3 From e4d2f7028a446c6aa45d57e51a21649a02dab2d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:53:51 +0000 Subject: [PATCH 105/269] Bump com.gradle.enterprise from 3.19.1 to 3.19.2 in /gradle (#1929) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 0c186fc6206..978c2c8a9c3 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.19.1" + id "com.gradle.enterprise" version "3.19.2" } dependencyResolutionManagement { From 4ed53cde6463e627484a82988eab360adf2122a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:17:09 +0000 Subject: [PATCH 106/269] Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#1935) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2c423b37109..02b0284eed3 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ 10.21.3 - 4.2.2 + 4.3.0 3.19.1 2.0.1 5.12.0 From e5020f5763edb15916ad2b5405d67067a40130ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:24:03 +0000 Subject: [PATCH 107/269] Bump slf4j.version from 2.0.16 to 2.0.17 (#1932) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 02b0284eed3..768150af2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 3.0.1 4.12.0 3.18.3 - 2.0.16 + 2.0.17 5.8.14 0.6.0 From 6157731280ea5dd4c61c4f0437131904cddcedf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:51:49 +0000 Subject: [PATCH 108/269] Bump quarkus.version from 3.18.3 to 3.19.1 (#1933) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index cf16dc035ae..26790a10c29 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.18.3 + 3.19.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index ecdca91d374..5afd9dedbcb 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.18.3 + 3.19.1 diff --git a/pom.xml b/pom.xml index 768150af2ca..c39bb046b20 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.18.3 + 3.19.1 2.0.17 5.8.14 From a65bb31079b5931107f3dbbacad11ea31487d49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:58:11 +0000 Subject: [PATCH 109/269] Bump jackson.version from 2.18.2 to 2.18.3 (#1934) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c39bb046b20..12f43722e42 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.18.0 0.5.0 33.4.0-jre - 2.18.2 + 2.18.3 2.1.3 4.10.0 0.9.6 From 3029d67be85afea4877b446368f77716edf29fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 02:04:48 +0000 Subject: [PATCH 110/269] Bump the plugins group with 3 updates (#1931) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 12f43722e42..75cf7af9252 100644 --- a/pom.xml +++ b/pom.xml @@ -47,10 +47,10 @@ 3.4.1 3.14.0 3.8.1 - 3.1.3 + 3.1.4 3.5.0 3.5.0 - 3.1.3 + 3.1.4 3.2.7 0.8.12 3.4.2 @@ -58,7 +58,7 @@ 4.6 1.7.0 12.1.0 - 3.8.0 + 3.9.0 3.26.0 3.21.0 3.1.1 From 013dc84bd754f198f8cbeaae5ac758f6b474bf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:42:49 +0000 Subject: [PATCH 111/269] Bump com.nimbusds:nimbus-jose-jwt from 10.0.1 to 10.0.2 (#1953) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 2c9a30e2fbd..1940fb0f299 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.0.1 + 10.0.2 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index bf603267fdb..36a2ca2f23a 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.0.1 + 10.0.2 From f21a845eb7132183c4cc97132ba0284b34aa9317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:49:10 +0000 Subject: [PATCH 112/269] Bump wiremock.version from 3.12.0 to 3.12.1 (#1952) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75cf7af9252..78cd384b7af 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.1 3.12.2 3.0.4 - 3.12.0 + 3.12.1 true From f2182c4ae076c52b22444e1db638e3344d7cc013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:56:22 +0000 Subject: [PATCH 113/269] Bump quarkus.version from 3.19.1 to 3.19.2 (#1951) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 26790a10c29..2f1b09f0424 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.1 + 3.19.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 5afd9dedbcb..cab982c32ee 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.1 + 3.19.2 diff --git a/pom.xml b/pom.xml index 78cd384b7af..d53d9cc7690 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.19.1 + 3.19.2 2.0.17 5.8.14 From 14bceb63d08a300009d545a114ba3a9c3aa653ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 14:03:11 +0000 Subject: [PATCH 114/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1950) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d53d9cc7690..be73ab99545 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.2 - 10.21.3 + 10.21.4 4.3.0 From 985468b9c6847d2686c1ad4cebebca2c0ce5da5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:15:40 +0000 Subject: [PATCH 115/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.19.1 to 3.19.2 (#1967) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be73ab99545..fbe9e822064 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.3.0 - 3.19.1 + 3.19.2 2.0.1 5.12.0 4.6.1 From 020bda14cab562c67f77195ec282a77040a2aa49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:23:15 +0000 Subject: [PATCH 116/269] Bump junit.version from 5.12.0 to 5.12.1 (#1963) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbe9e822064..cd4cbc4e0af 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.2 2.0.1 - 5.12.0 + 5.12.1 4.6.1 3.12.2 3.0.4 From 7daf1b78ca75242e894caf4a621087dee34d3433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:29:46 +0000 Subject: [PATCH 117/269] Bump io.smallrye.config:smallrye-config from 3.12.2 to 3.12.3 (#1965) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cd4cbc4e0af..86015043bfa 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.12.1 4.6.1 - 3.12.2 + 3.12.3 3.0.4 3.12.1 From 056b044aa4275831878a4026c7da0a1c77dc4269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:43:45 +0000 Subject: [PATCH 118/269] Bump quarkus.version from 3.19.2 to 3.19.3 (#1964) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 2f1b09f0424..06c62d1349a 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.2 + 3.19.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cab982c32ee..67efcba5653 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.2 + 3.19.3 diff --git a/pom.xml b/pom.xml index 86015043bfa..37b79d0366f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.19.2 + 3.19.3 2.0.17 5.8.14 From 6957cdb213c7a8f7eafc85f50fd83fcdb34635fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 15:12:10 +0000 Subject: [PATCH 119/269] Bump org.springframework:spring-web from 6.2.3 to 6.2.4 (#1966) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 950541ea18a..d3d15d6c6b3 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.3 + 6.2.4 provided From d7e5019a69e786099cebfc20ae03b52afaba0e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:44:42 +0000 Subject: [PATCH 120/269] Bump org.springframework.security:spring-security-bom in /spring (#1990) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index d3d15d6c6b3..3556fa0a607 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.4.3 + 6.4.4 From 529a8c65808d96340f2a7a818537507e18848ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:20:23 +0000 Subject: [PATCH 121/269] Bump org.springframework:spring-web from 6.2.4 to 6.2.5 (#1978) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 3556fa0a607..9fe20aa01c4 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.4 + 6.2.5 provided From 76314f654b5620704fde58e888b69680e32a7d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:26:54 +0000 Subject: [PATCH 122/269] Bump quarkus.version from 3.19.3 to 3.19.4 (#1976) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 06c62d1349a..15ba93c0885 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.3 + 3.19.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 67efcba5653..4d9eb13ec82 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.3 + 3.19.4 diff --git a/pom.xml b/pom.xml index 37b79d0366f..e1b7f8ea334 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.19.3 + 3.19.4 2.0.17 5.8.14 From 3d9d498e0e3d38d91222bdde544f42a61d8f98e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:33:28 +0000 Subject: [PATCH 123/269] Bump com.mycila:license-maven-plugin in the plugins group (#1974) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1b7f8ea334..576d9f854e1 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 0.8.12 3.4.2 3.11.2 - 4.6 + 5.0.0 1.7.0 12.1.0 3.9.0 From 55e133f3e52ba9f6897a4cc19e63f79b9c8e663f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:39:55 +0000 Subject: [PATCH 124/269] Bump springboot.version from 3.4.3 to 3.4.4 (#1975) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 1940fb0f299..a3eeb4e4fd9 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.3 + 3.4.4 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 36a2ca2f23a..deae5683d0d 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.3 + 3.4.4 From ed617a547e54815b34452b224c7e98bbce01778b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:47:30 +0000 Subject: [PATCH 125/269] Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre (#1977) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 576d9f854e1..509d0a15cbf 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.9.0 2.18.0 0.5.0 - 33.4.0-jre + 33.4.5-jre 2.18.3 2.1.3 4.10.0 From 04bbaef9f474fafe93a79496dc2b3faa43c94be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 15:56:07 +0000 Subject: [PATCH 126/269] Bump io.smallrye.config:smallrye-config from 3.12.3 to 3.12.4 (#1999) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 509d0a15cbf..fa1a87e8cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.12.1 4.6.1 - 3.12.3 + 3.12.4 3.0.4 3.12.1 From c053b090e4eb06b0bc51d0c51394abf069b5b290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:02:21 +0000 Subject: [PATCH 127/269] Bump quarkus.version from 3.19.4 to 3.21.0 (#1997) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 15ba93c0885..b97ccad89b3 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.4 + 3.21.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 4d9eb13ec82..aa490ef5859 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.19.4 + 3.21.0 diff --git a/pom.xml b/pom.xml index fa1a87e8cf9..ddb15760da1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.19.4 + 3.21.0 2.0.17 5.8.14 From 8ad890182de34f3cc950359f95194d8bbd33c0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:09:03 +0000 Subject: [PATCH 128/269] Bump the plugins group with 4 updates (#1996) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ddb15760da1..dfb5da08183 100644 --- a/pom.xml +++ b/pom.xml @@ -63,12 +63,12 @@ 3.21.0 3.1.1 3.3.1 - 5.0.0.4389 + 5.1.0.4751 3.3.1 - 3.5.2 + 3.5.3 - 10.21.4 + 10.22.0 4.3.0 From 2a72bc70cfbe8ceab51c1e5ee907b1efba18604a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:15:46 +0000 Subject: [PATCH 129/269] Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre (#1998) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfb5da08183..852661a0f70 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.9.0 2.18.0 0.5.0 - 33.4.5-jre + 33.4.6-jre 2.18.3 2.1.3 4.10.0 From 2ad9e7079b0758fe890cd40bf77332f0cf626e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:52:57 +0000 Subject: [PATCH 130/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.19.2 to 3.19.3 (#2013) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 852661a0f70..4f04bd38ac2 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.3.0 - 3.19.2 + 3.19.3 2.0.1 5.12.1 4.6.1 From 4cfac3c302e887632bcccb9d33150f39d21d3693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:59:34 +0000 Subject: [PATCH 131/269] Bump quarkus.version from 3.21.0 to 3.21.1 (#2010) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index b97ccad89b3..e7ccb858adf 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.0 + 3.21.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index aa490ef5859..c2d9f46f721 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.0 + 3.21.1 diff --git a/pom.xml b/pom.xml index 4f04bd38ac2..4dd7032c378 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.21.0 + 3.21.1 2.0.17 5.8.14 From 152402b32e498c1daf708f8ea9e953d981587115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:06:22 +0000 Subject: [PATCH 132/269] Bump org.codehaus.mojo:extra-enforcer-rules from 1.9.0 to 1.10.0 (#2009) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4dd7032c378..bcd5de26ab3 100644 --- a/pom.xml +++ b/pom.xml @@ -293,7 +293,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.9.0 + 1.10.0 From 26ee19d57d62a4d2ac321cfae00b470ab9a01883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:12:58 +0000 Subject: [PATCH 133/269] Bump com.nimbusds:nimbus-jose-jwt from 10.0.2 to 10.1 (#2011) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index a3eeb4e4fd9..c9254bb26a5 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.0.2 + 10.1 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index deae5683d0d..b0450789e27 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.0.2 + 10.1 From f7f1f0326e745565343effb4858caa6e9c5ff646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:20:09 +0000 Subject: [PATCH 134/269] Bump the plugins group with 3 updates (#2012) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bcd5de26ab3..56562675c80 100644 --- a/pom.xml +++ b/pom.xml @@ -52,12 +52,12 @@ 3.5.0 3.1.4 3.2.7 - 0.8.12 + 0.8.13 3.4.2 3.11.2 5.0.0 1.7.0 - 12.1.0 + 12.1.1 3.9.0 3.26.0 3.21.0 @@ -68,7 +68,7 @@ 3.5.3 - 10.22.0 + 10.23.0 4.3.0 From ff4701873420ce1156009bc2e4bd39593d73ddec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:01:30 +0000 Subject: [PATCH 135/269] Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#2028) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 56562675c80..229bbf650dc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.2.0 1.18.0 1.9.0 - 2.18.0 + 2.19.0 0.5.0 33.4.6-jre 2.18.3 From 5b693030ef9729b9f1db3f8ff087aba5a1748ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:08:03 +0000 Subject: [PATCH 136/269] Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre (#2027) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 229bbf650dc..624e7c82fdb 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.9.0 2.19.0 0.5.0 - 33.4.6-jre + 33.4.7-jre 2.18.3 2.1.3 4.10.0 From e8ee0db5759ec7f26e42a4c5508d212a2759f3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:14:25 +0000 Subject: [PATCH 137/269] Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#2026) --- rdf-legacy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index 9757eac61c2..818b070bd59 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -17,7 +17,7 @@ 8 - 1.13.0 + 1.13.1 3.7.7 From feaad1c8a2262a35225af88d56993784b9ab29e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:20:35 +0000 Subject: [PATCH 138/269] Bump quarkus.version from 3.21.1 to 3.21.2 (#2025) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index e7ccb858adf..ef43d9039f4 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.1 + 3.21.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index c2d9f46f721..ac2e976cf03 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.1 + 3.21.2 diff --git a/pom.xml b/pom.xml index 624e7c82fdb..898da24e8e0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.21.1 + 3.21.2 2.0.17 5.8.14 From fb5cdd99f3d3114700c408adccc2b9b925761390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:27:13 +0000 Subject: [PATCH 139/269] Bump junit.version from 5.12.1 to 5.12.2 (#2024) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 898da24e8e0..ea772ad16a7 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.3 2.0.1 - 5.12.1 + 5.12.2 4.6.1 3.12.4 3.0.4 From 9116ee24fa1257d76056c9d946a7e7c88cc31be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:13:25 +0000 Subject: [PATCH 140/269] Bump com.squareup.okio:okio from 3.10.2 to 3.11.0 (#2035) --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index b7dfa86b93a..cb6a3a92a1b 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.10.2 + 3.11.0 From f16c950e66b65fccef269be3f66dcea66cccedd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:23:12 +0000 Subject: [PATCH 141/269] Bump org.springframework:spring-web from 6.2.5 to 6.2.6 (#2038) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 9fe20aa01c4..5224dd457de 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.5 + 6.2.6 provided From 11362fc68acd9e137a9893fe8988f231a3ee0620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:13:00 +0000 Subject: [PATCH 142/269] Bump com.nimbusds:nimbus-jose-jwt from 10.1 to 10.2 (#2041) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index c9254bb26a5..0e14ecf0ab4 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.1 + 10.2 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index b0450789e27..19b99b490fa 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.1 + 10.2 From e4a9d7c66118329bcac273d51c472bd9e2b31a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:19:40 +0000 Subject: [PATCH 143/269] Bump quarkus.version from 3.21.2 to 3.21.3 (#2049) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index ef43d9039f4..c11522c13db 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.2 + 3.21.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index ac2e976cf03..30c39124d95 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.2 + 3.21.3 diff --git a/pom.xml b/pom.xml index ea772ad16a7..3f26cb56f32 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.21.2 + 3.21.3 2.0.17 5.8.14 From 742800b99d46e14f3121b37df6ae6c73be52e3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:26:04 +0000 Subject: [PATCH 144/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.2 to 5.1.3 in /rdf4j (#2050) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index d2452469270..80dc80f41ef 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.2 + 5.1.3 From 60e9037518a74f0de8d20e85c1552a040a12e248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 15:48:30 +0000 Subject: [PATCH 145/269] Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre (#2044) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.7-jre to 33.4.8-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.4.8-jre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f26cb56f32..9081351e15b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 1.9.0 2.19.0 0.5.0 - 33.4.7-jre + 33.4.8-jre 2.18.3 2.1.3 4.10.0 From 3e3f9d4b012801cbf166a661bd0b9eb3ce7dbbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:24:18 +0000 Subject: [PATCH 146/269] Bump wiremock.version from 3.12.1 to 3.13.0 (#2058) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9081351e15b..a23f176ed31 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.1 3.12.4 3.0.4 - 3.12.1 + 3.13.0 true From f43dd41f8bdda7c997cc55e6e923bb7d6c58c998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:33:42 +0000 Subject: [PATCH 147/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#2061) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a23f176ed31..0fb84d7210b 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.3 - 10.23.0 + 10.23.1 4.3.0 From a45214cfa355456e0ba3075ec5b604677da5377a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:40:12 +0000 Subject: [PATCH 148/269] Bump org.springframework.security:spring-security-bom in /spring (#2057) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 5224dd457de..777e384147f 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.4.4 + 6.4.5 From 591674c89bb09bb88c6d37c9ab0a072c30fcf2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:46:25 +0000 Subject: [PATCH 149/269] Bump jackson.version from 2.18.3 to 2.19.0 (#2059) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fb84d7210b..1f7988c9698 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.19.0 0.5.0 33.4.8-jre - 2.18.3 + 2.19.0 2.1.3 4.10.0 0.9.6 From db40893c40baa49f3c9563cd66f4c45478b67b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:52:24 +0000 Subject: [PATCH 150/269] Bump springboot.version from 3.4.4 to 3.4.5 (#2060) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 0e14ecf0ab4..6c57cf53f41 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.4 + 3.4.5 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 19b99b490fa..3346ec5c942 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.4 + 3.4.5 From d0248d947ee012ffbe0818f818e775201460ad39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:58:53 -0500 Subject: [PATCH 151/269] Bump quarkus.version from 3.21.3 to 3.21.4 (#2068) Bumps `quarkus.version` from 3.21.3 to 3.21.4. Updates `io.quarkus.platform:quarkus-bom` from 3.21.3 to 3.21.4 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.21.3...3.21.4) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.21.3 to 3.21.4 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.21.3...3.21.4) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.21.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.21.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index c11522c13db..f585284f840 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.3 + 3.21.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 30c39124d95..d8aff76a91b 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.3 + 3.21.4 diff --git a/pom.xml b/pom.xml index 1f7988c9698..cae47dcbfe7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.21.3 + 3.21.4 2.0.17 5.8.14 From ec547d9609b598343e4f40f21c754cde785f2453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:33:59 +0000 Subject: [PATCH 152/269] Bump com.google.protobuf:protobuf-java from 3.25.6 to 3.25.7 (#2069) Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.6 to 3.25.7. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.6...v3.25.7) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 3.25.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cae47dcbfe7..8934f0ef3dd 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ com.google.protobuf protobuf-java - 3.25.6 + 3.25.7 From edefac5b57bbea9a2bb5a6df1f53aed94c0996a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 14:42:55 +0000 Subject: [PATCH 153/269] Bump nl.jqno.equalsverifier:equalsverifier from 3.19.3 to 3.19.4 (#2075) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8934f0ef3dd..644d9bc1c3b 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 4.3.0 - 3.19.3 + 3.19.4 2.0.1 5.12.2 4.6.1 From dc527affdbc8d09ac972d4ec3b5efca77853c7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 14:49:44 +0000 Subject: [PATCH 154/269] Bump quarkus.version from 3.21.4 to 3.22.1 (#2074) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f585284f840..4071bffea91 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.4 + 3.22.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index d8aff76a91b..2f1d9b50b1e 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.21.4 + 3.22.1 diff --git a/pom.xml b/pom.xml index 644d9bc1c3b..c3e01412bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.21.4 + 3.22.1 2.0.17 5.8.14 From 0490bc40acb4c096c8a42d373beff9c00662a216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 12:57:04 +0000 Subject: [PATCH 155/269] Bump com.nimbusds:nimbus-jose-jwt from 10.2 to 10.3 (#2082) --- build-tools/owasp/suppressions.xml | 18 +++++++++++++++++- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 4b739975d25..3c6fe8095d2 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -10,7 +10,7 @@ - + ^pkg:maven/net\.minidev/json-smart@.*$ CVE-2024-57699 + + + ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ + CVE-2024-6763 + + + + ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ + CVE-2025-1948 + diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 6c57cf53f41..1b588bc84bb 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.2 + 10.3 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 3346ec5c942..e45710ed77c 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.2 + 10.3 From c1f76907594a9643d84770c419ef2e9b3501caa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 13:04:07 +0000 Subject: [PATCH 156/269] Bump quarkus.version from 3.22.1 to 3.22.2 (#2084) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 4071bffea91..a46bc92f196 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.22.1 + 3.22.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 2f1d9b50b1e..c4ac868dedc 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.22.1 + 3.22.2 diff --git a/pom.xml b/pom.xml index c3e01412bfd..339930ea10c 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.22.1 + 3.22.2 2.0.17 5.8.14 From 0bfeb6f0c732a78adf5de8f372e1c9e10927aab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 13:41:01 +0000 Subject: [PATCH 157/269] Bump the plugins group with 2 updates (#2091) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 339930ea10c..b6e3f2bccd2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 3.1.0 - 3.3.1 + 3.4.0 3.7.1 3.6.0 3.4.1 From 6e9695fb724eb84d1e57fe00439f3ab93b2e9601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 13:50:39 +0000 Subject: [PATCH 158/269] Bump quarkus.version from 3.22.2 to 3.22.3 (#2092) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index a46bc92f196..f5d5cc8a6be 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.22.2 + 3.22.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index c4ac868dedc..348ab47e41f 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.22.2 + 3.22.3 diff --git a/pom.xml b/pom.xml index b6e3f2bccd2..9b1a55c405e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.22.2 + 3.22.3 2.0.17 5.8.14 From 334632230022950d8db7c1160bd471f20c3cc3f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 13:56:55 +0000 Subject: [PATCH 159/269] Bump org.springframework:spring-web from 6.2.6 to 6.2.7 (#2093) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 777e384147f..5b3f6b29048 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.6 + 6.2.7 provided From de00a66bee899d996419b98d9d4e737493bbd7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:25:34 +0000 Subject: [PATCH 160/269] Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 (#2099) Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b1a55c405e..07e138c0c50 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ org.xmlunit xmlunit-core - 2.10.0 + 2.10.1 From 6e5d2f5f5a0ef98a80b51b89aba9fd5b68688ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:23:35 +0000 Subject: [PATCH 161/269] Bump org.springframework.security:spring-security-bom in /spring (#2113) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 5b3f6b29048..514a40509fa 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.4.5 + 6.5.0 From 3ebd8e323f339a20fce8e0acbd573edb5308da6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 08:21:17 +0000 Subject: [PATCH 162/269] Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2 (#2108) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07e138c0c50..15e0d8e041c 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,7 @@ org.xmlunit xmlunit-core - 2.10.1 + 2.10.2 From 190973febdfb63a108b860b00babff6d8fe92a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 08:28:06 +0000 Subject: [PATCH 163/269] Bump springboot.version from 3.4.5 to 3.5.0 (#2100) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 1b588bc84bb..94cb5694718 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.5 + 3.5.0 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index e45710ed77c..7ec2e0d1a13 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.4.5 + 3.5.0 From cc28ae47fe69f1bddcd4093f395a9b0371814113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 08:34:54 +0000 Subject: [PATCH 164/269] Bump io.smallrye.config:smallrye-config from 3.12.4 to 3.13.0 (#2106) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15e0d8e041c..37b0d3e76d4 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.12.2 4.6.1 - 3.12.4 + 3.13.0 3.0.4 3.13.0 From 74e1816a456cd2fb9525530f1211c007b2d8be01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 08:42:10 +0000 Subject: [PATCH 165/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#2104) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 37b0d3e76d4..00a7775b09f 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.3 - 10.23.1 + 10.24.0 4.3.0 From f74147e54f42712b58044851a6fda3d7b9c0c5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:45:19 +0000 Subject: [PATCH 166/269] Bump com.google.protobuf:protobuf-java from 3.25.7 to 3.25.8 (#2118) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00a7775b09f..b2b6168dd2a 100644 --- a/pom.xml +++ b/pom.xml @@ -162,7 +162,7 @@ com.google.protobuf protobuf-java - 3.25.7 + 3.25.8 From 917b02eaad928000ae19637423db104190015f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:56:53 +0000 Subject: [PATCH 167/269] Bump the plugins group with 2 updates (#2117) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b2b6168dd2a..4bf083d4494 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 3.4.0 3.7.1 3.6.0 - 3.4.1 + 3.5.0 3.14.0 3.8.1 3.1.4 @@ -68,7 +68,7 @@ 3.5.3 - 10.24.0 + 10.25.0 4.3.0 From 215b0799eaa90c8e5dfbb0fdb676c63214d6d673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:03:56 +0000 Subject: [PATCH 168/269] Bump io.smallrye:smallrye-jwt-build from 4.6.1 to 4.6.2 (#2116) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4bf083d4494..6a7d2f85dec 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 3.19.4 2.0.1 5.12.2 - 4.6.1 + 4.6.2 3.13.0 3.0.4 3.13.0 From cd67b5f7228714666de74cb530925cdcdb247ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:10:32 +0000 Subject: [PATCH 169/269] Bump quarkus.version from 3.22.3 to 3.23.0 (#2115) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f5d5cc8a6be..0d64a5c56e9 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.22.3 + 3.23.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 348ab47e41f..cd70e8dcbbf 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.22.3 + 3.23.0 diff --git a/pom.xml b/pom.xml index 6a7d2f85dec..9cf1d5dc9f6 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.22.3 + 3.23.0 2.0.17 5.8.14 From 44bf55f90068e8352393ebbc1500bda4f50ddd8b Mon Sep 17 00:00:00 2001 From: Ernest Pough <80121949+Poughe@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:57:52 -0400 Subject: [PATCH 170/269] ESS-6702: Apply SonarCloud migration to 1.2 branch (#2128) --- .github/workflows/cd-config.yml | 2 +- .github/workflows/ci-config.yml | 2 +- pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index c2d5d44cd27..3279662ebbb 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -52,7 +52,7 @@ jobs: - name: Sonar Analysis if: ${{ github.actor != 'dependabot[bot]' }} - run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} + run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }} site: name: Publish version-specific site diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index 5c55300a57b..d75d5219a6b 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -146,5 +146,5 @@ jobs: run: mvn -B -ntp install -Pci - name: Sonar Analysis - run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} + run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }} diff --git a/pom.xml b/pom.xml index 9cf1d5dc9f6..a84eaddcfdd 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,8 @@ ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml - https://sonarqube.dev.inrupt.com + https://sonarcloud.io + inrupt solid-client-java ${project.artifactId} From 76bde228a0fa916f02d40e61d92a63043e4c7858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:25:54 +0000 Subject: [PATCH 171/269] Bump com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1 (#2141) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a84eaddcfdd..bb3a4c6de80 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.13.2 - 3.2.0 + 3.2.1 1.18.0 1.9.0 2.19.0 From eee54217b8916aa4b4aaa5ae22664c3eb8302372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:32:46 +0000 Subject: [PATCH 172/269] Bump junit.version from 5.12.2 to 5.13.1 (#2139) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bb3a4c6de80..0dbd0369e5b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.4 2.0.1 - 5.12.2 + 5.13.1 4.6.2 3.13.0 3.0.4 From 0f6e2b62cbe334d0ef13cd70eaca24c6d3dbf6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:39:20 +0000 Subject: [PATCH 173/269] Bump quarkus.version from 3.23.0 to 3.23.2 (#2140) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 0d64a5c56e9..51c1a0b6572 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.0 + 3.23.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cd70e8dcbbf..7ec2e1b9943 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.0 + 3.23.2 diff --git a/pom.xml b/pom.xml index 0dbd0369e5b..392eaa0d154 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.23.0 + 3.23.2 2.0.17 5.8.14 From 1971b5e14ff946128bb9b6a5aa01973e8369df07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:42:42 +0000 Subject: [PATCH 174/269] Bump org.owasp:dependency-check-maven from 12.1.1 to 12.1.2 in the plugins group (#2135) --- build-tools/owasp/suppressions.xml | 21 +++++++++++++++++++++ pom.xml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 3c6fe8095d2..cee3ddc4dcb 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -8,6 +8,27 @@ ^pkg:maven/com\.inrupt\.client/inrupt\-client\-openid@.*$ cpe:/a:openid:openid + + + ^pkg:maven/org\.roaringbitmap/RoaringBitmap@.*$ + cpe:/a:bitmap_project:bitmap + + + + ^pkg:maven/(com\.inrupt\.client/inrupt\-client\-jsonb|com\.github\.jsonld\-java/jsonld\-java|net\.javacrumbs\.json\-unit/json\-unit\-core)@.*$ + CVE-2023-5072 + + + + ^pkg:maven/(com\.inrupt\.client/inrupt\-client\-jsonb|com\.github\.jsonld\-java/jsonld\-java|net\.javacrumbs\.json\-unit/json\-unit\-core)@.*$ + CVE-2022-45688 + diff --git a/pom.xml b/pom.xml index 392eaa0d154..db933918a98 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.11.2 5.0.0 1.7.0 - 12.1.1 + 12.1.2 3.9.0 3.26.0 3.21.0 From dad4a7553512045e96601a344d3e11cec4772468 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 10 Jun 2025 02:45:24 -0500 Subject: [PATCH 175/269] JCL-471: Upgrade maven central publication mechanism (#2143) --- .github/workflows/cd-config.yml | 2 +- pom.xml | 33 +++++++++++++-------------------- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 3279662ebbb..22f85ad2043 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -33,7 +33,7 @@ jobs: distribution: 'temurin' java-version: 17 cache: 'maven' - server-id: 'ossrh' + server-id: 'central' server-username: MAVEN_REPO_USERNAME server-password: MAVEN_REPO_TOKEN gpg-private-key: ${{ secrets.GPG_SIGNING_KEY }} diff --git a/pom.xml b/pom.xml index db933918a98..0900a815a24 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,6 @@ 3.4.2 3.11.2 5.0.0 - 1.7.0 12.1.2 3.9.0 3.26.0 @@ -64,6 +63,7 @@ 3.1.1 3.3.1 5.1.0.4751 + 0.7.0 3.3.1 3.5.3 @@ -124,16 +124,6 @@ - - Snapshot Repository - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - Staging Repository - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 - ${project.artifactId} ${project.baseUri} @@ -504,15 +494,9 @@ ${sonar.plugin.version} - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus.plugin.version} - true - - ossrh - https://s01.oss.sonatype.org/ - true - + org.sonatype.central + central-publishing-maven-plugin + ${sonatype.plugin.version} org.antlr @@ -656,6 +640,15 @@ ${nvd.api.datafeed} + + org.sonatype.central + central-publishing-maven-plugin + true + + central + true + + From f5be6278153f3b6062718562c107d5eeff817f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:38:20 +0000 Subject: [PATCH 176/269] Bump quarkus.version from 3.23.2 to 3.23.3 (#2156) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- spring/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 51c1a0b6572..3271d7438ee 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.2 + 3.23.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 7ec2e1b9943..69211368387 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.2 + 3.23.3 diff --git a/pom.xml b/pom.xml index 0900a815a24..ca3112bf1cf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.23.2 + 3.23.3 2.0.17 5.8.14 diff --git a/spring/pom.xml b/spring/pom.xml index 514a40509fa..13b8d6c97ad 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.7 + 6.2.8 provided From f76ab55d2f892bb310eb612e6d371b6049a44d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:49:44 +0000 Subject: [PATCH 177/269] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#2161) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca3112bf1cf..d9bf1c5f44b 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 3.8.1 3.1.4 3.5.0 - 3.5.0 + 3.5.1 3.1.4 3.2.7 0.8.13 From ff19a88c968f0af07dd42b85b1770d65da9b4d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 17:55:45 +0000 Subject: [PATCH 178/269] Bump wiremock.version from 3.13.0 to 3.13.1 (#2152) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9bf1c5f44b..5b47258dac4 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.2 3.13.0 3.0.4 - 3.13.0 + 3.13.1 true From 277b6fb6ecf3ffd8011a298696d5f97910c716cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:02:24 +0000 Subject: [PATCH 179/269] Bump io.smallrye.config:smallrye-config from 3.13.0 to 3.13.2 (#2146) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b47258dac4..e70b9a0f43b 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.13.1 4.6.2 - 3.13.0 + 3.13.2 3.0.4 3.13.1 From 56f04c4b699d11cf5b9ddd5cd217f32808edf556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:12:52 +0000 Subject: [PATCH 180/269] Bump org.owasp:dependency-check-maven in the plugins group (#2151) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e70b9a0f43b..03d9b83b386 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 3.4.2 3.11.2 5.0.0 - 12.1.2 + 12.1.3 3.9.0 3.26.0 3.21.0 From 0a32fe4ac104e14be220ae3ce6b56c3ae3bc743d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:31:01 +0000 Subject: [PATCH 181/269] Bump com.puppycrawl.tools:checkstyle in the plugins group (#2181) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 03d9b83b386..7de74d6d367 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.5.3 - 10.25.0 + 10.25.1 4.3.0 From 8b80c51e4edbf1d9be3596d4b403c799c23d4ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:37:24 +0000 Subject: [PATCH 182/269] Bump org.xmlunit:xmlunit-core from 2.10.2 to 2.10.3 (#2175) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7de74d6d367..75294f86a91 100644 --- a/pom.xml +++ b/pom.xml @@ -147,7 +147,7 @@ org.xmlunit xmlunit-core - 2.10.2 + 2.10.3 From 39dea134a16729ee44397c3b91d1bc47b5b770a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:43:49 +0000 Subject: [PATCH 183/269] Bump com.squareup.okio:okio from 3.11.0 to 3.13.0 (#2177) --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index cb6a3a92a1b..a5f4c0b81d5 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.11.0 + 3.13.0 From 17b2c3894bdc2f0c2a24ee6ae426f439387ff9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:50:58 +0000 Subject: [PATCH 184/269] Bump jackson.version from 2.19.0 to 2.19.1 (#2176) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75294f86a91..ef37b8d21fd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.19.0 0.5.0 33.4.8-jre - 2.19.0 + 2.19.1 2.1.3 4.10.0 0.9.6 From a572fe977ed79a8426e01f6d9bd387b440955100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:58:22 +0000 Subject: [PATCH 185/269] Bump org.springframework.security:spring-security-bom in /spring (#2173) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 13b8d6c97ad..0c72026d3f7 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.5.0 + 6.5.1 From a99f24067de9cdad7b9443291f0151b52ef6e5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:56:19 +0000 Subject: [PATCH 186/269] Bump quarkus.version from 3.23.3 to 3.23.4 (#2179) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 3271d7438ee..f5f0352ea60 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.3 + 3.24.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 69211368387..0b037853374 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.23.3 + 3.24.1 diff --git a/pom.xml b/pom.xml index ef37b8d21fd..0abab63beb5 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.23.3 + 3.24.1 2.0.17 5.8.14 From b3cc6a5c6729bc1e7671953d93fc26cb451e3e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:04:28 +0000 Subject: [PATCH 187/269] Bump junit.version from 5.13.1 to 5.13.2 (#2198) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0abab63beb5..ba18bc68386 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.4 2.0.1 - 5.13.1 + 5.13.2 4.6.2 3.13.2 3.0.4 From 7b31860a68fdd48fd600fbcf7227ee088a0cea31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:11:10 +0000 Subject: [PATCH 188/269] Bump org.sonatype.central:central-publishing-maven-plugin (#2195) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba18bc68386..ba8a70674b7 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 3.1.1 3.3.1 5.1.0.4751 - 0.7.0 + 0.8.0 3.3.1 3.5.3 From 6e614431fc51fae24e98c8c77404fcd1dbe322f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:18:22 +0000 Subject: [PATCH 189/269] Bump springboot.version from 3.5.0 to 3.5.3 (#2193) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 94cb5694718..b6fc5280990 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.0 + 3.5.3 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 7ec2e0d1a13..6b9d6dc6dd2 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.0 + 3.5.3 From e1d5f44dacc70d0ddcfe2cebf5426c04e673c344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:26:05 +0000 Subject: [PATCH 190/269] Bump the plugins group with 2 updates (#2196) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ba8a70674b7..c9f822934e3 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 5.0.0 12.1.3 3.9.0 - 3.26.0 + 3.27.0 3.21.0 3.1.1 3.3.1 @@ -68,7 +68,7 @@ 3.5.3 - 10.25.1 + 10.26.1 4.3.0 From cd7967724f0c66f6d4803b2b22c5d3eee5321f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:04:25 +0000 Subject: [PATCH 191/269] Bump com.squareup.okio:okio from 3.13.0 to 3.14.0 (#2199) Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.13.0...parent-3.14.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index a5f4c0b81d5..9b8ba442acf 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.13.0 + 3.14.0 From 4ff2888f9507620f22df8dd1632e991eb07d67e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 15:41:13 +0000 Subject: [PATCH 192/269] Bump the plugins group with 2 updates (#2201) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c9f822934e3..693b1813c9a 100644 --- a/pom.xml +++ b/pom.xml @@ -48,10 +48,10 @@ 3.14.0 3.8.1 3.1.4 - 3.5.0 + 3.6.0 3.5.1 3.1.4 - 3.2.7 + 3.2.8 0.8.13 3.4.2 3.11.2 From 942f28eb9986be1388d9d17d5487b989bd1c51a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 15:48:36 +0000 Subject: [PATCH 193/269] Bump junit.version from 5.13.2 to 5.13.3 (#2200) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 693b1813c9a..1aa3765efdf 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.4 2.0.1 - 5.13.2 + 5.13.3 4.6.2 3.13.2 3.0.4 From 745f64190bcf98d1c8c68e0305447a1f1740efa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:02:56 +0000 Subject: [PATCH 194/269] Bump com.squareup.okio:okio from 3.14.0 to 3.15.0 (#2202) --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 9b8ba442acf..db5881b1311 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.14.0 + 3.15.0 From f03f059fda43915e0f0e805c43bb53600b664a28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:09:36 +0000 Subject: [PATCH 195/269] Bump com.nimbusds:nimbus-jose-jwt from 10.3 to 10.3.1 (#2204) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index b6fc5280990..a43fa60b9b2 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.3 + 10.3.1 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 6b9d6dc6dd2..706e58b58a3 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.3 + 10.3.1 From 6601e98c73bdcdcb721a689fe8dde5f76a0120be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:13:18 +0000 Subject: [PATCH 196/269] Bump quarkus.version from 3.24.1 to 3.24.2 (#2221) Bumps `quarkus.version` from 3.24.1 to 3.24.2. Updates `io.quarkus.platform:quarkus-bom` from 3.24.1 to 3.24.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.24.1...3.24.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.24.1 to 3.24.2 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.24.1...3.24.2) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.24.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f5f0352ea60..10b3e0c2d30 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.24.1 + 3.24.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 0b037853374..5c60ea91595 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.24.1 + 3.24.2 diff --git a/pom.xml b/pom.xml index 1aa3765efdf..9d8d1efeccf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 4.12.0 - 3.24.1 + 3.24.2 2.0.17 5.8.14 From 06798e4306aa19879d7dc587977e7cbb3ee2cd88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 03:28:34 +0000 Subject: [PATCH 197/269] Bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.0.0 (#2206) --- okhttp/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index db5881b1311..e8e95dca95f 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -25,7 +25,7 @@ com.squareup.okhttp3 - okhttp + okhttp-jvm ${okhttp.version} diff --git a/pom.xml b/pom.xml index 9d8d1efeccf..8eead483ee7 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 4.10.0 0.9.6 3.0.1 - 4.12.0 + 5.1.0 3.24.2 2.0.17 From 8b81276bdd50cedc870edef7a6bc06e311c48069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:32:38 +0000 Subject: [PATCH 198/269] Bump quarkus.version from 3.24.2 to 3.24.3 (#2225) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 10b3e0c2d30..268ece1c91a 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.24.2 + 3.24.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 5c60ea91595..b3ef719ac73 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.24.2 + 3.24.3 diff --git a/pom.xml b/pom.xml index 8eead483ee7..acdca9d6c54 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 5.1.0 - 3.24.2 + 3.24.3 2.0.17 5.8.14 From b663f1b839ce0d99ca84ea7f69ba461b48fe493f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:39:25 +0000 Subject: [PATCH 199/269] Bump com.github.ben-manes.caffeine:caffeine from 3.2.1 to 3.2.2 (#2224) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acdca9d6c54..2bd1d2eadc1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.13.2 - 3.2.1 + 3.2.2 1.18.0 1.9.0 2.19.0 From 8ff10dfa495388cac399b2b8c6d6e7fdbb2d69b4 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 3 Sep 2025 03:59:57 -0500 Subject: [PATCH 200/269] Adjust OWSAP suppression configuration (#2277) --- build-tools/owasp/suppressions.xml | 27 +++++++++------------------ integration/base/pom.xml | 7 ++++++- performance/base/pom.xml | 2 +- pom.xml | 1 + spring/pom.xml | 2 +- test/pom.xml | 2 +- 6 files changed, 19 insertions(+), 22 deletions(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index cee3ddc4dcb..cb1e22fa847 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -31,28 +31,19 @@ - - - ^pkg:maven/net\.minidev/json-smart@.*$ - CVE-2024-57699 - - + - ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ - CVE-2024-6763 + ^pkg:maven/org\.apache\.jena/jena-.*@.*$ + CVE-2025-49656 - + - ^pkg:maven/org\.eclipse\.jetty\.http2/http2-common@.*$ - CVE-2025-1948 + ^pkg:maven/org\.apache\.jena/jena-.*@.*$ + CVE-2025-50151 + diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 90a2c42262a..ec492da7b41 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -107,10 +107,15 @@ org.wiremock - wiremock + wiremock-standalone ${wiremock.version} provided + + org.hamcrest + hamcrest + ${hamcrest.version} + diff --git a/performance/base/pom.xml b/performance/base/pom.xml index b4ca476cccf..47b933ea783 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -107,7 +107,7 @@ org.wiremock - wiremock + wiremock-standalone ${wiremock.version} provided diff --git a/pom.xml b/pom.xml index 2bd1d2eadc1..0c1359339e6 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,7 @@ 3.13.2 3.0.4 3.13.1 + 3.0 true diff --git a/spring/pom.xml b/spring/pom.xml index 0c72026d3f7..d856dbbc55d 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.5.1 + 6.5.3 diff --git a/test/pom.xml b/test/pom.xml index 0ea2bd99024..b81ea8d23a8 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -39,7 +39,7 @@ org.wiremock - wiremock + wiremock-standalone ${wiremock.version} provided From cfe2d5f3cf7482c22d7c65a97a17e221bdf517e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:48:10 +0000 Subject: [PATCH 201/269] Bump org.springframework:spring-web from 6.2.8 to 6.2.10 (#2260) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index d856dbbc55d..62ff9752f3a 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.8 + 6.2.10 provided From 83350d38ac97a7da4febb11579ea103d4b0c8fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:55:30 +0000 Subject: [PATCH 202/269] Bump actions/setup-java from 4 to 5 (#2272) --- .github/workflows/cd-config.yml | 4 ++-- .github/workflows/ci-config.yml | 10 +++++----- .github/workflows/nvd-cache.yml | 2 +- .github/workflows/site-ci-config.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 22f85ad2043..044f6aaa635 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: 17 @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index d75d5219a6b..78483532994 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -87,7 +87,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -107,7 +107,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -136,7 +136,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/nvd-cache.yml b/.github/workflows/nvd-cache.yml index 664481f32bb..5045912b6e2 100644 --- a/.github/workflows/nvd-cache.yml +++ b/.github/workflows/nvd-cache.yml @@ -20,7 +20,7 @@ jobs: ref: v6.1.2 - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/site-ci-config.yml b/.github/workflows/site-ci-config.yml index ba7e9ff08a3..7f456c15e47 100644 --- a/.github/workflows/site-ci-config.yml +++ b/.github/workflows/site-ci-config.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: ${{ matrix.java }} From 3198269d6c559db23a242893fc38fd6524317a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:29:17 +0000 Subject: [PATCH 203/269] Bump actions/checkout from 4 to 5 (#2271) --- .github/workflows/cd-config.yml | 4 ++-- .github/workflows/ci-config.yml | 10 +++++----- .github/workflows/nvd-cache.yml | 4 ++-- .github/workflows/site-ci-config.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 044f6aaa635..899bae2a7a2 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -25,7 +25,7 @@ jobs: envName: "Development" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK 17 uses: actions/setup-java@v5 @@ -62,7 +62,7 @@ jobs: name: "Documentation" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index 78483532994..34cbc2da31d 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -63,7 +63,7 @@ jobs: java: [ 17 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -84,7 +84,7 @@ jobs: java: [ 17 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -104,7 +104,7 @@ jobs: java: [ 17 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -133,7 +133,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/nvd-cache.yml b/.github/workflows/nvd-cache.yml index 5045912b6e2..b71468ea743 100644 --- a/.github/workflows/nvd-cache.yml +++ b/.github/workflows/nvd-cache.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout OVP repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: jeremylong/Open-Vulnerability-Project path: ovp @@ -30,7 +30,7 @@ jobs: working-directory: ./ovp run: ./gradlew build -x test - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: path: data diff --git a/.github/workflows/site-ci-config.yml b/.github/workflows/site-ci-config.yml index 7f456c15e47..828f6db0be0 100644 --- a/.github/workflows/site-ci-config.yml +++ b/.github/workflows/site-ci-config.yml @@ -15,7 +15,7 @@ jobs: java: [ 11 ] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 From 77acb24fb1e8ac1ed957b6b30bb4e91c2c9c1447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:20:20 +0000 Subject: [PATCH 204/269] Bump com.nimbusds:nimbus-jose-jwt from 10.3.1 to 10.4.2 (#2261) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index a43fa60b9b2..4a5e99f4d0c 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.3.1 + 10.4.2 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 706e58b58a3..61f8f243078 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.3.1 + 10.4.2 From 7ba31bd609f3592daa64d30259135f4909308061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:26:54 +0000 Subject: [PATCH 205/269] Bump io.smallrye.config:smallrye-config from 3.13.2 to 3.13.4 (#2246) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0c1359339e6..c9230cc41a1 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.13.3 4.6.2 - 3.13.2 + 3.13.4 3.0.4 3.13.1 3.0 From e1bd72a08c5fa760fc75daacf4d65b41cc423ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:37:17 +0000 Subject: [PATCH 206/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.3 to 5.1.4 in /rdf4j (#2238) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 80dc80f41ef..660260f4875 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.3 + 5.1.4 From 565fbd06f62f4864d7c3592c131bbe4e6b4079c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:54:48 +0000 Subject: [PATCH 207/269] Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#2243) Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.19.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9230cc41a1..51ac91138c8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.2.2 1.18.0 1.9.0 - 2.19.0 + 2.20.0 0.5.0 33.4.8-jre 2.19.1 From e35cfa9eb81ba35b091265ba862a34b0f05c893b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:55:10 +0000 Subject: [PATCH 208/269] Bump the plugins group across 1 directory with 3 updates (#2281) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 51ac91138c8..67c89dc2998 100644 --- a/pom.xml +++ b/pom.xml @@ -48,13 +48,13 @@ 3.14.0 3.8.1 3.1.4 - 3.6.0 + 3.6.1 3.5.1 3.1.4 3.2.8 0.8.13 3.4.2 - 3.11.2 + 3.11.3 5.0.0 12.1.3 3.9.0 @@ -62,7 +62,7 @@ 3.21.0 3.1.1 3.3.1 - 5.1.0.4751 + 5.2.0.4988 0.8.0 3.3.1 3.5.3 From fbe08941badcdd439861b5bdc6604207a78e7252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:03:38 +0000 Subject: [PATCH 209/269] Bump junit.version from 5.13.3 to 5.13.4 (#2286) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67c89dc2998..1f4dcf3cdb5 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.4 2.0.1 - 5.13.3 + 5.13.4 4.6.2 3.13.4 3.0.4 From b8d3cff07833117ad0123fd5798f75214b6d56c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:11:33 +0000 Subject: [PATCH 210/269] Bump quarkus.version from 3.24.3 to 3.26.2 (#2288) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 268ece1c91a..f2f0be8e731 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.24.3 + 3.26.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index b3ef719ac73..ac3793c7206 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.24.3 + 3.26.2 diff --git a/pom.xml b/pom.xml index 1f4dcf3cdb5..8fb37dc6030 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 5.1.0 - 3.24.3 + 3.26.2 2.0.17 5.8.14 From 2931c7921f8d61cf0c53d57aae34beb975848257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:21:33 +0000 Subject: [PATCH 211/269] Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 (#2287) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8fb37dc6030..7bd7afba015 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ org.apache.commons commons-compress - 1.27.1 + 1.28.0 From ddb2dd88d97f66536e8c3ea094d7fa1cea4caaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:39:51 +0000 Subject: [PATCH 212/269] Bump springboot.version from 3.5.3 to 3.5.5 (#2299) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 4a5e99f4d0c..5d628439a90 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.3 + 3.5.5 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 61f8f243078..29575d65224 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.3 + 3.5.5 From 39c43b9e4a256a195171c4a9708e0a8a843aae4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:46:24 +0000 Subject: [PATCH 213/269] Bump com.squareup.okio:okio from 3.15.0 to 3.16.0 (#2309) --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index e8e95dca95f..7aea0d0aad1 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.15.0 + 3.16.0 From 3acc14066554b47220b6e9a6695611ef8ab1deda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:53:15 +0000 Subject: [PATCH 214/269] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (#2308) --- rdf-legacy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index 818b070bd59..a1716f6a4a7 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -17,7 +17,7 @@ 8 - 1.13.1 + 1.14.0 3.7.7 From f5ea87dcd13f4573dfb2f5c0f8085ff8d1ea631b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:01:21 -0500 Subject: [PATCH 215/269] Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#2310) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.18.0...rel/commons-codec-1.19.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7bd7afba015..ea41e66166a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.13.2 3.2.2 - 1.18.0 + 1.19.0 1.9.0 2.20.0 0.5.0 From 8dd1fa66bac2009d81614b21b0fc0328654d8329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:18:02 +0000 Subject: [PATCH 216/269] Bump jackson.version from 2.19.1 to 2.20.0 (#2305) --- integration/base/pom.xml | 13 ++++++++++++- performance/base/pom.xml | 13 ++++++++++++- pom.xml | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/integration/base/pom.xml b/integration/base/pom.xml index ec492da7b41..3dc1c009178 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -16,6 +16,18 @@ 2.1.1 + + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + + com.inrupt.client @@ -75,7 +87,6 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} io.smallrye.config diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 47b933ea783..9fd28fef4ab 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -16,6 +16,18 @@ 2.1.1 + + + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + + com.inrupt.client @@ -75,7 +87,6 @@ com.fasterxml.jackson.core jackson-annotations - ${jackson.version} io.smallrye.config diff --git a/pom.xml b/pom.xml index ea41e66166a..f665d1c40f4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.20.0 0.5.0 33.4.8-jre - 2.19.1 + 2.20.0 2.1.3 4.10.0 0.9.6 From 7ced13417f2a78f09853e9907c5c6eea417fd5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:44:13 +0000 Subject: [PATCH 217/269] Bump com.nimbusds:nimbus-jose-jwt from 10.4.2 to 10.5 (#2317) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 5d628439a90..485b58ad265 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.4.2 + 10.5 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 29575d65224..ea578d991a8 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.4.2 + 10.5 diff --git a/pom.xml b/pom.xml index f665d1c40f4..752ddd2d134 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ https://jena.apache.org/documentation/javadoc/jena/ https://jena.apache.org/documentation/javadoc/arq/ https://www.antlr.org/api/Java/ - https://rdf4j.org/javadoc/latest/ + https://rdf4j.org/javadoc/5.1.0/ http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/
From 17dc5e9e55c65aa156ff17f41ae9e3a8b510d3ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:51:33 +0000 Subject: [PATCH 218/269] Bump quarkus.version from 3.26.2 to 3.26.3 (#2324) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f2f0be8e731..489f8c03ac4 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.26.2 + 3.26.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index ac3793c7206..e4043df3f90 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.26.2 + 3.26.3 diff --git a/pom.xml b/pom.xml index 752ddd2d134..a18fd4d1edf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 5.1.0 - 3.26.2 + 3.26.3 2.0.17 5.8.14 From 849c7ee1594481aaca1d81f87cd80a6e95c9d625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:58:39 +0000 Subject: [PATCH 219/269] Bump org.xmlunit:xmlunit-core from 2.10.3 to 2.10.4 (#2323) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a18fd4d1edf..185ad689cfb 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ org.xmlunit xmlunit-core - 2.10.3 + 2.10.4 From d0b3aabcda8f769c9d05fbf5e5b865dd5c1999e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:08:24 +0000 Subject: [PATCH 220/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.4 to 5.1.5 in /rdf4j (#2319) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 660260f4875..61e252ccab3 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.4 + 5.1.5 From 0871d84e50f2638e60790353901de2bd5a140093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:08:55 +0000 Subject: [PATCH 221/269] Bump org.springframework.security:spring-security-bom in /spring (#2328) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 62ff9752f3a..ca7d703ef1b 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.5.3 + 6.5.4 From b73948796de52fb743b7f2c01ebd72abe5117e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:16:34 +0000 Subject: [PATCH 222/269] Bump org.springframework:spring-web from 6.2.10 to 6.2.11 (#2332) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index ca7d703ef1b..ab32113d3ca 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.10 + 6.2.11 provided From becc237c3bb4166604c2b6ee43a93c1989b87387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:23:32 +0000 Subject: [PATCH 223/269] Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 (#2329) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 185ad689cfb..76da30d9644 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.13.2 3.2.2 1.19.0 - 1.9.0 + 1.10.0 2.20.0 0.5.0 33.4.8-jre From 284f721e3d3d20991b2c8f743787b60e55c06e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:44:07 +0000 Subject: [PATCH 224/269] Bump the plugins group with 2 updates (#2311) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 76da30d9644..deaf137e372 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 5.2.0.4988 0.8.0 3.3.1 - 3.5.3 + 3.5.4 10.26.1 From bd7c2c9a0b6cffec50980640afebf95c4198ce4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:02:47 +0000 Subject: [PATCH 225/269] Bump the plugins group with 3 updates (#2347) --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index deaf137e372..2a999f7e980 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 3.7.1 3.6.0 3.5.0 - 3.14.0 + 3.14.1 3.8.1 3.1.4 3.6.1 @@ -54,9 +54,9 @@ 3.2.8 0.8.13 3.4.2 - 3.11.3 + 3.12.0 5.0.0 - 12.1.3 + 12.1.6 3.9.0 3.27.0 3.21.0 From 4959433f228094c6aba78b6968057a78c36b8d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:16:52 +0000 Subject: [PATCH 226/269] Bump springboot.version from 3.5.5 to 3.5.6 (#2358) --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 485b58ad265..fd7a0095082 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.5 + 3.5.6 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index ea578d991a8..dca1a623d49 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.5 + 3.5.6 From 691794f822b3a98dca71035b69be08ae38214646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:30:51 +0000 Subject: [PATCH 227/269] Bump quarkus.version from 3.26.3 to 3.28.1 (#2352) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 489f8c03ac4..f051df9af3e 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.26.3 + 3.28.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index e4043df3f90..7db3e301e0a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.26.3 + 3.28.1 diff --git a/pom.xml b/pom.xml index 2a999f7e980..794524cd056 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 5.1.0 - 3.26.3 + 3.28.1 2.0.17 5.8.14 From c607eeacd08786a06bbbb79316aa53682080b00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:38:57 +0000 Subject: [PATCH 228/269] Bump org.springframework.security:spring-security-bom in /spring (#2342) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index ab32113d3ca..05b9003f5c8 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.5.4 + 6.5.5 From 2b3a325a16c25c22802fc7ee440bdaaabb6e7040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:47:18 +0000 Subject: [PATCH 229/269] Bump io.smallrye.config:smallrye-config from 3.13.4 to 3.14.0 (#2354) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 794524cd056..f44efa9ba7f 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.13.4 4.6.2 - 3.13.4 + 3.14.0 3.0.4 3.13.1 3.0 From 09c45528233d614cca0cb0ca48566df4426bdeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:55:24 +0000 Subject: [PATCH 230/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.5 to 5.1.6 in /rdf4j (#2343) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 61e252ccab3..7146070bea5 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.5 + 5.1.6 From e0b01203870e4646434e239e6e7eecedc91833de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 05:57:50 -0500 Subject: [PATCH 231/269] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.1 (#2373) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.1 to 3.6.1. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.1) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f44efa9ba7f..fc73f533f40 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 3.8.1 3.1.4 3.6.1 - 3.5.1 + 3.6.1 3.1.4 3.2.8 0.8.13 From baee155bc49c3c277694a6bd10bc4bb579eda3b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:07:34 -0500 Subject: [PATCH 232/269] Bump org.sonatype.central:central-publishing-maven-plugin (#2365) Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.9.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc73f533f40..6866c295ffe 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 3.1.1 3.3.1 5.2.0.4988 - 0.8.0 + 0.9.0 3.3.1 3.5.4 From dfc9ac06c61896f6106810c33d3db7dd5cdc2ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:14:29 +0000 Subject: [PATCH 233/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.1.6 to 5.2.0 in /rdf4j (#2362) Bumps [org.eclipse.rdf4j:rdf4j-bom](https://github.com/eclipse/rdf4j) from 5.1.6 to 5.2.0. - [Release notes](https://github.com/eclipse/rdf4j/releases) - [Commits](https://github.com/eclipse/rdf4j/compare/5.1.6...5.2.0) --- updated-dependencies: - dependency-name: org.eclipse.rdf4j:rdf4j-bom dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 7146070bea5..3d281761b20 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.1.6 + 5.2.0 From e54b533424e5575d41d1b411188227d06e4f7efa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:22:23 +0000 Subject: [PATCH 234/269] Bump the plugins group with 6 updates (#2364) Bumps the plugins group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.apache.maven.plugins:maven-archetype-plugin](https://github.com/apache/maven-archetype) | `3.4.0` | `3.4.1` | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.8.1` | `3.9.0` | | [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.6.1` | `3.6.2` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | | [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) | `3.27.0` | `3.28.0` | | [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) | `12.1.6` | `12.1.8` | Updates `org.apache.maven.plugins:maven-archetype-plugin` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/apache/maven-archetype/releases) - [Commits](https://github.com/apache/maven-archetype/compare/maven-archetype-3.4.0...maven-archetype-3.4.1) Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.8.1 to 3.9.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0) Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.6.1 to 3.6.2 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.6.1...enforcer-3.6.2) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14) Updates `org.apache.maven.plugins:maven-pmd-plugin` from 3.27.0 to 3.28.0 - [Release notes](https://github.com/apache/maven-pmd-plugin/releases) - [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.27.0...maven-pmd-plugin-3.28.0) Updates `org.owasp:dependency-check-maven` from 12.1.6 to 12.1.8 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.1.6...v12.1.8) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-archetype-plugin dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-pmd-plugin dependency-version: 3.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6866c295ffe..9a394e1a341 100644 --- a/pom.xml +++ b/pom.xml @@ -41,24 +41,24 @@ 3.1.0 - 3.4.0 + 3.4.1 3.7.1 3.6.0 3.5.0 3.14.1 - 3.8.1 + 3.9.0 3.1.4 - 3.6.1 + 3.6.2 3.6.1 3.1.4 3.2.8 - 0.8.13 + 0.8.14 3.4.2 3.12.0 5.0.0 - 12.1.6 + 12.1.8 3.9.0 - 3.27.0 + 3.28.0 3.21.0 3.1.1 3.3.1 From 531795a0c5a4581219ed5afa061a22a5b4358b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:22:32 +0000 Subject: [PATCH 235/269] Bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2 (#2388) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a394e1a341..71c8c02798d 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 3.9.0 3.1.4 3.6.2 - 3.6.1 + 3.6.2 3.1.4 3.2.8 0.8.14 From 28d3928c88d5919758cf535e5f50fc3a5fc96af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:30:18 +0000 Subject: [PATCH 236/269] Bump com.github.ben-manes.caffeine:caffeine from 3.2.2 to 3.2.3 (#2384) Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 71c8c02798d..443340bbbd1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.13.2 - 3.2.2 + 3.2.3 1.19.0 1.10.0 2.20.0 From d5c1206a125fa366f7cdb6c3261102dcab7fcb9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:37:33 +0000 Subject: [PATCH 237/269] Bump okhttp.version from 5.1.0 to 5.3.0 (#2387) Bumps `okhttp.version` from 5.1.0 to 5.3.0. Updates `com.squareup.okhttp3:okhttp` from 5.1.0 to 5.3.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.3.0) Updates `com.squareup.okhttp3:okhttp-jvm` from 5.1.0 to 5.3.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.1.0...parent-5.3.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:okhttp-jvm dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 443340bbbd1..96228f9dd8c 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 4.10.0 0.9.6 3.0.1 - 5.1.0 + 5.3.0 3.28.1 2.0.17 From 79d2a56cdedaca35eeae889ba32bcbd042cdd6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:45:09 +0000 Subject: [PATCH 238/269] Bump org.apache.maven.plugins:maven-antrun-plugin in the plugins group (#2380) Bumps the plugins group with 1 update: [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin). Updates `org.apache.maven.plugins:maven-antrun-plugin` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/apache/maven-antrun-plugin/releases) - [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-antrun-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 96228f9dd8c..77fac645c08 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ 1.1.1 - 3.1.0 + 3.2.0 3.4.1 3.7.1 3.6.0 From 9a3ca6fb065ebab2f356c3d248740c34126f8a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:29:30 +0000 Subject: [PATCH 239/269] Bump org.springframework.security:spring-security-bom from 6.5.5 to 6.5.6 in /spring (#2379) * Bump org.springframework.security:spring-security-bom in /spring Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.5.5 to 6.5.6. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.5.5...6.5.6) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 6.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Adjust rdf4j javadoc location --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn --- pom.xml | 2 +- spring/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 77fac645c08..8e169b518ca 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ https://jena.apache.org/documentation/javadoc/jena/ https://jena.apache.org/documentation/javadoc/arq/ https://www.antlr.org/api/Java/ - https://rdf4j.org/javadoc/5.1.0/ + https://rdf4j.org/javadoc/latest/ http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/
diff --git a/spring/pom.xml b/spring/pom.xml index 05b9003f5c8..e7d2ea60547 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.5.5 + 6.5.6 From 9d1d80db42a339d87a37b53186443367a19918d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:51:08 -0600 Subject: [PATCH 240/269] Bump springboot.version from 3.5.6 to 3.5.7 (#2405) Bumps `springboot.version` from 3.5.6 to 3.5.7. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index fd7a0095082..5103688b0c4 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.6 + 3.5.7 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index dca1a623d49..c9fc9ec4b60 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -17,7 +17,7 @@ 17 - 3.5.6 + 3.5.7 From 274c0a50afa8932ea4c84785c97c7c26dafd891f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 08:58:23 +0000 Subject: [PATCH 241/269] Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#2401) Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e169b518ca..bcc09a800e1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.13.2 3.2.3 1.19.0 - 1.10.0 + 1.11.0 2.20.0 0.5.0 33.4.8-jre From 48f86caed55d7f181fda46c487e32d3ac96b46b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 03:17:36 -0600 Subject: [PATCH 242/269] Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#2399) Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bcc09a800e1..679a6e4adf1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 3.2.3 1.19.0 1.11.0 - 2.20.0 + 2.21.0 0.5.0 33.4.8-jre 2.20.0 From 76c0091e9f9f19befb206f8bf8da4867d7a7de31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:42:23 +0000 Subject: [PATCH 243/269] Bump the plugins group across 1 directory with 4 updates (#2409) Bumps the plugins group with 4 updates in the / directory: [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin), [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release), [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) and [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck). Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.2 to 3.5.0 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.1.1...maven-release-3.2.0) Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.2.0.4988 to 5.3.0.6276 - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/5.2.0.4988...5.3.0.6276) Updates `org.owasp:dependency-check-maven` from 12.1.8 to 12.1.9 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.1.8...v12.1.9) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-version: 5.3.0.6276 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 679a6e4adf1..f09a7a9fc4b 100644 --- a/pom.xml +++ b/pom.xml @@ -53,16 +53,16 @@ 3.1.4 3.2.8 0.8.14 - 3.4.2 + 3.5.0 3.12.0 5.0.0 - 12.1.8 + 12.1.9 3.9.0 3.28.0 3.21.0 - 3.1.1 + 3.2.0 3.3.1 - 5.2.0.4988 + 5.3.0.6276 0.9.0 3.3.1 3.5.4 From 75914331fab85ee4e24397b33a9be91b2b7bb749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:06:32 +0000 Subject: [PATCH 244/269] Bump junit.version from 5.13.4 to 6.0.0 (#2356) * Bump junit.version from 5.13.4 to 6.0.0 Bumps `junit.version` from 5.13.4 to 6.0.0. Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Upgrade to JUnit 5.14.1 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f09a7a9fc4b..4064b9b2392 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ 4.3.0 3.19.4 2.0.1 - 5.13.4 + 5.14.1 4.6.2 3.14.0 3.0.4 From bb9386bf08ac61fbbdefaa758dc9bd89eed392e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:27:27 -0600 Subject: [PATCH 245/269] Bump org.springframework:spring-web from 6.2.11 to 7.0.0 (#2425) Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.11 to 7.0.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v7.0.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index e7d2ea60547..5248c832daa 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 6.2.11 + 7.0.0 provided From 9f9c1fae4f96f22ef63e76ba7bc28689e1d44b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:34:42 +0000 Subject: [PATCH 246/269] Bump wiremock.version from 3.13.1 to 3.13.2 (#2423) Bumps `wiremock.version` from 3.13.1 to 3.13.2. Updates `org.wiremock:wiremock` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2) Updates `org.wiremock:wiremock-standalone` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.wiremock:wiremock-standalone dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4064b9b2392..670d1a09fd7 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 4.6.2 3.14.0 3.0.4 - 3.13.1 + 3.13.2 3.0 From d3a0fe68efe2035b61b9f5fc655c503812b4dae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:42:14 +0000 Subject: [PATCH 247/269] Bump org.springframework.security:spring-security-bom in /spring (#2411) Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.5.6 to 7.0.0. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/6.5.6...7.0.0) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 5248c832daa..7d3dfc7085a 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 6.5.6 + 7.0.0 From 4fe62e4764d494a1018a5d44390d3c3918b33424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:49:32 +0000 Subject: [PATCH 248/269] Bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.6 (#2424) Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.5 to 10.6. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.6..10.5) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 5103688b0c4..c2278d39dc8 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.5 + 10.6 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index c9fc9ec4b60..65fea532723 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.5 + 10.6 From 883c3a1feebe2dc9746541d4969f8946da1a9eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:57:01 +0000 Subject: [PATCH 249/269] Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#2422) Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 670d1a09fd7..9db37d105e3 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.13.2 3.2.3 - 1.19.0 + 1.20.0 1.11.0 2.21.0 0.5.0 From 4c0f9f73dc2e818f63a2430072604093ca540795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:59:32 +0100 Subject: [PATCH 250/269] Bump org.codehaus.mojo:extra-enforcer-rules from 1.10.0 to 1.11.0 (#2432) Bumps [org.codehaus.mojo:extra-enforcer-rules](https://github.com/mojohaus/extra-enforcer-rules) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/mojohaus/extra-enforcer-rules/releases) - [Commits](https://github.com/mojohaus/extra-enforcer-rules/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:extra-enforcer-rules dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9db37d105e3..2a24ae77121 100644 --- a/pom.xml +++ b/pom.xml @@ -285,7 +285,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.10.0 + 1.11.0 From a39b6e2ee6ce7a399f38102ac06cc9d3dac680e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:07:12 +0000 Subject: [PATCH 251/269] Bump org.springframework:spring-web from 7.0.0 to 7.0.1 (#2430) Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 7d3dfc7085a..d9a69dd888e 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,7 +95,7 @@ org.springframework spring-web - 7.0.0 + 7.0.1 provided From 03eb1bf8de69a36b0d279abaa07ddd1754d77bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:37:15 +0000 Subject: [PATCH 252/269] Bump io.smallrye.config:smallrye-config from 3.14.0 to 3.14.1 (#2429) Bumps [io.smallrye.config:smallrye-config](https://github.com/smallrye/smallrye-config) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/smallrye/smallrye-config/releases) - [Commits](https://github.com/smallrye/smallrye-config/compare/3.14.0...3.14.1) --- updated-dependencies: - dependency-name: io.smallrye.config:smallrye-config dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2a24ae77121..725e1764900 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 2.0.1 5.14.1 4.6.2 - 3.14.0 + 3.14.1 3.0.4 3.13.2 3.0 From cbabf06b5ed0483c6f22fdcf5a478ef8fb46f8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:47:10 +0000 Subject: [PATCH 253/269] Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#2431) Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.10.4 to 2.11.0. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.10.4...v2.11.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 725e1764900..fb79ba97d10 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ org.xmlunit xmlunit-core - 2.10.4 + 2.11.0 From 95669483e2bdf34f31e7275e8214fe929703d9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:25:30 +0000 Subject: [PATCH 254/269] Bump the plugins group with 3 updates (#2428) Bumps the plugins group with 3 updates: [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin), [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin). Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.1...v3.8.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fb79ba97d10..fd2a10a08b3 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 3.2.0 3.4.1 - 3.7.1 + 3.8.0 3.6.0 3.5.0 3.14.1 @@ -61,10 +61,10 @@ 3.28.0 3.21.0 3.2.0 - 3.3.1 + 3.4.0 5.3.0.6276 0.9.0 - 3.3.1 + 3.4.0 3.5.4 From 037266be72e4192c7136517fbf0a4178442d6530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:20 -0600 Subject: [PATCH 255/269] Bump actions/checkout from 5 to 6 (#2443) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd-config.yml | 4 ++-- .github/workflows/ci-config.yml | 10 +++++----- .github/workflows/nvd-cache.yml | 4 ++-- .github/workflows/site-ci-config.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 899bae2a7a2..c7b163921b3 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -25,7 +25,7 @@ jobs: envName: "Development" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK 17 uses: actions/setup-java@v5 @@ -62,7 +62,7 @@ jobs: name: "Documentation" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index 34cbc2da31d..095d1101a58 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -63,7 +63,7 @@ jobs: java: [ 17 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -84,7 +84,7 @@ jobs: java: [ 17 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -104,7 +104,7 @@ jobs: java: [ 17 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 @@ -133,7 +133,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/nvd-cache.yml b/.github/workflows/nvd-cache.yml index b71468ea743..89c170aa0e7 100644 --- a/.github/workflows/nvd-cache.yml +++ b/.github/workflows/nvd-cache.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout OVP repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: jeremylong/Open-Vulnerability-Project path: ovp @@ -30,7 +30,7 @@ jobs: working-directory: ./ovp run: ./gradlew build -x test - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: data diff --git a/.github/workflows/site-ci-config.yml b/.github/workflows/site-ci-config.yml index 828f6db0be0..a94e7dba13e 100644 --- a/.github/workflows/site-ci-config.yml +++ b/.github/workflows/site-ci-config.yml @@ -15,7 +15,7 @@ jobs: java: [ 11 ] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v5 From bdc3caec880150dddad7fd8238f56aa81fb2c886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:22:56 -0600 Subject: [PATCH 256/269] Bump the plugins group with 2 updates (#2448) Bumps the plugins group with 2 updates: [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) and [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven). Updates `org.apache.maven.plugins:maven-release-plugin` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.2.0...maven-release-3.3.1) Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.3.0.6276 to 5.5.0.6356 - [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases) - [Commits](https://github.com/SonarSource/sonar-scanner-maven/compare/5.3.0.6276...5.5.0.6356) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin dependency-version: 5.5.0.6356 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fd2a10a08b3..4980942f674 100644 --- a/pom.xml +++ b/pom.xml @@ -60,9 +60,9 @@ 3.9.0 3.28.0 3.21.0 - 3.2.0 + 3.3.1 3.4.0 - 5.3.0.6276 + 5.5.0.6356 0.9.0 3.4.0 3.5.4 From 0c34d395f7f140c8b6a6580b21c51b3d950c283d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:38:51 -0600 Subject: [PATCH 257/269] Bump quarkus.version from 3.28.1 to 3.30.3 (#2456) Bumps `quarkus.version` from 3.28.1 to 3.30.3. Updates `io.quarkus.platform:quarkus-bom` from 3.28.1 to 3.30.3 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.28.1...3.30.3) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.28.1 to 3.30.3 - [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.28.1...3.30.3) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.30.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index f051df9af3e..bf3ec9072dd 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -18,7 +18,7 @@ 17 - 3.28.1 + 3.30.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 7db3e301e0a..0b920a25ad4 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -18,7 +18,7 @@ 17 - 3.28.1 + 3.30.3 diff --git a/pom.xml b/pom.xml index 4980942f674..143d1d11ed7 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 0.9.6 3.0.1 5.3.0 - 3.28.1 + 3.30.3 2.0.17 5.8.14 From 92482ed3085af39ed5112be3883ae4ee5a85ea4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:46:15 +0000 Subject: [PATCH 258/269] Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 (#2451) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 143d1d11ed7..515f40ffd91 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.21.0 0.5.0 33.4.8-jre - 2.20.0 + 2.20.1 2.1.3 4.10.0 0.9.6 From 66aa007a69333bc9b9f7d44da784e266612d4665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:53:02 +0000 Subject: [PATCH 259/269] Bump org.eclipse.rdf4j:rdf4j-bom from 5.2.0 to 5.2.1 in /rdf4j (#2447) Bumps [org.eclipse.rdf4j:rdf4j-bom](https://github.com/eclipse/rdf4j) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/eclipse/rdf4j/releases) - [Commits](https://github.com/eclipse/rdf4j/compare/5.2.0...5.2.1) --- updated-dependencies: - dependency-name: org.eclipse.rdf4j:rdf4j-bom dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 3d281761b20..6408e0b9172 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -15,7 +15,7 @@ 8 - 5.2.0 + 5.2.2 From 3ae876972aa2a0c93d18ce89c36e0b142e3bf188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:18:43 -0600 Subject: [PATCH 260/269] Bump actions/cache from 4 to 5 (#2482) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-config.yml | 2 +- .github/workflows/nvd-cache.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index 095d1101a58..764a22250b4 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -118,7 +118,7 @@ jobs: run: echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV - name: Restore NVD data cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: nvd-data-${{ env.CACHE_NAME }} restore-keys: nvd-data- diff --git a/.github/workflows/nvd-cache.yml b/.github/workflows/nvd-cache.yml index 89c170aa0e7..d6af467b6e7 100644 --- a/.github/workflows/nvd-cache.yml +++ b/.github/workflows/nvd-cache.yml @@ -48,7 +48,7 @@ jobs: NVD_API_KEY: ${{ secrets.NVD_API_KEY }} - name: Cache NVD data - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: nvd-data-${{ env.CACHE_NAME }} path: ./data/cache From df5846f5b379cb8776ba3dc7471d1f7fb6562f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:41:11 -0600 Subject: [PATCH 261/269] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#2480) Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.14.0...rel/commons-text-1.15.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rdf-legacy/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index a1716f6a4a7..88c89bfbcc5 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -17,7 +17,7 @@ 8 - 1.14.0 + 1.15.0 3.7.7 From 8af366f68208a0ad799763e62c3b07a458108ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 08:56:57 -0600 Subject: [PATCH 262/269] Bump okhttp.version from 5.3.0 to 5.3.2 (#2478) Bumps `okhttp.version` from 5.3.0 to 5.3.2. Updates `com.squareup.okhttp3:okhttp` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.2) Updates `com.squareup.okhttp3:okhttp-jvm` from 5.3.0 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-5.3.0...parent-5.3.2) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.squareup.okhttp3:okhttp-jvm dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 515f40ffd91..c705b666fd6 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 4.10.0 0.9.6 3.0.1 - 5.3.0 + 5.3.2 3.30.3 2.0.17 From 118b75dc9445b088dbc538d1145e42c8d97ef6ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:03:47 +0000 Subject: [PATCH 263/269] Bump org.springframework.security:spring-security-bom in /spring (#2464) Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 7.0.0 to 7.0.2. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/7.0.0...7.0.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index d9a69dd888e..dcafb2adcad 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 7.0.0 + 7.0.2 From a396024e042ebaed0e8fe55e630410d58404a917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 15:37:26 +0000 Subject: [PATCH 264/269] Bump com.squareup.okio:okio from 3.16.0 to 3.16.4 (#2472) Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.16.0 to 3.16.4. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.16.0...parent-3.16.4) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.16.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 7aea0d0aad1..4e30fb3b833 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.16.0 + 3.16.4 From 20cd0961eb4b0d0744b2a17bc4fc1d8882193bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:45:55 -0600 Subject: [PATCH 265/269] Bump the plugins group with 3 updates (#2489) Bumps the plugins group with 3 updates: [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck). Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.9.0...maven-dependency-plugin-3.10.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) Updates `org.owasp:dependency-check-maven` from 12.1.9 to 12.2.0 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.1.9...v12.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c705b666fd6..2cf40d5e9cb 100644 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ 3.8.0 3.6.0 3.5.0 - 3.14.1 - 3.9.0 + 3.15.0 + 3.10.0 3.1.4 3.6.2 3.6.2 @@ -56,7 +56,7 @@ 3.5.0 3.12.0 5.0.0 - 12.1.9 + 12.2.0 3.9.0 3.28.0 3.21.0 From 7cc1da2d1cd99e58de7df80d81b0118e90415de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:52:49 +0000 Subject: [PATCH 266/269] Bump com.nimbusds:nimbus-jose-jwt from 10.6 to 10.8 (#2492) Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.6 to 10.8. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.8..10.6) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.8' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index c2278d39dc8..31536b93325 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.6 + 10.8 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 65fea532723..c9ec533c652 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.6 + 10.8 From 942fbaa5c0c07ff99bf7fb6c6f7ad25b4305ad06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:59:30 +0000 Subject: [PATCH 267/269] Bump org.sonatype.central:central-publishing-maven-plugin (#2491) Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.9.0 to 0.10.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2cf40d5e9cb..fe86060fecf 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 3.3.1 3.4.0 5.5.0.6356 - 0.9.0 + 0.10.0 3.4.0 3.5.4 From b3c573b9bc1da1ed184fe9cce8d96486d2f57246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:06:36 +0000 Subject: [PATCH 268/269] Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0 (#2495) Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.1...jackson-bom-2.21.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe86060fecf..457e60bafb5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 2.21.0 0.5.0 33.4.8-jre - 2.20.1 + 2.21.0 2.1.3 4.10.0 0.9.6 From 1ae95f961b0a307ebc8da156f982e2b1ff3d2dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:13:37 +0000 Subject: [PATCH 269/269] Bump org.springframework.security:spring-security-bom in /spring (#2488) Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/7.0.2...7.0.3) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-bom dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index dcafb2adcad..6f8b937b711 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -107,7 +107,7 @@ [17,) - 7.0.2 + 7.0.3