From 1ecd94c29e9fb0570a494f9ca795e330773f9ad6 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 29 Nov 2023 14:39:00 -0600 Subject: [PATCH 001/298] Adjust CD configuration for 1.1 branch --- .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 f6d03ae8334..4565ab64039 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.1 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.1.[0-9]+ jobs: deployment: From 45fedebb12b55e8cb6aeb87b82bdfcab09fe616f Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Thu, 30 Nov 2023 09:27:37 -0600 Subject: [PATCH 002/298] Release 1.1.0 (#798) * [maven-release-plugin] prepare release inrupt-client-1.1.0 * [maven-release-plugin] prepare for next development iteration --- 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/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/customokhttp/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 | 8 ++++---- 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 06c8f23a966..35f39d3b39f 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-accessgrant diff --git a/api/pom.xml b/api/pom.xml index 3b5e8225e0c..2afa5f31df8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index b93bb9f0a96..846cc3bcfec 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 8cddc2130de..1e0c234e4f9 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index cec62c1186f..bc4e8d62b35 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index b970482aaf3..743ac8e8977 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index ad18ee3c35d..1b2da534c1d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index e20ef0e48d9..30be6f26223 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-examples-cli - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index 696aee1f3f9..96433e86396 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-examples-parent diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 875e46d0a2f..31ca30db5a7 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-examples-springboot - 1.1.0-SNAPSHOT + 1.1.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 df6b6d59442..d57bba57c65 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-examples-webapp - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/gradle/pom.xml b/gradle/pom.xml index 1efc2cec956..ebf0b59c0c1 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-gradle diff --git a/guava/pom.xml b/guava/pom.xml index fa257d382a4..3e680bc41b3 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 059e8403617..c917ec7dfdd 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index aa3acbd3b64..93efc28d8eb 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-integration-base-tests Inrupt Java Client Libraries - Integration Base Tests diff --git a/integration/customokhttp/pom.xml b/integration/customokhttp/pom.xml index d28edf30d33..adb201cf800 100644 --- a/integration/customokhttp/pom.xml +++ b/integration/customokhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-integration-customokhttp diff --git a/integration/openid/pom.xml b/integration/openid/pom.xml index d1b91a49284..d929bb6817c 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index 464c324dfc8..178da557825 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index b69f0142c32..2728af3f72e 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index b96594bbf92..597d3f74c4c 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index 5d009553793..eb3dac578bc 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index 2a49fed1f24..beecbd6cd9c 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 9e4104d95ed..21664298ea8 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index d092c97ff38..0725003b7e3 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index a1e4f6946cf..65dc8900ffc 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 92082c6acbc..c7b46052917 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.1.0-SNAPSHOT + 1.1.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 0927f57492b..598d48186d9 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index 6796cd3cdff..2134ac4918c 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index 58d331b8845..711fd16846e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ @@ -261,9 +261,9 @@ enforce - - - + + + diff --git a/quarkus/pom.xml b/quarkus/pom.xml index dedb1ddf4b8..9dfc8afd0ed 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-quarkus diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index e437d6e9e0c..21814ef34a1 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-rdf-legacy diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 0f551f4599c..0789d80f5d0 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index 54d30cd18fc..c32f4fba761 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 67ed9e4574e..3e36036ba27 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT .. diff --git a/solid/pom.xml b/solid/pom.xml index dc38052edbb..769af794e81 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index 00377d576b9..6ca727a2fde 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index 566e3ad1c92..ca948f6a737 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index 552ba13f65f..ee5c38a349f 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 164a3ed76ed..3a5f10dff7d 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index 91b5c604bad..d2131526d2c 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT inrupt-client-webid From 70638da609319fd5b09d3fb54e6fda338aac1816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:47:05 +0000 Subject: [PATCH 003/298] Bump actions/setup-java from 3 to 4 (#804) --- .github/workflows/cd-config.yml | 4 ++-- .github/workflows/ci-config.yml | 8 ++++---- .github/workflows/site-ci-config.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 4565ab64039..66e8ee67420 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@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17 @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index b1324604ad2..db1744aa4c2 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@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: ${{ matrix.java }} @@ -103,7 +103,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/site-ci-config.yml b/.github/workflows/site-ci-config.yml index 1af4e23f894..ba7e9ff08a3 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@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: ${{ matrix.java }} From 85b4136bc0ec80189dbf4df60bf40bd179982ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:55:38 +0000 Subject: [PATCH 004/298] Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#816) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 711fd16846e..d1a9967cab9 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 4.3 1.6.13 8.4.2 - 3.4.5 + 3.5.0 3.21.2 3.12.1 3.0.1 From bec55fb1197ed90ec64c951a73375c1050352ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:02:37 +0000 Subject: [PATCH 005/298] Bump com.puppycrawl.tools:checkstyle from 10.12.4 to 10.12.5 (#813) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1a9967cab9..9f08d6119c8 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 3.2.2 - 10.12.4 + 10.12.5 4.2.0 From a69c475755b7ad944bdf75b97ba8ba91dda73de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:09:11 +0000 Subject: [PATCH 006/298] Bump io.smallrye:smallrye-jwt-build from 4.3.1 to 4.4.0 (#814) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f08d6119c8..0ff5d2ca4d6 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 3.15.3 2.0.1 5.10.1 - 4.3.1 + 4.4.0 3.4.4 3.0.3 3.3.1 From f4ff8f55b9cd443b603720717dd7d3b2e29f145d Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Fri, 1 Dec 2023 03:38:30 -0600 Subject: [PATCH 007/298] Improve spring version support for dependabot (#818) --- pom.xml | 3 ++- spring/pom.xml | 20 +++++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 0ff5d2ca4d6..1ed1bda939e 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,8 @@ 4.12.0 3.6.0 2.0.9 - 6.1.5 + + 5.8.8 0.6.0 1.0.0 diff --git a/spring/pom.xml b/spring/pom.xml index 6ca727a2fde..5e3246055b9 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -18,6 +18,18 @@ 11 + + + + org.springframework.security + spring-security-bom + ${spring.security.version} + pom + import + + + + com.inrupt.client @@ -32,7 +44,6 @@ org.springframework.security spring-security-oauth2-core - ${spring.security.version} provided @@ -64,7 +75,6 @@ org.springframework.security spring-security-test - ${spring.security.version} test @@ -89,12 +99,12 @@ - java-11 + java-17 - [,17) + [17,) - 5.8.8 + 6.1.5 From 79c57c9efe61ed89b667a5d36842645066ff5684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:56:46 +0000 Subject: [PATCH 008/298] Bump org.springframework.security:spring-security-bom in /spring (#829) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 5e3246055b9..2913c489849 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.1.5 + 6.2.0 From 03eb24d1aa62f09f71a63f968c3737bd87e89b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:03:28 +0000 Subject: [PATCH 009/298] Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#821) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1ed1bda939e..8de292fda4b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.1.8 1.16.0 1.6.0 - 2.15.0 + 2.15.1 0.5.0 32.1.3-jre 2.16.0 From b7522ae12ebff8ede6611e39edf8d65d54f86391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:10:54 +0000 Subject: [PATCH 010/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.4 (#820) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8de292fda4b..15e8bb9ff84 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.0 - 3.15.3 + 3.15.4 2.0.1 5.10.1 4.4.0 From dab5b79debc324432600efc3f02d229fa7d48ed8 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 4 Dec 2023 03:49:02 -0600 Subject: [PATCH 011/298] Add support for dependency-check 9.x using an NVD API key (#834) * Add support for dependency-check 9.x using an NVD API key * Removing workaround --- .github/workflows/ci-config.yml | 2 +- pom.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index db1744aa4c2..c26af0d5d6d 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -110,4 +110,4 @@ jobs: cache: 'maven' - name: Build the code with Maven - run: mvn -B -ntp verify -Pdependencies + run: mvn -B -ntp verify -Pdependencies -Dnvd.api.key=${{ secrets.NVD_API_KEY }} diff --git a/pom.xml b/pom.xml index 15e8bb9ff84..2ac80459a97 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.2 4.3 1.6.13 - 8.4.2 + 9.0.2 3.5.0 3.21.2 3.12.1 @@ -84,6 +84,7 @@ true true + ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml @@ -626,6 +627,7 @@ ./build-tools/owasp/suppressions.xml + ${nvd.api.key} From 9b873a9128fe6b06f5421fc0553ee06c2937bcc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:37:13 +0000 Subject: [PATCH 012/298] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#837) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2ac80459a97..dea50f68023 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.1.0 0.8.11 3.3.0 - 3.6.2 + 3.6.3 4.3 1.6.13 9.0.2 From 1eb289eb7217bbaa454f6e6457b7bb485acbb03e Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 6 Dec 2023 07:17:58 -0600 Subject: [PATCH 013/298] JCL-445: Add header support for SolidContainer types (#840) --- .../integration/base/DomainModulesResource.java | 2 +- .../com/inrupt/client/solid/SolidContainer.java | 16 +++++++++++++++- .../com/inrupt/client/solid/SolidClientTest.java | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/integration/base/src/main/java/com/inrupt/client/integration/base/DomainModulesResource.java b/integration/base/src/main/java/com/inrupt/client/integration/base/DomainModulesResource.java index 3d1ef8a20c9..51f10cc4b20 100644 --- a/integration/base/src/main/java/com/inrupt/client/integration/base/DomainModulesResource.java +++ b/integration/base/src/main/java/com/inrupt/client/integration/base/DomainModulesResource.java @@ -202,7 +202,7 @@ void containerCreateDeleteTest() { final String containerURL = publicContainerURI + "newContainer-" + UUID.randomUUID() + "/"; - final SolidContainer newContainer = new SolidContainer(URI.create(containerURL), null, null); + final SolidContainer newContainer = new SolidContainer(URI.create(containerURL)); assertDoesNotThrow(() -> client.create(newContainer)); assertDoesNotThrow(() -> client.delete(newContainer)); diff --git a/solid/src/main/java/com/inrupt/client/solid/SolidContainer.java b/solid/src/main/java/com/inrupt/client/solid/SolidContainer.java index b2c53765eeb..ac2ff46ce8e 100644 --- a/solid/src/main/java/com/inrupt/client/solid/SolidContainer.java +++ b/solid/src/main/java/com/inrupt/client/solid/SolidContainer.java @@ -20,6 +20,7 @@ */ package com.inrupt.client.solid; +import com.inrupt.client.Headers; import com.inrupt.client.ValidationResult; import com.inrupt.client.vocabulary.LDP; import com.inrupt.client.vocabulary.RDF; @@ -62,7 +63,7 @@ public SolidContainer(final URI identifier) { * @param dataset the dataset for this container, may be {@code null} */ public SolidContainer(final URI identifier, final Dataset dataset) { - this(identifier, dataset, null); + this(identifier, dataset, (Headers) null); } /** @@ -71,11 +72,24 @@ public SolidContainer(final URI identifier, final Dataset dataset) { * @param identifier the container's unique identifier * @param dataset the dataset for this container, may be {@code null} * @param metadata the container's metadata, may be {@code null} + * @deprecated use {@link #SolidContainer(URI, Dataset, Headers)} instead */ + @Deprecated public SolidContainer(final URI identifier, final Dataset dataset, final Metadata metadata) { super(identifier, dataset, metadata); } + /** + * Create a new SolidContainer. + * + * @param identifier the container's unique identifier + * @param dataset the dataset for this container, may be {@code null} + * @param headers headers associated with this resource, may be {@code null} + */ + public SolidContainer(final URI identifier, final Dataset dataset, final Headers headers) { + super(identifier, dataset, headers); + } + /** * Get an immutable collection of resources contained in this SolidContainer. * diff --git a/solid/src/test/java/com/inrupt/client/solid/SolidClientTest.java b/solid/src/test/java/com/inrupt/client/solid/SolidClientTest.java index 20224a02a9e..fab400019f5 100644 --- a/solid/src/test/java/com/inrupt/client/solid/SolidClientTest.java +++ b/solid/src/test/java/com/inrupt/client/solid/SolidClientTest.java @@ -183,6 +183,13 @@ void testGetContainer() throws IOException, InterruptedException { assertEquals(2, c.stream(Optional.empty(), rdf.createIRI(uri.toString()), rdf.createIRI("https://example.com/song"), null).count()); + assertEquals(Optional.of("user=\"read write\",public=\"read\""), + c.getHeaders().firstValue("WAC-Allow")); + assertEquals(Optional.of("user=\"read write\",public=\"read\""), + c.getHeaders().firstValue("wac-allow")); + assertTrue(c.getHeaders().allValues("Link") + .contains("; rel=\"" + PIM.storage + "\"")); + assertDoesNotThrow(client.update(c).toCompletableFuture()::join); assertDoesNotThrow(client.create(c).toCompletableFuture()::join); assertDoesNotThrow(client.delete(c).toCompletableFuture()::join); @@ -378,7 +385,7 @@ void testSpecialisedExceptions( ) { final Headers headers = Headers.of(Collections.singletonMap("x-key", Arrays.asList("value"))); final SolidClient solidClient = new SolidClient(ClientProvider.getClient(), headers, false); - final SolidContainer resource = new SolidContainer(URI.create("http://example.com"), null, null); + final SolidContainer resource = new SolidContainer(URI.create("http://example.com")); final SolidClientException exception = assertThrows( clazz, From 5a6989c89fec853aa4559b82125779392207f9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:47:08 +0000 Subject: [PATCH 014/298] Bump org.owasp:dependency-check-maven from 9.0.2 to 9.0.3 (#852) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dea50f68023..218e7e3caa8 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.2 + 9.0.3 3.5.0 3.21.2 3.12.1 From 709965b62116ecc422b6389b43c84660e8b94e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:04:17 +0000 Subject: [PATCH 015/298] Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 (#851) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 218e7e3caa8..e340b86fd40 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.2 - 10.12.5 + 10.12.6 4.2.0 From 58f5561a67f4ef9ac795286bb4316f4e90f6eba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:22:04 +0000 Subject: [PATCH 016/298] Bump quarkus.version from 3.6.0 to 3.6.1 (#848) --- 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 30be6f26223..76c5b35f755 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.0 + 3.6.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index d57bba57c65..12e7e0d40aa 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.0 + 3.6.1 diff --git a/pom.xml b/pom.xml index e340b86fd40..376437e7801 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.3 3.0.0 4.12.0 - 3.6.0 + 3.6.1 2.0.9 5.8.8 From 267aa0cc0db1a21c4360a4832113d31f0008f111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:58:28 +0000 Subject: [PATCH 017/298] Bump org.bitbucket.b_c:jose4j from 0.9.3 to 0.9.4 (#850) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 376437e7801..8f16ef29a86 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.16.0 2.1.3 4.10.0 - 0.9.3 + 0.9.4 3.0.0 4.12.0 3.6.1 From fba5b45ef0f5723035535ef3e30bebe56f20d076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:15:58 +0000 Subject: [PATCH 018/298] Bump org.owasp:dependency-check-maven from 9.0.3 to 9.0.4 (#857) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f16ef29a86..9de2197db87 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.3 + 9.0.4 3.5.0 3.21.2 3.12.1 From aae33ec9d21101c94fa5a6b3ad2f34692dc3f988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:35:30 +0000 Subject: [PATCH 019/298] Bump com.gradle.enterprise from 3.15.1 to 3.16 in /gradle (#856) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 85d6582ce29..a791cddf3e2 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.15.1" + id "com.gradle.enterprise" version "3.16" } dependencyResolutionManagement { From af23f93c189589f33c6c5eb0d6b4639ed9664bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 00:41:14 +0000 Subject: [PATCH 020/298] Bump org.owasp:dependency-check-maven from 9.0.4 to 9.0.7 (#878) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9de2197db87..13e3a145b27 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.4 + 9.0.7 3.5.0 3.21.2 3.12.1 From 85c5f927838c4c7aeb2741cdb13ac5adb76ea359 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 19 Dec 2023 04:06:30 -0600 Subject: [PATCH 021/298] Use cached NVD API data (#881) --- .github/workflows/ci-config.yml | 15 +++++++++++++-- pom.xml | 2 ++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index c26af0d5d6d..e2eb944a3a7 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -109,5 +109,16 @@ jobs: java-version: ${{ matrix.java }} cache: 'maven' - - name: Build the code with Maven - run: mvn -B -ntp verify -Pdependencies -Dnvd.api.key=${{ secrets.NVD_API_KEY }} + - name: Generate Cache Name + shell: bash + run: echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV + + - name: Restore NVD data cache + uses: actions/cache@v3 + with: + key: nvd-data-${{ env.CACHE_NAME }} + restore-keys: nvd-data- + path: ./data/cache + + - name: Verify dependencies + run: mvn -B -ntp verify -Pdependencies -Dnvd.api.datafeed="file:${GITHUB_WORKSPACE}/data/cache/nvdcve-{0}.json.gz" diff --git a/pom.xml b/pom.xml index 13e3a145b27..f2463a22b7c 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,7 @@ true true + ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml @@ -628,6 +629,7 @@ ./build-tools/owasp/suppressions.xml ${nvd.api.key} + ${nvd.api.datafeed} From 6515066f0de5d68934f99696fdd3eb9f62baf62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:12:58 +0000 Subject: [PATCH 022/298] Bump com.squareup.okio:okio from 3.6.0 to 3.7.0 (#876) --- integration/customokhttp/pom.xml | 2 +- okhttp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/customokhttp/pom.xml b/integration/customokhttp/pom.xml index adb201cf800..9fd3859e10a 100644 --- a/integration/customokhttp/pom.xml +++ b/integration/customokhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.6.0 + 3.7.0 diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 21664298ea8..67b14945a71 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.6.0 + 3.7.0 From ba4e87811312fa80663b8e3f116bfe9e7665fc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:19:46 +0000 Subject: [PATCH 023/298] Bump quarkus.version from 3.6.1 to 3.6.3 (#875) --- 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 76c5b35f755..5c1f3988821 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.1 + 3.6.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 12e7e0d40aa..be3763f08d1 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.1 + 3.6.3 diff --git a/pom.xml b/pom.xml index f2463a22b7c..15010a4fc5d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.4 3.0.0 4.12.0 - 3.6.1 + 3.6.3 2.0.9 5.8.8 From dd60179474c6b8fbbb321aad95a602b0c937d20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:25:46 +0000 Subject: [PATCH 024/298] Bump surefire.plugin.version from 3.2.2 to 3.2.3 (#877) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15010a4fc5d..4ae1df3a2dd 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.3.1 3.10.0.2594 3.3.0 - 3.2.2 + 3.2.3 10.12.6 From 0a4061447d0a10a52831c8c4daf2610b05b9cbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:07:55 +0000 Subject: [PATCH 025/298] Bump com.gradle.enterprise from 3.16 to 3.16.1 in /gradle (#873) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index a791cddf3e2..4074a69782f 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16" + id "com.gradle.enterprise" version "3.16.1" } dependencyResolutionManagement { From 04e9968d2bb6c666fd90eac30a137bd84b2a2da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:34:12 +0000 Subject: [PATCH 026/298] Bump org.springframework.security:spring-security-bom in /spring (#888) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 2913c489849..347e8cd6771 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.2.0 + 6.2.1 From ae55e9b187823de6f5ed65f3520232b211792b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:41:40 +0000 Subject: [PATCH 027/298] Bump jackson.version from 2.16.0 to 2.16.1 (#897) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ae1df3a2dd..889189f03ad 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.15.1 0.5.0 32.1.3-jre - 2.16.0 + 2.16.1 2.1.3 4.10.0 0.9.4 From 742f7daa5e27956b68c309920b23b48cc5daf56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:48:03 +0000 Subject: [PATCH 028/298] Bump io.smallrye.config:smallrye-config from 3.4.4 to 3.5.0 (#895) --- 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 93efc28d8eb..5355428a424 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.4.4 + 3.5.0 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index c7b46052917..31232c32afb 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.4.4 + 3.5.0 diff --git a/pom.xml b/pom.xml index 889189f03ad..35868c15e16 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.1 4.4.0 - 3.4.4 + 3.5.0 3.0.3 3.3.1 From 62e0597b74e630f57185010982909ccbf00fb872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:54:55 +0000 Subject: [PATCH 029/298] Bump quarkus.version from 3.6.3 to 3.6.4 (#896) --- 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 5c1f3988821..014ebe69b71 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.3 + 3.6.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index be3763f08d1..bbc6972ff78 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.3 + 3.6.4 diff --git a/pom.xml b/pom.xml index 35868c15e16..1f8c9371d61 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.4 3.0.0 4.12.0 - 3.6.3 + 3.6.4 2.0.9 5.8.8 From 5aaf15d57ba31fedfcfbdf1b76632a80766434ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 21:01:35 +0000 Subject: [PATCH 030/298] Bump springboot.version from 3.2.0 to 3.2.1 (#894) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 31ca30db5a7..94568a22021 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.2.0 + 3.2.1 From 2eb44ada37a8e1d99e33dac467030cb88c64d4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 21:11:49 +0000 Subject: [PATCH 031/298] Bump org.apache.maven.plugins:maven-compiler-plugin (#898) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f8c9371d61..d9fceaf3938 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 3.6.0 3.3.1 3.3.2 - 3.11.0 + 3.12.1 3.6.1 3.1.1 3.4.1 From e80912b4c20f937313e9dd7462cb1953be24cc08 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 2 Jan 2024 14:50:38 -0600 Subject: [PATCH 032/298] Add CVE-2023-51074 to suppression list (#912) --- build-tools/owasp/suppressions.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 20672bdc750..3ee1ade313a 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -10,6 +10,14 @@ + + + ^pkg:maven/com\.jayway\.jsonpath/json\-path@.*$ + CVE-2023-51074 + Date: Tue, 2 Jan 2024 20:57:52 +0000 Subject: [PATCH 033/298] Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre (#905) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9fceaf3938..7fd2537287c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.6.0 2.15.1 0.5.0 - 32.1.3-jre + 33.0.0-jre 2.16.1 2.1.3 4.10.0 From 2e16141862e68b6505398ba8d392b935efda8f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:04:04 +0000 Subject: [PATCH 034/298] Bump slf4j.version from 2.0.9 to 2.0.10 (#903) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7fd2537287c..ce7c30ee829 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 3.0.0 4.12.0 3.6.4 - 2.0.9 + 2.0.10 5.8.8 0.6.0 From f9549c673890caf79737833c6bab873718b8ba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:10:25 +0000 Subject: [PATCH 035/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 (#906) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce7c30ee829..6ad666d17b3 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.0 - 3.15.4 + 3.15.5 2.0.1 5.10.1 4.4.0 From fb159a94e0dbdc70166cc179c05eb9037c825c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:16:45 +0000 Subject: [PATCH 036/298] Bump com.puppycrawl.tools:checkstyle from 10.12.6 to 10.12.7 (#904) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ad666d17b3..0d80cb50e94 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.3 - 10.12.6 + 10.12.7 4.2.0 From aa48d6a498ddd07a70abca855f04a066b101907f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:20:02 +0000 Subject: [PATCH 037/298] Bump org.owasp:dependency-check-maven from 9.0.7 to 9.0.8 (#916) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d80cb50e94..ac11e0ed60f 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.7 + 9.0.8 3.5.0 3.21.2 3.12.1 From fe480849aafc08c5511f244b685a09b1b8a1feca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:56:11 +0000 Subject: [PATCH 038/298] Bump io.smallrye.config:smallrye-config from 3.5.0 to 3.5.1 (#915) --- 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 5355428a424..2855ac341f3 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.0 + 3.5.1 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 31232c32afb..291e64f0708 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.0 + 3.5.1 diff --git a/pom.xml b/pom.xml index ac11e0ed60f..9c2e7390ec1 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.1 4.4.0 - 3.5.0 + 3.5.1 3.0.3 3.3.1 From 4c4ff55ae628d4a38c10b6673078fd2696be0137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:03:59 +0000 Subject: [PATCH 039/298] Bump surefire.plugin.version from 3.2.3 to 3.2.5 (#930) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c2e7390ec1..460761dece4 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.3.1 3.10.0.2594 3.3.0 - 3.2.3 + 3.2.5 10.12.7 From a20ef83ee9f411ba1e328154cc060111548646c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:10:05 +0000 Subject: [PATCH 040/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 (#931) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 460761dece4..f1b6e546da6 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.0 - 3.15.5 + 3.15.6 2.0.1 5.10.1 4.4.0 From a487e5c6ea6fb6889f329010a1ff88a18de6e96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:16:49 +0000 Subject: [PATCH 041/298] Bump slf4j.version from 2.0.10 to 2.0.11 (#932) Bumps `slf4j.version` from 2.0.10 to 2.0.11. Updates `org.slf4j:slf4j-api` from 2.0.10 to 2.0.11 Updates `org.slf4j:slf4j-simple` from 2.0.10 to 2.0.11 --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-simple 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 f1b6e546da6..fa3ee0af449 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 3.0.0 4.12.0 3.6.4 - 2.0.10 + 2.0.11 5.8.8 0.6.0 From 5d1220e4c0e3c182acc354a86113937cb46ff45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:23:33 +0000 Subject: [PATCH 042/298] Bump quarkus.version from 3.6.4 to 3.6.5 (#933) --- 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 014ebe69b71..0cd5b35a8e8 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.4 + 3.6.5 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index bbc6972ff78..bc5f20cf1c5 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.4 + 3.6.5 diff --git a/pom.xml b/pom.xml index fa3ee0af449..931d35e3dff 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.4 3.0.0 4.12.0 - 3.6.4 + 3.6.5 2.0.11 5.8.8 From 538ba059117e4f9f7dca149e51008f3eac5fd341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:30:53 +0000 Subject: [PATCH 043/298] Bump io.smallrye.config:smallrye-config from 3.5.1 to 3.5.2 (#934) --- 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 2855ac341f3..0b1c4adaf52 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.1 + 3.5.2 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 291e64f0708..66d72b79c27 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.1 + 3.5.2 diff --git a/pom.xml b/pom.xml index 931d35e3dff..a176b20aa75 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.1 4.4.0 - 3.5.1 + 3.5.2 3.0.3 3.3.1 From 2ebba1c648b9359e3a1ed9a5cbc490292453ee18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:09:26 +0000 Subject: [PATCH 044/298] Bump quarkus.version from 3.6.5 to 3.6.6 (#944) --- 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 0cd5b35a8e8..db623abe38f 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.5 + 3.6.6 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index bc5f20cf1c5..fadd25dd1c5 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.5 + 3.6.6 diff --git a/pom.xml b/pom.xml index a176b20aa75..3bdec8c4a6d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.4 3.0.0 4.12.0 - 3.6.5 + 3.6.6 2.0.11 5.8.8 From fbf53edfec7456841ea7e0db87d3f8cbf502d481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:16:09 +0000 Subject: [PATCH 045/298] Bump org.owasp:dependency-check-maven from 9.0.8 to 9.0.9 (#946) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3bdec8c4a6d..415954f8065 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.8 + 9.0.9 3.5.0 3.21.2 3.12.1 From 9034406960ef7094665df89ac7689061649026b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:21:28 +0000 Subject: [PATCH 046/298] Bump actions/cache from 3 to 4 (#939) --- .github/workflows/ci-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index e2eb944a3a7..0238e9472a2 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -114,7 +114,7 @@ jobs: run: echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV - name: Restore NVD data cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: nvd-data-${{ env.CACHE_NAME }} restore-keys: nvd-data- From 89da207f934a561275a837a1830fb53dff396c16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:49:00 +0000 Subject: [PATCH 047/298] Bump org.eclipse.rdf4j:rdf4j-bom from 4.3.8 to 4.3.9 in /rdf4j (#935) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 0789d80f5d0..1fd0ff70439 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 4.3.8 + 4.3.9 From beea0964ecb399b672528df1d256b0bc945dc2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:55:27 +0000 Subject: [PATCH 048/298] Bump springboot.version from 3.2.1 to 3.2.2 (#945) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 94568a22021..f7846b7489d 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.2.1 + 3.2.2 From e7c6e6f8046b8817e6e9d245bcee307a2e982c16 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 30 Jan 2024 03:20:16 -0600 Subject: [PATCH 049/298] JCL-454: Address CVE-2024-22233 (#963) --- build-tools/owasp/suppressions.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 3ee1ade313a..4b1d17de050 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -10,6 +10,13 @@ + + + ^pkg:maven/org\.springframework/spring-core@.*$ + CVE-2024-22233 + Date: Wed, 31 Jan 2024 11:44:34 -0600 Subject: [PATCH 050/298] JCL-454: Suppress false positive CVE-2024-22233 across Spring modules (#966) --- build-tools/owasp/suppressions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 4b1d17de050..2cbcad06712 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -14,7 +14,7 @@ - ^pkg:maven/org\.springframework/spring-core@.*$ + ^pkg:maven/org\.springframework/spring-.*@.*$ CVE-2024-22233 From 8a2917d4ea6cb705b3ea34766f4955786f2ab4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:22:46 +0000 Subject: [PATCH 051/298] Bump com.inrupt.rdf:inrupt-rdf-wrapping-commons from 1.0.0 to 1.1.0 (#952) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 415954f8065..26b28f6c0f1 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 5.8.8 0.6.0 - 1.0.0 + 1.1.0 3.1.0 From 9d41e211eac83a9279064d9db846a68749e764a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:42:05 +0000 Subject: [PATCH 052/298] Bump quarkus.version from 3.6.6 to 3.7.1 (#967) --- 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 db623abe38f..47012e8701d 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.6 + 3.7.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index fadd25dd1c5..39bc86a31c7 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.6.6 + 3.7.1 diff --git a/pom.xml b/pom.xml index 26b28f6c0f1..f8d25f01326 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.4 3.0.0 4.12.0 - 3.6.6 + 3.7.1 2.0.11 5.8.8 From c26575d8f793a6583258d8790288478d8bd84257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:48:43 +0000 Subject: [PATCH 053/298] Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 (#951) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8d25f01326..93f74981a31 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.12.7 + 10.13.0 4.2.0 From 14bb4ab217669793aae11e3b539b234cfe5f81cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:38:56 +0000 Subject: [PATCH 054/298] Bump com.gradle.enterprise from 3.16.1 to 3.16.2 in /gradle (#961) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 4074a69782f..27ff07123bb 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16.1" + id "com.gradle.enterprise" version "3.16.2" } dependencyResolutionManagement { From 5a727560041a16bc66395b4027df5cc46797fec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:26:42 +0000 Subject: [PATCH 055/298] Bump junit.version from 5.10.1 to 5.10.2 (#970) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93f74981a31..fe5537782f0 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 4.2.0 3.15.6 2.0.1 - 5.10.1 + 5.10.2 4.4.0 3.5.2 3.0.3 From 65921a30c3ce584a57ca030c4d6bf048d12073bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:29:56 +0000 Subject: [PATCH 056/298] Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (#987) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe5537782f0..2f1b331fcc5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.13.1 3.1.8 - 1.16.0 + 1.16.1 1.6.0 2.15.1 0.5.0 From de40887afd146c21cded84c4e64d6fbed738c176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:36:17 +0000 Subject: [PATCH 057/298] Bump quarkus.version from 3.7.1 to 3.7.2 (#983) --- 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 47012e8701d..ee43cb5a4a8 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.7.1 + 3.7.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 39bc86a31c7..c5f96096f97 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.7.1 + 3.7.2 diff --git a/pom.xml b/pom.xml index 2f1b331fcc5..0210b798428 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.4 3.0.0 4.12.0 - 3.7.1 + 3.7.2 2.0.11 5.8.8 From 6a00de52ff8024a8068bc856b253b8b5502a2a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:42:22 +0000 Subject: [PATCH 058/298] Bump com.squareup.okio:okio from 3.7.0 to 3.8.0 (#986) --- integration/customokhttp/pom.xml | 2 +- okhttp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/customokhttp/pom.xml b/integration/customokhttp/pom.xml index 9fd3859e10a..69304e22d0a 100644 --- a/integration/customokhttp/pom.xml +++ b/integration/customokhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.7.0 + 3.8.0 diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 67b14945a71..f29512396f5 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.7.0 + 3.8.0 From cb2bd24d1aec575a98161d2a33099f5d599f4e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:48:28 +0000 Subject: [PATCH 059/298] Bump slf4j.version from 2.0.11 to 2.0.12 (#984) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0210b798428..40fb45de4cd 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 3.0.0 4.12.0 3.7.2 - 2.0.11 + 2.0.12 5.8.8 0.6.0 From 55a43cfa47c0d8ee15d2db993fd43a5bcac766b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:54:34 +0000 Subject: [PATCH 060/298] Bump io.smallrye.config:smallrye-config from 3.5.2 to 3.5.4 (#985) --- 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 0b1c4adaf52..f07b6d11790 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.2 + 3.5.4 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 66d72b79c27..82c1bafabcb 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.2 + 3.5.4 diff --git a/pom.xml b/pom.xml index 40fb45de4cd..9f113767e82 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.4.0 - 3.5.2 + 3.5.4 3.0.3 3.3.1 From 7e5c535267695aef9c2e1ae4e69e2276de594fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:02:24 +0000 Subject: [PATCH 061/298] Bump org.bitbucket.b_c:jose4j from 0.9.4 to 0.9.5 (#993) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f113767e82..df879d452ca 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.16.1 2.1.3 4.10.0 - 0.9.4 + 0.9.5 3.0.0 4.12.0 3.7.2 From 5a672de372da9df21bb5f5f84f2a37a0633f3379 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 20 Feb 2024 15:48:01 -0600 Subject: [PATCH 062/298] Upgrade commons-compress to address CVE-2024-25710 (#1000) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index df879d452ca..bdaa99cb8a8 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,12 @@ guava ${guava.version} + + + org.apache.commons + commons-compress + 1.26.0 + From e432cdfb74c6b41ce951e1d786ce9dae9d389b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:54:45 +0000 Subject: [PATCH 063/298] Bump quarkus.version from 3.7.2 to 3.7.3 (#991) --- 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 ee43cb5a4a8..b44f5f91fae 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.7.2 + 3.7.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index c5f96096f97..d36cc26f8ad 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.7.2 + 3.7.3 diff --git a/pom.xml b/pom.xml index bdaa99cb8a8..a99ed8d68ee 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.5 3.0.0 4.12.0 - 3.7.2 + 3.7.3 2.0.12 5.8.8 From 8202302a35ee78408e58f92cf524c4d5c089d3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:50:44 +0000 Subject: [PATCH 064/298] Bump wiremock.version from 3.3.1 to 3.4.1 (#1003) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a99ed8d68ee..61fc0ad21a6 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.4.0 3.5.4 3.0.3 - 3.3.1 + 3.4.1 true From d0a18f68b7cb48fbd3b2b4b372bee86908d22b26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:21:30 +0000 Subject: [PATCH 065/298] Bump org.springframework.security:spring-security-bom in /spring (#998) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 347e8cd6771..2a75790182b 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.2.1 + 6.2.2 From c1f2c4a9d9cd1e526610c4061e3d532fef901984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:22:02 +0000 Subject: [PATCH 066/298] Bump wiremock.version from 3.4.1 to 3.4.2 (#1016) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61fc0ad21a6..210725a7aec 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.4.0 3.5.4 3.0.3 - 3.4.1 + 3.4.2 true From c220a69b6df068da57600ffd5be893ace068a55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:28:20 +0000 Subject: [PATCH 067/298] Bump quarkus.version from 3.7.3 to 3.8.0 (#1015) --- 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 b44f5f91fae..f025d06689d 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.7.3 + 3.8.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index d36cc26f8ad..8602e533429 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.7.3 + 3.8.0 diff --git a/pom.xml b/pom.xml index 210725a7aec..3ad1700db86 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.5 3.0.0 4.12.0 - 3.7.3 + 3.8.0 2.0.12 5.8.8 From 2d53113e31e46db857b1ca51fab3cdf7176c85a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:34:27 +0000 Subject: [PATCH 068/298] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (#1013) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3ad1700db86..3fc9b17a34a 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.6.1 3.1.1 3.4.1 - 3.1.1 + 3.2.0 3.1.1 3.1.0 0.8.11 From 6a0e482e5929047a89d0846b8f939d0fc271c823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:41:08 +0000 Subject: [PATCH 069/298] Bump springboot.version from 3.2.2 to 3.2.3 (#1014) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index f7846b7489d..df8ccc061bc 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.2.2 + 3.2.3 From 054886c8afc4437c0ad30af525cca2b8cf3dff5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:48:28 +0000 Subject: [PATCH 070/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.7 (#1012) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fc9b17a34a..e9f1644f316 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.0 - 3.15.6 + 3.15.7 2.0.1 5.10.2 4.4.0 From fa1fdca933e2b0e28d1abbb3c0c4913bd7092257 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 26 Feb 2024 09:38:42 -0600 Subject: [PATCH 071/298] Add support for HTTP client timeouts (#1005) Make query requests sequential --- .../client/accessgrant/AccessGrantClient.java | 42 +++++++++---------- .../client/httpclient/HttpClientService.java | 1 + .../base/AccessGrantScenarios.java | 16 ++++--- .../base/MockAccessGrantServer.java | 7 +++- .../customokhttp/CustomOkHttpService.java | 2 + .../inrupt/client/okhttp/OkHttpService.java | 13 +++++- 6 files changed, 49 insertions(+), 32 deletions(-) diff --git a/access-grant/src/main/java/com/inrupt/client/accessgrant/AccessGrantClient.java b/access-grant/src/main/java/com/inrupt/client/accessgrant/AccessGrantClient.java index 6d74bde4b37..fd243795185 100644 --- a/access-grant/src/main/java/com/inrupt/client/accessgrant/AccessGrantClient.java +++ b/access-grant/src/main/java/com/inrupt/client/accessgrant/AccessGrantClient.java @@ -53,7 +53,6 @@ import java.util.Set; import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletionStage; -import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -397,30 +396,27 @@ private CompletionStage> query(final URI re throw new AccessGrantException("Unsupported type " + clazz + " in query request"); } - return v1Metadata().thenCompose(metadata -> { - final List>> responses = buildQuery(config.getIssuer(), type, - resource, creator, recipient, purposes, modes).stream() - .map(data -> Request.newBuilder(metadata.queryEndpoint) + return v1Metadata().thenApply(metadata -> { + final List responses = new ArrayList<>(); + for (final Map data : + buildQuery(config.getIssuer(), type, resource, creator, recipient, purposes, modes)) { + final Request req = Request.newBuilder(metadata.queryEndpoint) .header(CONTENT_TYPE, APPLICATION_JSON) - .POST(Request.BodyPublishers.ofByteArray(serialize(data))).build()) - .map(req -> client.send(req, Response.BodyHandlers.ofInputStream()) - .toCompletableFuture()) - .collect(Collectors.toList()); - - return CompletableFuture.allOf(responses.toArray(new CompletableFuture[0])) - .thenApply(x -> responses.stream().map(CompletableFuture::join).map(response -> { - try (final InputStream input = response.body()) { - final int status = response.statusCode(); - if (isSuccess(status)) { - return processQueryResponse(input, supportedTypes, clazz); - } - throw new AccessGrantException("Unable to perform Access Grant query: HTTP error " + - status, status); - } catch (final IOException ex) { - throw new AccessGrantException( - "Unexpected I/O exception while processing Access Grant query", ex); + .POST(Request.BodyPublishers.ofByteArray(serialize(data))).build(); + final Response response = client.send(req, Response.BodyHandlers.ofInputStream()) + .toCompletableFuture().join(); + + try (final InputStream input = response.body()) { + final int status = response.statusCode(); + if (isSuccess(status)) { + responses.addAll(processQueryResponse(input, supportedTypes, clazz)); } - }).flatMap(List::stream).collect(Collectors.toList())); + } catch (final IOException ex) { + throw new AccessGrantException( + "Unexpected I/O exception while processing Access Grant query", ex); + } + } + return responses; }); } diff --git a/httpclient/src/main/java/com/inrupt/client/httpclient/HttpClientService.java b/httpclient/src/main/java/com/inrupt/client/httpclient/HttpClientService.java index 4818cad9757..976f10055f0 100644 --- a/httpclient/src/main/java/com/inrupt/client/httpclient/HttpClientService.java +++ b/httpclient/src/main/java/com/inrupt/client/httpclient/HttpClientService.java @@ -68,6 +68,7 @@ public CompletionStage> send(final Request request, final Respon .orElseGet(HttpRequest.BodyPublishers::noBody); builder.method(request.method(), publisher); + request.timeout().ifPresent(timeout -> builder.timeout(timeout)); for (final Map.Entry> entry : request.headers().asMap().entrySet()) { for (final String value : entry.getValue()) { diff --git a/integration/base/src/main/java/com/inrupt/client/integration/base/AccessGrantScenarios.java b/integration/base/src/main/java/com/inrupt/client/integration/base/AccessGrantScenarios.java index 3869466dc7b..d694312e8e6 100644 --- a/integration/base/src/main/java/com/inrupt/client/integration/base/AccessGrantScenarios.java +++ b/integration/base/src/main/java/com/inrupt/client/integration/base/AccessGrantScenarios.java @@ -97,10 +97,10 @@ public class AccessGrantScenarios { protected static final String GRANT_MODE_READ = "Read"; private static final String GRANT_MODE_APPEND = "Append"; private static final String GRANT_MODE_WRITE = "Write"; - private static final URI PURPOSE1 = URI.create("https://purpose.example/212efdf4-e1a4-4dcd-9d3b-d6eb92e0205f"); - private static final URI PURPOSE2 = URI.create("https://purpose.example/de605b08-76c7-4f04-9cec-a438810b0c03"); - protected static final Set PURPOSES = new HashSet<>(Arrays.asList(PURPOSE1, PURPOSE2)); - protected static final String GRANT_EXPIRATION = Instant.now().plus(1, ChronoUnit.HOURS) + private static URI PURPOSE1; + private static URI PURPOSE2; + protected static final Set PURPOSES = new HashSet<>(); + protected static final String GRANT_EXPIRATION = Instant.now().plus(20, ChronoUnit.MINUTES) .truncatedTo(ChronoUnit.SECONDS).toString(); private static final String sharedTextFileName = "sharedFile.txt"; protected static URI sharedTextFileURI; @@ -111,6 +111,11 @@ public class AccessGrantScenarios { @BeforeAll static void setup() throws IOException { LOGGER.info("Setup AccessGrantScenarios test"); + PURPOSE1 = URI.create("https://purpose.example/" + UUID.randomUUID()); + PURPOSE2 = URI.create("https://purpose.example/" + UUID.randomUUID()); + PURPOSES.clear(); + PURPOSES.add(PURPOSE1); + PURPOSES.add(PURPOSE2); if (config.getOptionalValue("inrupt.test.webid", String.class).isPresent()) { LOGGER.info("Running AccessGrantScenarios on live server"); webidUrl = config.getOptionalValue("inrupt.test.webid", String.class).get(); @@ -177,7 +182,8 @@ static void setup() throws IOException { URI.create(webidUrl), URI.create(requesterWebidUrl), sharedTextFileURI, - authServer.getMockServerUrl() + authServer.getMockServerUrl(), + PURPOSE1 ); accessGrantServer.start(); ACCESS_GRANT_PROVIDER = accessGrantServer.getMockServerUrl(); diff --git a/integration/base/src/main/java/com/inrupt/client/integration/base/MockAccessGrantServer.java b/integration/base/src/main/java/com/inrupt/client/integration/base/MockAccessGrantServer.java index da48de35c37..028ecac610a 100644 --- a/integration/base/src/main/java/com/inrupt/client/integration/base/MockAccessGrantServer.java +++ b/integration/base/src/main/java/com/inrupt/client/integration/base/MockAccessGrantServer.java @@ -60,6 +60,7 @@ class MockAccessGrantServer { private final String ownerWebId; private final String requesterWebId; private final String sharedResource; + private final URI purpose; private final String authorisationServerUrl; @@ -67,12 +68,14 @@ public MockAccessGrantServer( final URI ownerWebId, final URI requesterWebId, final URI sharedResource, - final String authorisationServerUrl + final String authorisationServerUrl, + final URI purpose ) { this.ownerWebId = ownerWebId.toString(); this.requesterWebId = requesterWebId.toString(); this.sharedResource = sharedResource.toString(); this.authorisationServerUrl = authorisationServerUrl; + this.purpose = purpose; wireMockServer = new WireMockServer(WireMockConfiguration.options() .httpDisabled(true) .dynamicHttpsPort()); @@ -227,7 +230,7 @@ private void setupMocks() { .atPriority(1) .withHeader(USER_AGENT_HEADER, equalTo(USER_AGENT)) .withRequestBody(containing("\"Append\"")) - .withRequestBody(containing("\"https://purpose.example/212efdf4-e1a4-4dcd-9d3b-d6eb92e0205f\"")) + .withRequestBody(containing("\"" + purpose + "\"")) .withRequestBody(containing("\"" + this.sharedResource + "\"")) .withRequestBody(containing("SolidAccessGrant")) .willReturn(aResponse() diff --git a/integration/customokhttp/src/main/java/com/inrupt/client/integration/customokhttp/CustomOkHttpService.java b/integration/customokhttp/src/main/java/com/inrupt/client/integration/customokhttp/CustomOkHttpService.java index 572cc1998bc..714a6e3123d 100644 --- a/integration/customokhttp/src/main/java/com/inrupt/client/integration/customokhttp/CustomOkHttpService.java +++ b/integration/customokhttp/src/main/java/com/inrupt/client/integration/customokhttp/CustomOkHttpService.java @@ -29,6 +29,7 @@ import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import java.security.cert.X509Certificate; +import java.time.Duration; import java.util.Arrays; import java.util.HashSet; import java.util.List; @@ -191,6 +192,7 @@ public X509Certificate[] getAcceptedIssuers() { final OkHttpClient.Builder newBuilder = new OkHttpClient.Builder(); newBuilder.sslSocketFactory(sslContext.getSocketFactory(), (X509TrustManager) trustAllCerts[0]); newBuilder.hostnameVerifier((hostname, session) -> true); + newBuilder.callTimeout(Duration.ofSeconds(30)); return newBuilder.build(); } diff --git a/okhttp/src/main/java/com/inrupt/client/okhttp/OkHttpService.java b/okhttp/src/main/java/com/inrupt/client/okhttp/OkHttpService.java index 411fb740901..3346de7973f 100644 --- a/okhttp/src/main/java/com/inrupt/client/okhttp/OkHttpService.java +++ b/okhttp/src/main/java/com/inrupt/client/okhttp/OkHttpService.java @@ -25,6 +25,7 @@ import com.inrupt.client.spi.HttpService; import java.io.IOException; +import java.time.Duration; import java.util.Arrays; import java.util.HashSet; import java.util.List; @@ -58,7 +59,7 @@ public class OkHttpService implements HttpService { * Create an HTTP client service with a default {@link OkHttpClient}. */ public OkHttpService() { - this(new OkHttpClient()); + this(new OkHttpClient().newBuilder().callTimeout(Duration.ofSeconds(30)).build()); } private OkHttpService(final OkHttpClient client) { @@ -76,7 +77,7 @@ public CompletionStage> send(final Request request, final Respon LOGGER.trace("Request Headers: {}", req.headers()); } } - client.newCall(req).enqueue(new Callback() { + getClient(request).newCall(req).enqueue(new Callback() { @Override public void onResponse(final Call call, final okhttp3.Response res) throws IOException { if (LOGGER.isDebugEnabled()) { @@ -112,6 +113,14 @@ public static OkHttpService ofOkHttpClient(final OkHttpClient client) { return new OkHttpService(client); } + OkHttpClient getClient(final Request request) { + if (request.timeout().isPresent()) { + return client.newBuilder().readTimeout(request.timeout().get()) + .writeTimeout(request.timeout().get()).build(); + } + return client; + } + static RequestBody prepareBody(final Request request, final MediaType mediaType) { if (NO_BODY_METHODS.contains(request.method())) { return null; From 9b5335327de2aa174680b40ea35a368437b3779e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:15:44 +0000 Subject: [PATCH 072/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.7 to 3.15.8 (#1030) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9f1644f316..b1bc7bb4521 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.0 - 3.15.7 + 3.15.8 2.0.1 5.10.2 4.4.0 From 58ebad94415522db7a5cc0c0abb1c9fcb434ec50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:29:03 +0000 Subject: [PATCH 073/298] Bump io.smallrye.config:smallrye-config from 3.5.4 to 3.6.0 (#1029) --- 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 f07b6d11790..c13c519edb0 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.4 + 3.6.0 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 82c1bafabcb..852163d1e60 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.5.4 + 3.6.0 diff --git a/pom.xml b/pom.xml index b1bc7bb4521..dcc0f64e5c9 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.4.0 - 3.5.4 + 3.6.0 3.0.3 3.4.2 From 1d93040fd1dbdf8bbef609b087ed29f6ac641f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:35:57 +0000 Subject: [PATCH 074/298] Bump com.inrupt.rdf:inrupt-rdf-wrapping-commons from 1.1.0 to 1.1.1 (#1028) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcc0f64e5c9..97a7c180b7e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 5.8.8 0.6.0 - 1.1.0 + 1.1.1 3.1.0 From 454a0b200dbbad417d61115e2401916c20e71acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:42:21 +0000 Subject: [PATCH 075/298] Bump quarkus.version from 3.8.0 to 3.8.1 (#1027) --- 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 f025d06689d..c6729b8e8a3 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.8.0 + 3.8.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 8602e533429..bb8ddeca69a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.8.0 + 3.8.1 diff --git a/pom.xml b/pom.xml index 97a7c180b7e..215ee68680d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.5 3.0.0 4.12.0 - 3.8.0 + 3.8.1 2.0.12 5.8.8 From bee3a2d0ceb630fdf082688149f67732a01da2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:49:02 +0000 Subject: [PATCH 076/298] Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 (#1026) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 215ee68680d..1a23e4f21ff 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.13.0 + 10.14.0 4.2.0 From 45bdf5a835a4faf7056db978e7f6c9c5a4446594 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 5 Mar 2024 11:00:00 -0600 Subject: [PATCH 077/298] Update CODEOWNERS (#1037) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9689f48af33..95d34f8ce30 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # This file controls which users are required reviewers for given segments of the repository -* @inrupt/enterprise-solid-server +* @inrupt/engineering From 06cdd8fbe3bf2d59878606dca324252b6ba971a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:26:07 +0000 Subject: [PATCH 078/298] Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 (#1054) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a23e4f21ff..f66dd218bb9 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 3.1.0 3.2.1 - 3.6.0 + 3.7.0 3.3.1 3.3.2 3.12.1 From c8937014ea008069f69e70db56ba8b183a464280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:34:54 +0000 Subject: [PATCH 079/298] Bump jackson.version from 2.16.1 to 2.16.2 (#1053) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f66dd218bb9..978a9b22016 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.15.1 0.5.0 33.0.0-jre - 2.16.1 + 2.16.2 2.1.3 4.10.0 0.9.5 From 1fd4d37e0388845908d03733c44ec2c7ba9b9481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:41:21 +0000 Subject: [PATCH 080/298] Bump org.eclipse.rdf4j:rdf4j-bom from 4.3.9 to 4.3.10 in /rdf4j (#1049) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 1fd0ff70439..9de639cbc23 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 4.3.9 + 4.3.10 From 695ded6716f82960efe1528d8cee0af5980e1d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:47:38 +0000 Subject: [PATCH 081/298] Bump quarkus.version from 3.8.1 to 3.8.2 (#1050) --- 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 c6729b8e8a3..c91c4e1a6e1 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.8.1 + 3.8.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index bb8ddeca69a..1d9faac0cf2 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.8.1 + 3.8.2 diff --git a/pom.xml b/pom.xml index 978a9b22016..69e63255042 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.5 3.0.0 4.12.0 - 3.8.1 + 3.8.2 2.0.12 5.8.8 From 8d5a7c0e4298a15673a90c2ca0bab69d922b987e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:53:54 +0000 Subject: [PATCH 082/298] Bump org.bitbucket.b_c:jose4j from 0.9.5 to 0.9.6 (#1052) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69e63255042..75d41bdff85 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ 2.16.2 2.1.3 4.10.0 - 0.9.5 + 0.9.6 3.0.0 4.12.0 3.8.2 From c86e7c481948a65bab67bf6ff51f9152739d7b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:00:28 +0000 Subject: [PATCH 083/298] Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 10.14.1 (#1051) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75d41bdff85..dea2139c098 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.14.0 + 10.14.1 4.2.0 From 7c18b86f3780c330772c4e28f78ac3129da0df44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:13:15 +0000 Subject: [PATCH 084/298] Bump org.springframework.security:spring-security-bom in /spring (#1062) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 2a75790182b..acf3fd19df6 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.2.2 + 6.2.3 From 0fb6a0f630ab5bbe734a603b5a4de13ac5559c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:19:24 +0000 Subject: [PATCH 085/298] Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (#1057) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dea2139c098..8aa56a8198c 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ org.apache.commons commons-compress - 1.26.0 + 1.26.1 From 222cdae0092896efec1291ff49efbef48541769d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:25:48 +0000 Subject: [PATCH 086/298] Bump com.puppycrawl.tools:checkstyle from 10.14.1 to 10.14.2 (#1059) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8aa56a8198c..0ba00710e6e 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.14.1 + 10.14.2 4.2.0 From 0e18bab14ccfff4bfc10f89e1063efab7145aecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:31:45 +0000 Subject: [PATCH 087/298] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.1 (#1061) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ba00710e6e..ed87fe13c15 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.4.1 3.2.0 3.1.1 - 3.1.0 + 3.2.1 0.8.11 3.3.0 3.6.3 From cfdcf63054146d0ceef4f73791b99d8211f5aff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:38:39 +0000 Subject: [PATCH 088/298] Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre (#1060) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed87fe13c15..a7cbc5da2e0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.6.0 2.15.1 0.5.0 - 33.0.0-jre + 33.1.0-jre 2.16.2 2.1.3 4.10.0 From 1f9126968c92b2e637eb6ebbb459e95bd6258053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:46:00 +0000 Subject: [PATCH 089/298] Bump io.smallrye.config:smallrye-config from 3.6.0 to 3.7.0 (#1058) --- 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 c13c519edb0..a1d1a184c8d 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.6.0 + 3.7.0 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 852163d1e60..e08034e8468 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.6.0 + 3.7.0 diff --git a/pom.xml b/pom.xml index a7cbc5da2e0..65bc943f5ec 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.4.0 - 3.6.0 + 3.7.0 3.0.3 3.4.2 From b7ba53689ab35816857632f21e9c6e83e3053a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:26:22 +0000 Subject: [PATCH 090/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 (#1082) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 65bc943f5ec..8e0179f6bc8 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.0 - 3.15.8 + 3.16 2.0.1 5.10.2 4.4.0 From 4214d5128068fc4c7c2421d33129a4ec0b0dc050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:51:06 +0000 Subject: [PATCH 091/298] Bump quarkus.version from 3.8.2 to 3.9.0 (#1081) --- 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 c91c4e1a6e1..9a94686eb14 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.8.2 + 3.9.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 1d9faac0cf2..081330947c5 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.8.2 + 3.9.0 diff --git a/pom.xml b/pom.xml index 8e0179f6bc8..b9a1d2df440 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.0 4.12.0 - 3.8.2 + 3.9.0 2.0.12 5.8.8 From 5b5e0436d3520cc6fae2ebd348286c5e1195d622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:57:21 +0000 Subject: [PATCH 092/298] Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#1080) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b9a1d2df440..9002ca0d1c8 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 10.14.2 - 4.2.0 + 4.2.1 3.16 2.0.1 5.10.2 From 3f2552a760f11e5e4b66a3afd720c4d285cd3c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:04:57 +0000 Subject: [PATCH 093/298] Bump com.squareup.okio:okio from 3.8.0 to 3.9.0 (#1079) --- integration/customokhttp/pom.xml | 2 +- okhttp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/customokhttp/pom.xml b/integration/customokhttp/pom.xml index 69304e22d0a..bfdd6deb56a 100644 --- a/integration/customokhttp/pom.xml +++ b/integration/customokhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.8.0 + 3.9.0 diff --git a/okhttp/pom.xml b/okhttp/pom.xml index f29512396f5..5b45be5f1fb 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.8.0 + 3.9.0 From e0532693c1ad0acb92a8182e8f7e8b9f47bd23f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:11:11 +0000 Subject: [PATCH 094/298] Bump org.apache.maven.plugins:maven-compiler-plugin (#1078) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9002ca0d1c8..c093af076fe 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 3.7.0 3.3.1 3.3.2 - 3.12.1 + 3.13.0 3.6.1 3.1.1 3.4.1 From 9bf3cadd0f83ea6d7a21dcfd1bfd08d657b0aa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:27:03 +0000 Subject: [PATCH 095/298] Bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 (#1093) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c093af076fe..4b23afe01ab 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 3.1.0 3.2.1 - 3.7.0 + 3.7.1 3.3.1 3.3.2 3.13.0 From 6c03d98ad80d94b9f91bdcbb790b49751b7e92d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:33:15 +0000 Subject: [PATCH 096/298] Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#1101) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b23afe01ab..8c3299515df 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ 3.12.1 3.0.1 3.3.1 - 3.10.0.2594 + 3.11.0.3922 3.3.0 3.2.5 From ab76c8e05cb3aaa2712a8c4b09fd491b6b6f28ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:39:42 +0000 Subject: [PATCH 097/298] Bump springboot.version from 3.2.3 to 3.2.4 (#1100) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index df8ccc061bc..3db32b04192 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.2.3 + 3.2.4 From 162e5eefd97dc525c5edbb0a09c0f91f7617da06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:47:06 +0000 Subject: [PATCH 098/298] Bump io.smallrye:smallrye-jwt-build from 4.4.0 to 4.5.0 (#1102) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c3299515df..470256f67d5 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 3.16 2.0.1 5.10.2 - 4.4.0 + 4.5.0 3.7.0 3.0.3 3.4.2 From ffa0d0136984c02ad31ea7ac09aa148ec26bf3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:56:09 +0000 Subject: [PATCH 099/298] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 (#1113) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 470256f67d5..0df1b1fa10c 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.4.1 3.2.0 3.1.1 - 3.2.1 + 3.2.2 0.8.11 3.3.0 3.6.3 From 3f55b2f5d97e70fb34e21c661a112cc81dcfa97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:02:07 +0000 Subject: [PATCH 100/298] Bump jackson.version from 2.16.2 to 2.17.0 (#1111) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0df1b1fa10c..9021d3583dc 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.15.1 0.5.0 33.1.0-jre - 2.16.2 + 2.17.0 2.1.3 4.10.0 0.9.6 From 72e411709494d0851979f538fbc0136739f361f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:09:18 +0000 Subject: [PATCH 101/298] Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0 (#1114) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9021d3583dc..9b7b8247b11 100644 --- a/pom.xml +++ b/pom.xml @@ -284,7 +284,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.7.0 + 1.8.0 From df7550a44a17c261c14890b19a16c2d3186aa955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:25:35 +0000 Subject: [PATCH 102/298] Bump org.owasp:dependency-check-maven from 9.0.9 to 9.0.10 (#1108) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b7b8247b11..8e3e8e61e8b 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.9 + 9.0.10 3.5.0 3.21.2 3.12.1 From 9f5a33bfb61a7da7d9257aa301a77b4809b0f7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:32:36 +0000 Subject: [PATCH 103/298] Bump io.smallrye.config:smallrye-config from 3.7.0 to 3.7.1 (#1115) --- 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 a1d1a184c8d..d7bed992e60 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.7.0 + 3.7.1 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index e08034e8468..2bf1ab95932 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.7.0 + 3.7.1 diff --git a/pom.xml b/pom.xml index 8e3e8e61e8b..e2b19976013 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.5.0 - 3.7.0 + 3.7.1 3.0.3 3.4.2 From af41886fa84999a339a67e3e78360baf1bd7fa09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:42:30 +0000 Subject: [PATCH 104/298] Bump org.eclipse.rdf4j:rdf4j-bom from 4.3.10 to 4.3.11 in /rdf4j (#1124) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 9de639cbc23..b5046927718 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 4.3.10 + 4.3.11 From 9b1c8b8e1ad86e94fae04dc074c082863001ba64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:12:32 +0000 Subject: [PATCH 105/298] Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.15.0 (#1136) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2b19976013..4f9d55ee1e2 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.14.2 + 10.15.0 4.2.1 From eb3fe8e351f520ae18afad0d8d65f2f977d7a06b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:18:43 +0000 Subject: [PATCH 106/298] Bump org.owasp:dependency-check-maven from 9.0.10 to 9.1.0 (#1135) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4f9d55ee1e2..2738883ce2e 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.3 1.6.13 - 9.0.10 + 9.1.0 3.5.0 3.21.2 3.12.1 From 3e40409b8a65b2cb2a8908b494659a7fd37e525b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:24:45 +0000 Subject: [PATCH 107/298] Bump wiremock.version from 3.4.2 to 3.5.2 (#1132) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2738883ce2e..4e9613efe09 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.0 3.7.1 3.0.3 - 3.4.2 + 3.5.2 true From 253ff92f168a9a969823dedbce0bc95bb8325fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:30:47 +0000 Subject: [PATCH 108/298] Bump quarkus.version from 3.9.0 to 3.9.1 (#1134) --- 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 9a94686eb14..2aa1576b99e 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.0 + 3.9.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 081330947c5..cdf781720bc 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.0 + 3.9.1 diff --git a/pom.xml b/pom.xml index 4e9613efe09..31c72e13b0e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.0 4.12.0 - 3.9.0 + 3.9.1 2.0.12 5.8.8 From 17c30a1baa02e9ccd4ad435cb515adc870f9cfae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:36:49 +0000 Subject: [PATCH 109/298] Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#1133) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31c72e13b0e..07ea01b14e0 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.1.8 1.16.1 1.6.0 - 2.15.1 + 2.16.0 0.5.0 33.1.0-jre 2.17.0 From dedc7242d7f705c904d566a9ca1cb371cf99a441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:20:35 +0000 Subject: [PATCH 110/298] Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 (#1139) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07ea01b14e0..577880e8510 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ 3.0.1 3.3.1 3.11.0.3922 - 3.3.0 + 3.3.1 3.2.5 From 6f903ba8565dba851fda58ce7528173ddd0132c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:27:04 +0000 Subject: [PATCH 111/298] Bump quarkus.version from 3.9.1 to 3.9.2 (#1143) --- 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 2aa1576b99e..519256468e9 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.1 + 3.9.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cdf781720bc..49b44eccc5e 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.1 + 3.9.2 diff --git a/pom.xml b/pom.xml index 577880e8510..31bcae2db36 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.0 4.12.0 - 3.9.1 + 3.9.2 2.0.12 5.8.8 From 85d3d9d6f1b36ae5b63fad1e374057cb587f1b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:33:39 +0000 Subject: [PATCH 112/298] Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#1144) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 31bcae2db36..69cb0677e0e 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 3.2.0 3.1.1 3.2.2 - 0.8.11 + 0.8.12 3.3.0 3.6.3 4.3 From 509c3afabbb2d6c12bbe4189f423e6606f48b6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:41:28 +0000 Subject: [PATCH 113/298] Bump jakarta.json.bind:jakarta.json.bind-api from 3.0.0 to 3.0.1 (#1142) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69cb0677e0e..464551c77a2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 2.1.3 4.10.0 0.9.6 - 3.0.0 + 3.0.1 4.12.0 3.9.2 2.0.12 From 64ae758b8e510b3b203100f53d099d2f1ebe3341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:47:34 +0000 Subject: [PATCH 114/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 (#1140) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 464551c77a2..e990e62dc94 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.1 - 3.16 + 3.16.1 2.0.1 5.10.2 4.5.0 From 1dda33726e3dec5fd55ad9dd5b95d2ac55afab8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 01:16:43 +0000 Subject: [PATCH 115/298] Bump com.gradle.enterprise from 3.16.2 to 3.17 in /gradle (#1141) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 27ff07123bb..1784fe2ccf1 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16.2" + id "com.gradle.enterprise" version "3.17" } dependencyResolutionManagement { From 8a941d4bfc75cb8f38e174e558306a84cd6235a9 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 22 Apr 2024 02:55:34 -0500 Subject: [PATCH 116/298] Suppress CVE-2024-22262 (#1186) --- build-tools/owasp/suppressions.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index 2cbcad06712..a45d763d1ce 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -41,4 +41,11 @@ ^pkg:maven/org\.eclipse\.jetty/jetty\-.*@.*$ CVE-2023-44487 + + + ^pkg:maven/org\.springframework/spring-.*@.*$ + CVE-2024-22262 + From 090953106c36cf01b6bb245b7f4db4ff17832eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:30:44 +0000 Subject: [PATCH 117/298] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#1177) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e990e62dc94..5e77326dfa3 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.1.8 1.16.1 1.6.0 - 2.16.0 + 2.16.1 0.5.0 33.1.0-jre 2.17.0 From 6bac53e246e05095f951a032bd8bdf6bbe3e100f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:36:42 +0000 Subject: [PATCH 118/298] Bump quarkus.version from 3.9.2 to 3.9.4 (#1189) --- 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 519256468e9..2ccde321fcf 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.2 + 3.9.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 49b44eccc5e..cfacfdfadd8 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.2 + 3.9.4 diff --git a/pom.xml b/pom.xml index 5e77326dfa3..e1ecb64e778 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.9.2 + 3.9.4 2.0.12 5.8.8 From d6d5718eab0e18b381c9f9ab8668d7bb760c08b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:43:23 +0000 Subject: [PATCH 119/298] Bump slf4j.version from 2.0.12 to 2.0.13 (#1178) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1ecb64e778..71a4e8f2dbb 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 3.0.1 4.12.0 3.9.4 - 2.0.12 + 2.0.13 5.8.8 0.6.0 From b19e966fcf7dabbd9fbd72e9451460e12c2592f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:04:08 +0000 Subject: [PATCH 120/298] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 (#1188) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 71a4e8f2dbb..cff9b3aca2a 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.4.1 3.2.0 3.1.1 - 3.2.2 + 3.2.4 0.8.12 3.3.0 3.6.3 From 9b4a8a75c685ed88275357ee1a8340f6f25c1b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:26:20 +0000 Subject: [PATCH 121/298] Bump com.gradle.enterprise from 3.17 to 3.17.2 in /gradle (#1190) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 1784fe2ccf1..0878e8f84c0 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17" + id "com.gradle.enterprise" version "3.17.2" } dependencyResolutionManagement { From 3216392c149b72541ae301bdd49ba92009aa6fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:37:37 +0000 Subject: [PATCH 122/298] Bump peaceiris/actions-gh-pages from 3 to 4 (#1163) --- .github/workflows/cd-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-config.yml b/.github/workflows/cd-config.yml index 66e8ee67420..5a52d7d55f7 100644 --- a/.github/workflows/cd-config.yml +++ b/.github/workflows/cd-config.yml @@ -83,7 +83,7 @@ jobs: echo "VERSION_DIR=./${VERSION}/" >> $GITHUB_ENV - name: Publish tagged site to GitHub pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ startsWith(github.event.ref, 'refs/tags/inrupt-client') }} with: keep_files: true @@ -91,7 +91,7 @@ jobs: personal_token: ${{ secrets.GITHUB_TOKEN }} - name: Publish versioned site to GitHub pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: keep_files: true publish_dir: ./target/staging/ From 63d33470873a00b68b03689a45cf04827418ddb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:05:13 +0000 Subject: [PATCH 123/298] Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 (#1208) --- 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 21814ef34a1..ec1dfde1c04 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -18,7 +18,7 @@ 1.8 - 1.11.0 + 1.12.0 3.7.7 From 96a86fd8a856b194a26b18479da6c9e734dc6447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:11:37 +0000 Subject: [PATCH 124/298] Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#1205) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cff9b3aca2a..6db6c0ee4da 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.13.1 3.1.8 1.16.1 - 1.6.0 + 1.7.0 2.16.1 0.5.0 33.1.0-jre From 5451c3448f081d3f0c50e732260e31af72a1f18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:17:51 +0000 Subject: [PATCH 125/298] Bump org.springframework.security:spring-security-bom in /spring (#1202) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index acf3fd19df6..3001770ca23 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.2.3 + 6.2.4 From 438ce331eb5b9b295d92aa394179ee80c94d65a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:24:11 +0000 Subject: [PATCH 126/298] Bump io.smallrye:smallrye-jwt-build from 4.5.0 to 4.5.1 (#1206) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6db6c0ee4da..327c6c5f456 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 3.16.1 2.0.1 5.10.2 - 4.5.0 + 4.5.1 3.7.1 3.0.3 3.5.2 From 3ebbd36c082951cd809499a3d2e94a4d8d139693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:30:13 +0000 Subject: [PATCH 127/298] Bump wiremock.version from 3.5.2 to 3.5.3 (#1207) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 327c6c5f456..50d44851456 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.1 3.7.1 3.0.3 - 3.5.2 + 3.5.3 true From 3299ee4cf4ed286c5aded089fe60a2c94d93f4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:37:52 +0000 Subject: [PATCH 128/298] Bump springboot.version from 3.2.4 to 3.2.5 (#1204) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 3db32b04192..399344d1448 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.2.4 + 3.2.5 From 6d2577831b4778bbed79fbeb9688c8a768bb91ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:38:17 +0000 Subject: [PATCH 129/298] Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 (#1219) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 50d44851456..61481802c75 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.1.1 3.2.4 0.8.12 - 3.3.0 + 3.4.1 3.6.3 4.3 1.6.13 From ba280783777c812ee07a2ff0d4e512293d2988fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:44:21 +0000 Subject: [PATCH 130/298] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 (#1217) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61481802c75..a906dfa87ee 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 1.6.13 9.1.0 3.5.0 - 3.21.2 + 3.22.0 3.12.1 3.0.1 3.3.1 From f3f2f5d02e8abe4c6144986a4be2497136c5eea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:50:16 +0000 Subject: [PATCH 131/298] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2 (#1218) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a906dfa87ee..14fd514639f 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 3.1.1 3.4.1 3.2.0 - 3.1.1 + 3.1.2 3.2.4 0.8.12 3.4.1 From f550bb9ff263c7995920ece57ba8c0f80cd63d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:56:36 +0000 Subject: [PATCH 132/298] Bump quarkus.version from 3.9.4 to 3.10.0 (#1216) --- 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 2ccde321fcf..3c14e4af61c 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.4 + 3.10.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cfacfdfadd8..cb0fd4bf979 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.9.4 + 3.10.0 diff --git a/pom.xml b/pom.xml index 14fd514639f..8af61b3c620 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.9.4 + 3.10.0 2.0.13 5.8.8 From 756370cbb65ef63df2f3b746fb15de8acb0d2066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:02:31 +0000 Subject: [PATCH 133/298] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#1215) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8af61b3c620..9a6db96794b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.13.1 3.1.8 - 1.16.1 + 1.17.0 1.7.0 2.16.1 0.5.0 From 0eb3af0d932e3007ffab46d9e99c1d1f1e323ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:55:51 +0000 Subject: [PATCH 134/298] Bump io.smallrye.config:smallrye-config from 3.7.1 to 3.8.1 (#1238) --- 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 d7bed992e60..ff98159e9a7 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.7.1 + 3.8.1 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 2bf1ab95932..889f673f124 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.7.1 + 3.8.1 diff --git a/pom.xml b/pom.xml index 9a6db96794b..6dfe066d06d 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.5.1 - 3.7.1 + 3.8.1 3.0.3 3.5.3 From 7ef809c8f949753af92989e977c5f21fc0715833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:02:07 +0000 Subject: [PATCH 135/298] Bump wiremock.version from 3.5.3 to 3.5.4 (#1236) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6dfe066d06d..42894e21aca 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.1 3.8.1 3.0.3 - 3.5.3 + 3.5.4 true From 2a76ec6247f27baf91bc692adebef66fba4d0b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:08:19 +0000 Subject: [PATCH 136/298] Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 (#1233) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 42894e21aca..16b940b5937 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.15.0 + 10.16.0 4.2.1 From 16e82c808f4b9de24abc254fb985553b30035651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:37:57 +0000 Subject: [PATCH 137/298] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 (#1230) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 16b940b5937..ee9bf077632 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 3.3.2 3.13.0 3.6.1 - 3.1.1 + 3.1.2 3.4.1 3.2.0 3.1.2 From dc130aff97c9407ca8ae29c1a7e08de20eb1dc52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:01:15 +0000 Subject: [PATCH 138/298] Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre (#1239) --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee9bf077632..3f510b14d56 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.7.0 2.16.1 0.5.0 - 33.1.0-jre + 33.2.0-jre 2.17.0 2.1.3 4.10.0 @@ -155,6 +155,12 @@ commons-compress 1.26.1 + + + org.xmlunit + xmlunit-core + 2.10.0 + From cf7a970f520bba85aea1dd944a153476d40921dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:26:25 +0000 Subject: [PATCH 139/298] Bump jackson.version from 2.17.0 to 2.17.1 (#1240) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f510b14d56..00459196cab 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.16.1 0.5.0 33.2.0-jre - 2.17.0 + 2.17.1 2.1.3 4.10.0 0.9.6 From 5a00072414bc50016e610b568b6c769671f3d9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:27:56 +0000 Subject: [PATCH 140/298] Bump com.mycila:license-maven-plugin from 4.3 to 4.5 (#1257) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00459196cab..b7c1b6c7d7a 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 0.8.12 3.4.1 3.6.3 - 4.3 + 4.5 1.6.13 9.1.0 3.5.0 From e875ebcd0c0840c387f39878a19368786797b530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:34:43 +0000 Subject: [PATCH 141/298] Bump io.smallrye:smallrye-jwt-build from 4.5.1 to 4.5.2 (#1256) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b7c1b6c7d7a..430ae67271e 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 3.16.1 2.0.1 5.10.2 - 4.5.1 + 4.5.2 3.8.1 3.0.3 3.5.4 From d7022cce59156d23d311457849f18a46518b4978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:45:45 +0000 Subject: [PATCH 142/298] Bump com.gradle.enterprise from 3.17.2 to 3.17.3 in /gradle (#1258) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 0878e8f84c0..6998f85c946 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17.2" + id "com.gradle.enterprise" version "3.17.3" } dependencyResolutionManagement { From 58615309d7ea87b4b18eb6add846ce3753519eb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:57:39 +0000 Subject: [PATCH 143/298] Bump quarkus.version from 3.10.0 to 3.10.1 (#1272) --- 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 3c14e4af61c..ba2e47d49c0 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.10.0 + 3.10.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index cb0fd4bf979..27204098d41 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.10.0 + 3.10.1 diff --git a/pom.xml b/pom.xml index 430ae67271e..1fcef3d972f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.10.0 + 3.10.1 2.0.13 5.8.8 From c87688c3ecec3ac0884c7475174f084fcd04d1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:04:19 +0000 Subject: [PATCH 144/298] Bump org.owasp:dependency-check-maven from 9.1.0 to 9.2.0 (#1271) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1fcef3d972f..28707b1affd 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.6.3 4.5 1.6.13 - 9.1.0 + 9.2.0 3.5.0 3.22.0 3.12.1 From a12daf8723daaa0315d7c738ba218dac3836d3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:02:55 +0000 Subject: [PATCH 145/298] Bump com.gradle.enterprise from 3.17.3 to 3.17.4 in /gradle (#1270) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 6998f85c946..2666a97632a 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17.3" + id "com.gradle.enterprise" version "3.17.4" } dependencyResolutionManagement { From c7ebd5b115255ae1cf765c843e3ee1d1702b7010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:11:58 +0000 Subject: [PATCH 146/298] Bump wiremock.version from 3.5.4 to 3.6.0 (#1290) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 28707b1affd..7e4df937a0c 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.2 3.8.1 3.0.3 - 3.5.4 + 3.6.0 true From 2b161a9cb2de8089c5b61a6260a606235a2c6d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:18:04 +0000 Subject: [PATCH 147/298] Bump io.smallrye.config:smallrye-config from 3.8.1 to 3.8.2 (#1292) --- 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 ff98159e9a7..ee0167e87c4 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.8.1 + 3.8.2 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 889f673f124..207b716e5a0 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.8.1 + 3.8.2 diff --git a/pom.xml b/pom.xml index 7e4df937a0c..8de0956867b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.5.2 - 3.8.1 + 3.8.2 3.0.3 3.6.0 From 30af0e41a7fdd59f6d2fb478de8264c38002a139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:24:43 +0000 Subject: [PATCH 148/298] Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 (#1289) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8de0956867b..15f8bba01c3 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.2.5 - 10.16.0 + 10.17.0 4.2.1 From 9f3c006f3c46cc0acd9df9beff222db923f6e58c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:31:26 +0000 Subject: [PATCH 149/298] Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (#1293) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15f8bba01c3..c4066d1c59f 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ org.apache.commons commons-compress - 1.26.1 + 1.26.2 From b44b2407af27070f86afe13e1fbd1b2585da3d1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 00:50:35 +0000 Subject: [PATCH 150/298] Bump org.springframework.security:spring-security-bom in /spring (#1283) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 3001770ca23..9922d5a53d8 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.2.4 + 6.3.0 From e2f6675a70cd70ae4843865ed6681c7d0b69747e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 00:56:36 +0000 Subject: [PATCH 151/298] Bump springboot.version from 3.2.5 to 3.3.0 (#1291) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 399344d1448..f30e1c973fe 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.2.5 + 3.3.0 From f56fa1e4a71f3b9eac581682a529d1160ed0cdb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:02:03 +0000 Subject: [PATCH 152/298] Bump org.sonatype.plugins:nexus-staging-maven-plugin (#1308) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4066d1c59f..5c94809e76f 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 3.4.1 3.6.3 4.5 - 1.6.13 + 1.7.0 9.2.0 3.5.0 3.22.0 From aea01857f2de83abd905a15db93120e3e55b331b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:08:10 +0000 Subject: [PATCH 153/298] Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#1306) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c94809e76f..3fb651d24a5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.7.0 2.16.1 0.5.0 - 33.2.0-jre + 33.2.1-jre 2.17.1 2.1.3 4.10.0 From 15fccd1891ecbea7a2f149207421c1416e9555a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:15:11 +0000 Subject: [PATCH 154/298] Bump org.eclipse.rdf4j:rdf4j-bom from 4.3.11 to 4.3.12 in /rdf4j (#1311) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index b5046927718..e5ad44e234a 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 4.3.11 + 4.3.12 From 28d963faa709b9f9e4aa4ff07a577f76ab5d828c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:21:21 +0000 Subject: [PATCH 155/298] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 (#1307) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fb651d24a5..ef428c714ae 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 3.13.0 3.6.1 3.1.2 - 3.4.1 + 3.5.0 3.2.0 3.1.2 3.2.4 From 53e5214793db39cb4d64d6a74eb3d8dee7df0068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:27:30 +0000 Subject: [PATCH 156/298] Bump quarkus.version from 3.10.1 to 3.11.0 (#1310) --- 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 ba2e47d49c0..e7ca23b0fbd 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.10.1 + 3.11.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 27204098d41..1f555c31ede 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.10.1 + 3.11.0 diff --git a/pom.xml b/pom.xml index ef428c714ae..b94f18fac1c 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.10.1 + 3.11.0 2.0.13 5.8.8 From 8a24b7eb8a245ba3578ac4db1b01f59572b0d4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:34:21 +0000 Subject: [PATCH 157/298] Bump org.sonarsource.scanner.maven:sonar-maven-plugin (#1309) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b94f18fac1c..df358cbae50 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ 3.12.1 3.0.1 3.3.1 - 3.11.0.3922 + 4.0.0.4121 3.3.1 3.2.5 From 9806aab5c41d7d4fa616b25785e9c9a09acc5f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:47:49 +0000 Subject: [PATCH 158/298] Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 (#1318) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df358cbae50..1f20f29460f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.13.1 3.1.8 1.17.0 - 1.7.0 + 1.8.0 2.16.1 0.5.0 33.2.1-jre From 4454cb137cc1f74a91a15c5d4e7556083a050676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:54:31 +0000 Subject: [PATCH 159/298] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 (#1314) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f20f29460f..e51edd48cc8 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.2.4 0.8.12 3.4.1 - 3.6.3 + 3.7.0 4.5 1.7.0 9.2.0 From c565e1c2c5becebedb7462ccb307f3bd5bb4602a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:00:36 +0000 Subject: [PATCH 160/298] Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0 (#1316) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e51edd48cc8..c53a8e434f8 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.6.1 3.1.2 3.5.0 - 3.2.0 + 3.3.0 3.1.2 3.2.4 0.8.12 From c7f139ef479800bd31a18d584c25c367dd351e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:35:11 +0000 Subject: [PATCH 161/298] Bump quarkus.version from 3.11.0 to 3.11.1 (#1324) --- 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 e7ca23b0fbd..7bc1304672c 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.11.0 + 3.11.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 1f555c31ede..130fe439c55 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.11.0 + 3.11.1 diff --git a/pom.xml b/pom.xml index c53a8e434f8..3fc48fe1166 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.11.0 + 3.11.1 2.0.13 5.8.8 From f470c8ae0bab0c8911c3ac1bc3fcbb20a7f02f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:41:41 +0000 Subject: [PATCH 162/298] Bump org.apache.maven.plugins:maven-checkstyle-plugin (#1325) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3fc48fe1166..59103b0e5e0 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 3.1.0 3.2.1 3.7.1 - 3.3.1 + 3.4.0 3.3.2 3.13.0 3.6.1 From a7977c0cb2d6578e9ec7dba73e5eed775788163f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:13:43 +0000 Subject: [PATCH 163/298] Bump com.gradle.enterprise from 3.17.4 to 3.17.5 in /gradle (#1339) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 2666a97632a..e0630252cc5 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17.4" + id "com.gradle.enterprise" version "3.17.5" } dependencyResolutionManagement { From 62a1b5a85ac8015a6b95be5eb092a33eac268ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:19:45 +0000 Subject: [PATCH 164/298] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 (#1338) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 59103b0e5e0..7e3b6269478 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 1.7.0 9.2.0 3.5.0 - 3.22.0 + 3.23.0 3.12.1 3.0.1 3.3.1 From 397842b9688485c2274fb3420c05bd34d4dbce77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:25:47 +0000 Subject: [PATCH 165/298] Bump org.apache.maven.plugins:maven-dependency-plugin (#1337) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e3b6269478..de904ae1dd8 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 3.4.0 3.3.2 3.13.0 - 3.6.1 + 3.7.0 3.1.2 3.5.0 3.3.0 From db2489d71a5746073c8cdba47052389b4d577039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:31:33 +0000 Subject: [PATCH 166/298] Bump quarkus.version from 3.11.1 to 3.11.2 (#1334) --- 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 7bc1304672c..78502371fdc 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.11.1 + 3.11.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 130fe439c55..6bde6dcd758 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.11.1 + 3.11.2 diff --git a/pom.xml b/pom.xml index de904ae1dd8..dc59f8952de 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.11.1 + 3.11.2 2.0.13 5.8.8 From a02c8ce52c63dcef2cb77c81ca877f5518bbc98a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:37:15 +0000 Subject: [PATCH 167/298] Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#1335) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc59f8952de..746735941d8 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 4.5 1.7.0 9.2.0 - 3.5.0 + 3.6.0 3.23.0 3.12.1 3.0.1 From 8838d9b80ea1e79613dcda688bd05cd0d3e6df45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:43:54 +0000 Subject: [PATCH 168/298] Bump surefire.plugin.version from 3.2.5 to 3.3.0 (#1336) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 746735941d8..2c4ef9d0a96 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.3.1 4.0.0.4121 3.3.1 - 3.2.5 + 3.3.0 10.17.0 From 851a82b33ecd5bd65129a915976b884b16314889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:53:28 +0000 Subject: [PATCH 169/298] Bump org.eclipse.rdf4j:rdf4j-bom from 4.3.12 to 5.0.0 in /rdf4j (#1359) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index e5ad44e234a..cd017c235c3 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 4.3.12 + 5.0.0 From 8a3bc1dd91c4393621cd909227ddc4bd9c057b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:59:21 +0000 Subject: [PATCH 170/298] Bump io.smallrye.config:smallrye-config from 3.8.2 to 3.8.3 (#1361) --- 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 ee0167e87c4..95637f6dc3f 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.8.2 + 3.8.3 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 207b716e5a0..605309af37e 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.8.2 + 3.8.3 diff --git a/pom.xml b/pom.xml index 2c4ef9d0a96..a1365a4c826 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.2 4.5.2 - 3.8.2 + 3.8.3 3.0.3 3.6.0 From ded45258984609abdab5f8e61a3824e32abd5f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:05:48 +0000 Subject: [PATCH 171/298] Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.0 (#1363) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a1365a4c826..1b1ab1fc105 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 3.2.1 3.7.1 3.4.0 - 3.3.2 + 3.4.0 3.13.0 3.7.0 3.1.2 From 92a5006ba7ac588540f8d143a421ff3d54cde567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:11:35 +0000 Subject: [PATCH 172/298] Bump springboot.version from 3.3.0 to 3.3.1 (#1362) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index f30e1c973fe..8739e0e5153 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.3.0 + 3.3.1 From 48fef35127ddb99f470ac3e4705e54f5fe9e76a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:17:34 +0000 Subject: [PATCH 173/298] Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 (#1360) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b1ab1fc105..d09e6e1c3de 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.1.2 3.2.4 0.8.12 - 3.4.1 + 3.4.2 3.7.0 4.5 1.7.0 From 9e8dfb653d1f1765ec599b7be25082f9d29156e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:23:39 +0000 Subject: [PATCH 174/298] Bump org.springframework.security:spring-security-bom in /spring (#1365) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 9922d5a53d8..cafeab7f4e1 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -104,7 +104,7 @@ [17,) - 6.3.0 + 6.3.1 From 6985317feaf0c7d4581b644394e18d77ae1af330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:35:29 +0000 Subject: [PATCH 175/298] Bump org.apache.maven.plugins:maven-dependency-plugin (#1364) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d09e6e1c3de..40cb9d9c82b 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 3.4.0 3.4.0 3.13.0 - 3.7.0 + 3.7.1 3.1.2 3.5.0 3.3.0 From 1767b92042a0035a797f9c6d937d8c1ce94373ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:42:08 +0000 Subject: [PATCH 176/298] Bump quarkus.version from 3.11.2 to 3.12.0 (#1370) --- 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 78502371fdc..6ff527edb0d 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.11.2 + 3.12.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 6bde6dcd758..6c666afa0ec 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.11.2 + 3.12.0 diff --git a/pom.xml b/pom.xml index 40cb9d9c82b..c1bddef5a7a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.11.2 + 3.12.0 2.0.13 5.8.8 From 50fe9967638ba368ee1cd4088c16f704140380e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:48:33 +0000 Subject: [PATCH 177/298] Bump io.smallrye:smallrye-jwt-build from 4.5.2 to 4.5.3 (#1371) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1bddef5a7a..7223daf45e2 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 3.16.1 2.0.1 5.10.2 - 4.5.2 + 4.5.3 3.8.3 3.0.3 3.6.0 From c1486cd1f23355ef82fc9112b4979b7cb37a652d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:54:43 +0000 Subject: [PATCH 178/298] Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 (#1373) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7223daf45e2..2d108417d87 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 3.6.0 3.23.0 3.12.1 - 3.0.1 + 3.1.0 3.3.1 4.0.0.4121 3.3.1 From 0043c83da9ae6328d081ff3bfe2faa14623f19c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:04:30 +0000 Subject: [PATCH 179/298] Bump wiremock.version from 3.6.0 to 3.7.0 (#1372) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2d108417d87..ded8397f385 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.3 3.8.3 3.0.3 - 3.6.0 + 3.7.0 true From fa93c8f96f93aa733a97b307d95b894d36d7ed63 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 26 Jun 2024 09:02:02 -0500 Subject: [PATCH 180/298] JCL-469: Add support for scope, state and nonce values in the OpenIdProvider (#1376) --- .../inrupt/client/openid/OpenIdProvider.java | 23 +++++++++++++++--- .../client/openid/OpenIdProviderTest.java | 24 ++++++++++++++++++- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/openid/src/main/java/com/inrupt/client/openid/OpenIdProvider.java b/openid/src/main/java/com/inrupt/client/openid/OpenIdProvider.java index c71e9fafcd3..c50b835bfd8 100644 --- a/openid/src/main/java/com/inrupt/client/openid/OpenIdProvider.java +++ b/openid/src/main/java/com/inrupt/client/openid/OpenIdProvider.java @@ -54,8 +54,16 @@ */ public class OpenIdProvider { + // OAuth 2 and OpenID request parameters private static final String CLIENT_ID = "client_id"; + private static final String CODE_CHALLENGE = "code_challenge"; + private static final String CODE_CHALLENGE_METHOD = "code_challenge_method"; + private static final String NONCE = "nonce"; private static final String REDIRECT_URI = "redirect_uri"; + private static final String RESPONSE_TYPE = "response_type"; + private static final String SCOPE = "scope"; + private static final String STATE = "state"; + private static final String EQUALS = "="; private static final String ETC = "&"; @@ -155,11 +163,20 @@ private URI authorize(final URI authorizationEndpoint, final AuthorizationReques final URIBuilder builder = URIBuilder.newBuilder(authorizationEndpoint) .queryParam(CLIENT_ID, request.getClientId()) .queryParam(REDIRECT_URI, request.getRedirectUri().toString()) - .queryParam("response_type", request.getResponseType()); + .queryParam(RESPONSE_TYPE, request.getResponseType()) + .queryParam(SCOPE, request.getScope()); + + if (request.getState() != null) { + builder.queryParam(STATE, request.getState()); + } + + if (request.getNonce() != null) { + builder.queryParam(NONCE, request.getNonce()); + } if (request.getCodeChallenge() != null && request.getCodeChallengeMethod() != null) { - builder.queryParam("code_challenge", request.getCodeChallenge()); - builder.queryParam("code_challenge_method", request.getCodeChallengeMethod()); + builder.queryParam(CODE_CHALLENGE, request.getCodeChallenge()); + builder.queryParam(CODE_CHALLENGE_METHOD, request.getCodeChallengeMethod()); } return builder.build(); diff --git a/openid/src/test/java/com/inrupt/client/openid/OpenIdProviderTest.java b/openid/src/test/java/com/inrupt/client/openid/OpenIdProviderTest.java index 2b1827b8493..b4bf2b9f2e5 100644 --- a/openid/src/test/java/com/inrupt/client/openid/OpenIdProviderTest.java +++ b/openid/src/test/java/com/inrupt/client/openid/OpenIdProviderTest.java @@ -83,6 +83,8 @@ void unknownMetadata() { @Test void authorizeAsyncTest() { final AuthorizationRequest authReq = AuthorizationRequest.newBuilder() + .scope("openid") + .scope("webid") .codeChallenge("myCodeChallenge") .codeChallengeMethod("method") .build( @@ -91,7 +93,27 @@ void authorizeAsyncTest() { ); assertEquals( "http://example.test/auth?client_id=myClientId&redirect_uri=myRedirectUri&" + - "response_type=code&code_challenge=myCodeChallenge&code_challenge_method=method", + "response_type=code&scope=openid%20webid&code_challenge=myCodeChallenge&code_challenge_method=method", + openIdProvider.authorize(authReq).toCompletableFuture().join().toString() + ); + } + + @Test + void authorizeAsyncStateNonceTest() { + final String state = UUID.randomUUID().toString(); + final String nonce = UUID.randomUUID().toString(); + final AuthorizationRequest authReq = AuthorizationRequest.newBuilder() + .scope("openid") + .scope("webid") + .state(state) + .nonce(nonce) + .build( + "myClientId", + URI.create("myRedirectUri") + ); + assertEquals( + "http://example.test/auth?client_id=myClientId&redirect_uri=myRedirectUri&" + + "response_type=code&scope=openid%20webid&state=" + state + "&nonce=" + nonce, openIdProvider.authorize(authReq).toCompletableFuture().join().toString() ); } From 281a57c7a21830f2230bd8cc4412adb756677c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:39:33 +0000 Subject: [PATCH 181/298] Bump wiremock.version from 3.7.0 to 3.8.0 (#1392) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ded8397f385..13ed831265a 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.3 3.8.3 3.0.3 - 3.7.0 + 3.8.0 true From 080ec963d206af32f50357d4cd4b1d536120a9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:46:07 +0000 Subject: [PATCH 182/298] Bump org.owasp:dependency-check-maven from 9.2.0 to 10.0.0 (#1391) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13ed831265a..33816fcc695 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.7.0 4.5 1.7.0 - 9.2.0 + 10.0.0 3.6.0 3.23.0 3.12.1 From 960684d8d7a091c4babfbfc2f90faade03ebfb71 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 1 Jul 2024 10:06:06 -0500 Subject: [PATCH 183/298] Release 1.1.1 (#1377) * [maven-release-plugin] prepare release inrupt-client-1.1.1 * [maven-release-plugin] prepare for next development iteration --- 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/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/customokhttp/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, 45 insertions(+), 45 deletions(-) diff --git a/access-grant/pom.xml b/access-grant/pom.xml index 35f39d3b39f..d5e25c6f03f 100644 --- a/access-grant/pom.xml +++ b/access-grant/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-accessgrant diff --git a/api/pom.xml b/api/pom.xml index 2afa5f31df8..89bbf57418e 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-api diff --git a/archetypes/java/pom.xml b/archetypes/java/pom.xml index 846cc3bcfec..13f783bec0b 100644 --- a/archetypes/java/pom.xml +++ b/archetypes/java/pom.xml @@ -3,7 +3,7 @@ com.inrupt.client inrupt-client-archetype-parent - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-archetype-java diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 1e0c234e4f9..1b8342821c7 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-archetype-parent diff --git a/bom/pom.xml b/bom/pom.xml index bc4e8d62b35..d1933e04229 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT .. diff --git a/caffeine/pom.xml b/caffeine/pom.xml index 743ac8e8977..0be7caf6ba6 100644 --- a/caffeine/pom.xml +++ b/caffeine/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-caffeine diff --git a/core/pom.xml b/core/pom.xml index 1b2da534c1d..e4f9c24d656 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-core diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index 6ff527edb0d..a588dba933f 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-examples-cli - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT Inrupt Java Client Libraries - CLI Example Sample CLI application. diff --git a/examples/pom.xml b/examples/pom.xml index 96433e86396..1210d21f9fd 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-examples-parent diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 8739e0e5153..2d156205258 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-examples-springboot - 1.1.1-SNAPSHOT + 1.1.2-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 6c666afa0ec..218fd4a79ad 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -5,11 +5,11 @@ com.inrupt.client inrupt-client-examples-parent - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-examples-webapp - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT Inrupt Java Client Libraries - Quarkus Example Sample web application. diff --git a/gradle/pom.xml b/gradle/pom.xml index ebf0b59c0c1..3e88319801a 100644 --- a/gradle/pom.xml +++ b/gradle/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-gradle diff --git a/guava/pom.xml b/guava/pom.xml index 3e680bc41b3..b6c00ddbc76 100644 --- a/guava/pom.xml +++ b/guava/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-guava diff --git a/httpclient/pom.xml b/httpclient/pom.xml index c917ec7dfdd..82ab032888b 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-httpclient diff --git a/integration/base/pom.xml b/integration/base/pom.xml index 95637f6dc3f..8d9b7d4f698 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-integration-base-tests Inrupt Java Client Libraries - Integration Base Tests diff --git a/integration/customokhttp/pom.xml b/integration/customokhttp/pom.xml index bfdd6deb56a..89a3c31c6ff 100644 --- a/integration/customokhttp/pom.xml +++ b/integration/customokhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-integration-customokhttp diff --git a/integration/openid/pom.xml b/integration/openid/pom.xml index d929bb6817c..4f22ea3143a 100644 --- a/integration/openid/pom.xml +++ b/integration/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-integration-openid-tests diff --git a/integration/pom.xml b/integration/pom.xml index 178da557825..97ecca2393e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-integration-tests diff --git a/integration/uma/pom.xml b/integration/uma/pom.xml index 2728af3f72e..723501a7724 100644 --- a/integration/uma/pom.xml +++ b/integration/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-integration-tests - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-integration-uma-tests diff --git a/jackson/pom.xml b/jackson/pom.xml index 597d3f74c4c..5de2c0adb44 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-jackson diff --git a/jena/pom.xml b/jena/pom.xml index eb3dac578bc..b9fb42dbe22 100644 --- a/jena/pom.xml +++ b/jena/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-jena diff --git a/jsonb/pom.xml b/jsonb/pom.xml index beecbd6cd9c..54e1300d6e6 100644 --- a/jsonb/pom.xml +++ b/jsonb/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-jsonb diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 5b45be5f1fb..ea54f82b5b6 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-okhttp diff --git a/openid/pom.xml b/openid/pom.xml index 0725003b7e3..d68896da935 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-openid diff --git a/parser/pom.xml b/parser/pom.xml index 65dc8900ffc..513232744b1 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-parser diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 605309af37e..fcd4d1470ed 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-performance-base-tests Inrupt Java Client Libraries - Performance Base Tests diff --git a/performance/pom.xml b/performance/pom.xml index 598d48186d9..7408dd644a2 100644 --- a/performance/pom.xml +++ b/performance/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-performance-tests diff --git a/performance/uma/pom.xml b/performance/uma/pom.xml index 2134ac4918c..5bcd6cae1a6 100644 --- a/performance/uma/pom.xml +++ b/performance/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client-performance-tests - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-performance-uma-tests diff --git a/pom.xml b/pom.xml index 33816fcc695..d5e325bedf9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT Inrupt Java Client Libraries https://docs.inrupt.com/developer-tools/java/client-libraries/ @@ -84,8 +84,8 @@ true true - - + + ${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 9dfc8afd0ed..f79111e0dc4 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-quarkus diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index ec1dfde1c04..f493ef2d803 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-rdf-legacy diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index cd017c235c3..46025784bbf 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-rdf4j diff --git a/reports/pom.xml b/reports/pom.xml index c32f4fba761..4bc79b2efd2 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-report diff --git a/runtime/pom.xml b/runtime/pom.xml index 3e36036ba27..6d059d62d85 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,7 +5,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT .. diff --git a/solid/pom.xml b/solid/pom.xml index 769af794e81..10a280377fa 100644 --- a/solid/pom.xml +++ b/solid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-solid diff --git a/spring/pom.xml b/spring/pom.xml index cafeab7f4e1..1f08183274f 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-spring diff --git a/test/pom.xml b/test/pom.xml index ca948f6a737..202626cdf02 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-test diff --git a/uma/pom.xml b/uma/pom.xml index ee5c38a349f..15ebad3bce4 100644 --- a/uma/pom.xml +++ b/uma/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-uma diff --git a/vocabulary/pom.xml b/vocabulary/pom.xml index 3a5f10dff7d..1dd3ef150c9 100644 --- a/vocabulary/pom.xml +++ b/vocabulary/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-vocabulary diff --git a/webid/pom.xml b/webid/pom.xml index d2131526d2c..34b22db8f36 100644 --- a/webid/pom.xml +++ b/webid/pom.xml @@ -4,7 +4,7 @@ com.inrupt.client inrupt-client - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT inrupt-client-webid From 0028e30e9f1d868fc510823ddc3b1fcdec180f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:17:25 +0000 Subject: [PATCH 184/298] Bump junit.version from 5.10.2 to 5.10.3 (#1390) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5e325bedf9..969dd931ff2 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 4.2.1 3.16.1 2.0.1 - 5.10.2 + 5.10.3 4.5.3 3.8.3 3.0.3 From 08e4919a33461f5000b1519e7498a260a084e7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:24:33 +0000 Subject: [PATCH 185/298] Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#1389) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 969dd931ff2..acde4086424 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 4.5 1.7.0 10.0.0 - 3.6.0 + 3.6.1 3.23.0 3.12.1 3.1.0 From d9b58f460b4cc1e93a5a6b344f6950af6e79ead8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:29:54 +0000 Subject: [PATCH 186/298] Bump jackson.version from 2.17.1 to 2.17.2 (#1403) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acde4086424..faf627a33e9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.16.1 0.5.0 33.2.1-jre - 2.17.1 + 2.17.2 2.1.3 4.10.0 0.9.6 From 1a406ca0f134c985197b638fff5b82d96de11359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:43:01 +0000 Subject: [PATCH 187/298] Bump quarkus.version from 3.12.0 to 3.12.1 (#1404) --- 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 a588dba933f..61a8856d7fc 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.12.0 + 3.12.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 218fd4a79ad..f3591f78e14 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.12.0 + 3.12.1 diff --git a/pom.xml b/pom.xml index faf627a33e9..97488f033d6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.12.0 + 3.12.1 2.0.13 5.8.8 From fbf74b40b9d050cd14d9ee2c3970432ff1d67856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:40:13 +0000 Subject: [PATCH 188/298] Bump org.owasp:dependency-check-maven from 10.0.0 to 10.0.2 (#1405) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 97488f033d6..2807e4ef13b 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.7.0 4.5 1.7.0 - 10.0.0 + 10.0.2 3.6.1 3.23.0 3.12.1 From 00320db1de22115c73fb4ff202d1ebf9e0ff7595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:14:27 +0000 Subject: [PATCH 189/298] Bump org.eclipse.rdf4j:rdf4j-bom from 5.0.0 to 5.0.1 in /rdf4j (#1415) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 46025784bbf..b64043b19e8 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 5.0.0 + 5.0.1 From 705ff096c0ae53b0e3bd58ff08a154aaec66a80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:20:58 +0000 Subject: [PATCH 190/298] Bump quarkus.version from 3.12.1 to 3.12.2 (#1414) --- 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 61a8856d7fc..a8edddf88fa 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.12.1 + 3.12.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index f3591f78e14..32e688012e4 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.12.1 + 3.12.2 diff --git a/pom.xml b/pom.xml index 2807e4ef13b..931c117184e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.12.1 + 3.12.2 2.0.13 5.8.8 From 607efb5e444a65bea2f577b030648cf4729d867a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:27:01 +0000 Subject: [PATCH 191/298] Bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1 (#1413) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 931c117184e..5011babd010 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 3.6.1 3.23.0 3.12.1 - 3.1.0 + 3.1.1 3.3.1 4.0.0.4121 3.3.1 From d3c1dd3e456254b9f796546acc24db17909cea10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:33:29 +0000 Subject: [PATCH 192/298] Bump surefire.plugin.version from 3.3.0 to 3.3.1 (#1411) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5011babd010..de1a90f5821 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.3.1 4.0.0.4121 3.3.1 - 3.3.0 + 3.3.1 10.17.0 From bee8500afe3fb73279210b9dcc35fb18c69f9142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:40:44 +0000 Subject: [PATCH 193/298] Bump org.apache.maven.plugins:maven-pmd-plugin from 3.23.0 to 3.24.0 (#1412) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de1a90f5821..bc068704d68 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 1.7.0 10.0.2 3.6.1 - 3.23.0 + 3.24.0 3.12.1 3.1.1 3.3.1 From b7105f6f41271cb47c78af51b74eaecf179f96d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:47:04 +0000 Subject: [PATCH 194/298] Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#1410) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bc068704d68..ea9c80b6382 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 4.5 1.7.0 10.0.2 - 3.6.1 + 3.6.2 3.24.0 3.12.1 3.1.1 From d322a7de70a46a670e8c8433deea993f66571b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:22:01 +0000 Subject: [PATCH 195/298] Bump io.smallrye.config:smallrye-config from 3.8.3 to 3.9.0 (#1429) --- 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 8d9b7d4f698..8b35341aa15 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.8.3 + 3.9.0 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index fcd4d1470ed..60c47b10f94 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.8.3 + 3.9.0 diff --git a/pom.xml b/pom.xml index ea9c80b6382..78568761124 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.3 4.5.3 - 3.8.3 + 3.9.0 3.0.3 3.8.0 From c688bf41bead4efd9fb5e3465da3232d431ed251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:15:35 +0000 Subject: [PATCH 196/298] Bump com.gradle.enterprise from 3.17.5 to 3.17.6 in /gradle (#1442) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index e0630252cc5..2f442142b11 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17.5" + id "com.gradle.enterprise" version "3.17.6" } dependencyResolutionManagement { From c3d41ec06cc64132427cec711a06d7febe8d5e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:22:19 +0000 Subject: [PATCH 197/298] Bump wiremock.version from 3.8.0 to 3.9.0 (#1433) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78568761124..92e2010889b 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.3 3.9.0 3.0.3 - 3.8.0 + 3.9.0 true From ebe27501f8280fb0e8413b211fa312a5111d24c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:28:47 +0000 Subject: [PATCH 198/298] Bump org.owasp:dependency-check-maven from 10.0.2 to 10.0.3 (#1434) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 92e2010889b..a09fb79e3ae 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 3.7.0 4.5 1.7.0 - 10.0.2 + 10.0.3 3.6.2 3.24.0 3.12.1 From 77660742b9a65f09ef815ef311e10cc0608beeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:35:31 +0000 Subject: [PATCH 199/298] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 (#1432) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a09fb79e3ae..b2c49da679a 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.2.4 0.8.12 3.4.2 - 3.7.0 + 3.8.0 4.5 1.7.0 10.0.3 From 8173073eed4502a197139f1e7b665e0dd6fb9722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:42:12 +0000 Subject: [PATCH 200/298] Bump springboot.version from 3.3.1 to 3.3.2 (#1435) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 2d156205258..b53118ab31f 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.3.1 + 3.3.2 From 170135fd7e2287b9b47a9282d55eb8ccb90ae227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:50:16 +0000 Subject: [PATCH 201/298] Bump wiremock.version from 3.9.0 to 3.9.1 (#1459) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2c49da679a..455dbfa30cf 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.5.3 3.9.0 3.0.3 - 3.9.0 + 3.9.1 true From b73a1df6d50fcab6fcf0876ec1502df12af1cdfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:57:09 +0000 Subject: [PATCH 202/298] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#1458) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 455dbfa30cf..d1999fe91f9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.13.1 3.1.8 - 1.17.0 + 1.17.1 1.8.0 2.16.1 0.5.0 From 20d61d73ad6a920209fbde274e64a4ccb3ba1cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:03:33 +0000 Subject: [PATCH 203/298] Bump quarkus.version from 3.12.2 to 3.13.0 (#1457) --- 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 a8edddf88fa..5d4b1931a59 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.12.2 + 3.13.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 32e688012e4..fe5d2c4927f 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.12.2 + 3.13.0 diff --git a/pom.xml b/pom.xml index d1999fe91f9..1c40222e74b 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.12.2 + 3.13.0 2.0.13 5.8.8 From 702c8fd701d367f335aced5741a9cd2314e7dcee Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Mon, 29 Jul 2024 11:27:22 -0500 Subject: [PATCH 204/298] Add some missing javadoc text (#1450) --- .../inrupt/client/quarkus/SessionUtils.java | 4 +++ .../inrupt/client/quarkus/package-info.java | 31 +++++++++++++++++++ .../inrupt/client/spring/package-info.java | 31 +++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 quarkus/src/main/java/com/inrupt/client/quarkus/package-info.java create mode 100644 spring/src/main/java/com/inrupt/client/spring/package-info.java diff --git a/quarkus/src/main/java/com/inrupt/client/quarkus/SessionUtils.java b/quarkus/src/main/java/com/inrupt/client/quarkus/SessionUtils.java index fd646dfed69..0f49984f25b 100644 --- a/quarkus/src/main/java/com/inrupt/client/quarkus/SessionUtils.java +++ b/quarkus/src/main/java/com/inrupt/client/quarkus/SessionUtils.java @@ -28,6 +28,10 @@ import org.eclipse.microprofile.jwt.JsonWebToken; +/** + * A utility class for converting a Quarkus (Microprofile) {@link JsonWebToken} to session objects + * for use with the Java Client libraries. + */ public final class SessionUtils { /** diff --git a/quarkus/src/main/java/com/inrupt/client/quarkus/package-info.java b/quarkus/src/main/java/com/inrupt/client/quarkus/package-info.java new file mode 100644 index 00000000000..825ce37efb8 --- /dev/null +++ b/quarkus/src/main/java/com/inrupt/client/quarkus/package-info.java @@ -0,0 +1,31 @@ +/* + * Copyright Inrupt Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the + * Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +/** + *

Integration tooling for Quarkus applications.

+ * + *

When integrating with Quarkus applications, one can convert a Microprofile JsonWebToken into a Session object: + * + *

{@code
+    Optional session = SessionUtils.asSession(jwt);
+    }
+ * 
+ */ +package com.inrupt.client.quarkus; diff --git a/spring/src/main/java/com/inrupt/client/spring/package-info.java b/spring/src/main/java/com/inrupt/client/spring/package-info.java new file mode 100644 index 00000000000..85ac3220525 --- /dev/null +++ b/spring/src/main/java/com/inrupt/client/spring/package-info.java @@ -0,0 +1,31 @@ +/* + * Copyright Inrupt Inc. + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal in + * the Software without restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the + * Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +/** + *

Integration tooling for Spring applications.

+ * + *

When integrating with Spring applications, one can convert an OAuth2User into a Session object: + * + *

{@code
+    Optional session = SessionUtils.asSession(user);
+    }
+ * 
+ */ +package com.inrupt.client.spring; From bd41ce4f7faf5dbf6e129b329febfd08f543669f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:53:40 +0000 Subject: [PATCH 205/298] Bump io.smallrye.config:smallrye-config from 3.9.0 to 3.9.1 (#1467) --- 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 8b35341aa15..b1ca852877e 100644 --- a/integration/base/pom.xml +++ b/integration/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.9.0 + 3.9.1 diff --git a/performance/base/pom.xml b/performance/base/pom.xml index 60c47b10f94..30765fe8718 100644 --- a/performance/base/pom.xml +++ b/performance/base/pom.xml @@ -14,7 +14,7 @@ 2.1.1 - 3.9.0 + 3.9.1 diff --git a/pom.xml b/pom.xml index 1c40222e74b..5974e597882 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.10.3 4.5.3 - 3.9.0 + 3.9.1 3.0.3 3.9.1 From 4116cb0906cba535678d60a32eaa15c055f012d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:59:52 +0000 Subject: [PATCH 206/298] Bump antlr.version from 4.13.1 to 4.13.2 (#1465) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5974e597882..a2356536429 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 4.13.1 + 4.13.2 3.1.8 1.17.1 1.8.0 From f1663d4b66f31a34020e07c88578f2818f8bb954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:06:14 +0000 Subject: [PATCH 207/298] Bump org.eclipse.rdf4j:rdf4j-bom from 5.0.1 to 5.0.2 in /rdf4j (#1464) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index b64043b19e8..950be9ed1b8 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 5.0.1 + 5.0.2 From 668532d3b5013d8b78d1d87fcede9753a56beb15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 09:12:54 +0000 Subject: [PATCH 208/298] Bump org.eclipse:yasson from 3.0.3 to 3.0.4 (#1466) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2356536429..e90bdb342ce 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ 5.10.3 4.5.3 3.9.1 - 3.0.3 + 3.0.4 3.9.1 From 5a649d28f65dd4cd7c6854b707714e9bfb3e0b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:05:52 +0000 Subject: [PATCH 209/298] Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#1488) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e90bdb342ce..4b9fff66b4b 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ 10.17.0 - 4.2.1 + 4.2.2 3.16.1 2.0.1 5.10.3 From 1d3e198c56bfff42e75af7160a318568808a037e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:13:09 +0000 Subject: [PATCH 210/298] Bump quarkus.version from 3.13.0 to 3.13.2 (#1485) --- 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 5d4b1931a59..f97c3afcf92 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.13.0 + 3.13.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index fe5d2c4927f..c4e8da44b25 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.13.0 + 3.13.2 diff --git a/pom.xml b/pom.xml index 4b9fff66b4b..b2d9eb53217 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.13.0 + 3.13.2 2.0.13 5.8.8 From 55afcb2a60bdb2c59e9bd11fa3e66b85bc851074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:19:17 +0000 Subject: [PATCH 211/298] Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 (#1486) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2d9eb53217..966572fad45 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.5.0 3.3.0 3.1.2 - 3.2.4 + 3.2.5 0.8.12 3.4.2 3.8.0 From 49bcffd410905f7f7b5a286c3088d41ab946f008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:26:54 +0000 Subject: [PATCH 212/298] Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 (#1484) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 966572fad45..53f4fca78f0 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.7.1 3.1.2 3.5.0 - 3.3.0 + 3.4.0 3.1.2 3.2.5 0.8.12 From 846c6bbd432f421b653490a8898bc93fca4faf6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:33:37 +0000 Subject: [PATCH 213/298] Bump slf4j.version from 2.0.13 to 2.0.16 (#1487) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53f4fca78f0..e0533a523a5 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 3.0.1 4.12.0 3.13.2 - 2.0.13 + 2.0.16 5.8.8 0.6.0 From 15a1ff29192ceba7763e7ec3af67b4f467489bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:06:43 +0000 Subject: [PATCH 214/298] Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0 (#1502) --- pom.xml | 2 +- spring/pom.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e0533a523a5..bf319484cbe 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ org.apache.commons commons-compress - 1.26.2 + 1.27.0 diff --git a/spring/pom.xml b/spring/pom.xml index 1f08183274f..6c3f173f53d 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -95,6 +95,14 @@ ${glassfish.json.version} test + + + + org.springframework + spring-web + 6.1.12 + provided + From 8b6d0f875a68b2f89309ed5803e1171b0d8ab1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:13:41 +0000 Subject: [PATCH 215/298] Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.3 (#1504) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf319484cbe..51d942d9bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 3.4.0 3.13.0 3.7.1 - 3.1.2 + 3.1.3 3.5.0 3.4.0 3.1.2 From 228166402dfaf6cae6f985eac12a8c66be08c8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:19:51 +0000 Subject: [PATCH 216/298] Bump surefire.plugin.version from 3.3.1 to 3.4.0 (#1506) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51d942d9bd2..51302136000 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 3.3.1 4.0.0.4121 3.3.1 - 3.3.1 + 3.4.0 10.17.0 From ce6a18be6b6a1ec1b28bccf106b8ff4adca1771b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:26:49 +0000 Subject: [PATCH 217/298] Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#1503) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 51302136000..c6468900cde 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.13.2 3.1.8 1.17.1 - 1.8.0 + 1.9.0 2.16.1 0.5.0 33.2.1-jre From f059f075987fbb58c23d8aa83fabe77ee5d14701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:36:39 +0000 Subject: [PATCH 218/298] Bump com.gradle.enterprise from 3.17.6 to 3.18 in /gradle (#1495) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 2f442142b11..5ad42fc80ad 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17.6" + id "com.gradle.enterprise" version "3.18" } dependencyResolutionManagement { From ecdf89c818b00bc3c5183841113bb6475ced9d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:49:47 +0000 Subject: [PATCH 219/298] Bump org.codehaus.mojo:exec-maven-plugin from 3.4.0 to 3.4.1 (#1512) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c6468900cde..b0924ecad77 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.7.1 3.1.3 3.5.0 - 3.4.0 + 3.4.1 3.1.2 3.2.5 0.8.12 From b28d1120d99db76cc65d74805657eefc0bcd3623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:56:23 +0000 Subject: [PATCH 220/298] Bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.20.0 (#1514) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0924ecad77..a1403b90639 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 10.0.3 3.6.2 3.24.0 - 3.12.1 + 3.20.0 3.1.1 3.3.1 4.0.0.4121 From 5d8dbc7acf7ea11060df927ffaa72d581de08f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:02:37 +0000 Subject: [PATCH 221/298] Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#1517) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a1403b90639..293327575c3 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.9.0 2.16.1 0.5.0 - 33.2.1-jre + 33.3.0-jre 2.17.2 2.1.3 4.10.0 From 2a921b02a8cf4da6583d2638d09aa9a1fbe530e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:09:52 +0000 Subject: [PATCH 222/298] Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.3 (#1510) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 293327575c3..2e043dd5d9d 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 3.1.3 3.5.0 3.4.1 - 3.1.2 + 3.1.3 3.2.5 0.8.12 3.4.2 From 7000555ddd7772f292df9ec621cac2b0d6b2b92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:46:32 +0000 Subject: [PATCH 223/298] Bump junit.version from 5.10.3 to 5.11.0 (#1505) --- pom.xml | 2 +- quarkus/pom.xml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2e043dd5d9d..3343ee30ad5 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 4.2.2 3.16.1 2.0.1 - 5.10.3 + 5.11.0 4.5.3 3.9.1 3.0.4 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index f79111e0dc4..857071d2801 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -20,6 +20,13 @@ + + org.junit + junit-bom + ${junit.version} + pom + import + io.quarkus quarkus-bom @@ -57,13 +64,11 @@ org.junit.jupiter junit-jupiter-engine - ${junit.version} test org.junit.jupiter junit-jupiter-api - ${junit.version} test From da930d7412fa0c664b8b1cda49dea1ba53e38d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:20:30 +0000 Subject: [PATCH 224/298] Bump org.springframework.security:spring-security-bom in /spring (#1519) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 6c3f173f53d..e4390a95c2e 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -112,7 +112,7 @@ [17,) - 6.3.1 + 6.3.3 From ef0ce7383011cd21df00020fa0e91628925d2ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:11:22 +0000 Subject: [PATCH 225/298] Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.0 (#1529) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3343ee30ad5..8307a38d767 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.4.0 - 10.17.0 + 10.18.0 4.2.2 From 1cbddf169a4480f0ad82a4b379b83db6ab104c21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:18:07 +0000 Subject: [PATCH 226/298] Bump org.apache.maven.plugins:maven-project-info-reports-plugin (#1528) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8307a38d767..d6173274fe1 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ 4.5 1.7.0 10.0.3 - 3.6.2 + 3.7.0 3.24.0 3.20.0 3.1.1 From f65dea947781757985d1c994a19b34490f800a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:25:05 +0000 Subject: [PATCH 227/298] Bump springboot.version from 3.3.2 to 3.3.3 (#1526) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index b53118ab31f..3d0395b8c32 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.3.2 + 3.3.3 From d393a2c8597a61aff651b03c20a2acec2060c2ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:16:12 +0000 Subject: [PATCH 228/298] Bump quarkus.version from 3.13.2 to 3.14.0 (#1525) --- 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 f97c3afcf92..e5dbf314ab5 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.13.2 + 3.14.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index c4e8da44b25..915ff574eaf 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.13.2 + 3.14.0 diff --git a/pom.xml b/pom.xml index d6173274fe1..c062e6aa9cb 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.13.2 + 3.14.0 2.0.16 5.8.8 From e3bef7439f57c8413815ffc14bb71abc45eb64e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:32:14 +0000 Subject: [PATCH 229/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.16.2 (#1527) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c062e6aa9cb..3c6ab949516 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.2 - 3.16.1 + 3.16.2 2.0.1 5.11.0 4.5.3 From 5e5d93d45d92253dd14b5ef250d5de71c666d924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:53:42 +0000 Subject: [PATCH 230/298] Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 (#1544) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3c6ab949516..742400b057f 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ org.apache.commons commons-compress - 1.27.0 + 1.27.1 From fa302deccbe9d0f5a9f585d8e0f50c8fe3652d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:59:54 +0000 Subject: [PATCH 231/298] Bump org.apache.maven.plugins:maven-dependency-plugin (#1542) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 742400b057f..e2a7d455c83 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 3.4.0 3.4.0 3.13.0 - 3.7.1 + 3.8.0 3.1.3 3.5.0 3.4.1 From e27baa075768bbcad048cbc8a247bd2ced3da0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:06:27 +0000 Subject: [PATCH 232/298] Bump org.apache.maven.plugins:maven-checkstyle-plugin (#1543) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e2a7d455c83..d49c8488070 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 3.1.0 3.2.1 3.7.1 - 3.4.0 + 3.5.0 3.4.0 3.13.0 3.8.0 From 6475d75a21ebb9a394c316f609ce6e94964e0279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:39:56 +0000 Subject: [PATCH 233/298] Bump io.smallrye:smallrye-jwt-build from 4.5.3 to 4.6.0 (#1550) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d49c8488070..9e903712c71 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ 3.16.2 2.0.1 5.11.0 - 4.5.3 + 4.6.0 3.9.1 3.0.4 3.9.1 From 3cfa77ac9259f4c4f480af26317c0dddd54d32f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:46:44 +0000 Subject: [PATCH 234/298] Bump the plugins group with 6 updates (#1548) --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9e903712c71..ce5fc564a5b 100644 --- a/pom.xml +++ b/pom.xml @@ -55,21 +55,21 @@ 3.2.5 0.8.12 3.4.2 - 3.8.0 + 3.10.0 4.5 1.7.0 - 10.0.3 + 10.0.4 3.7.0 - 3.24.0 + 3.25.0 3.20.0 3.1.1 3.3.1 4.0.0.4121 3.3.1 - 3.4.0 + 3.5.0 - 10.18.0 + 10.18.1 4.2.2 From 7bfb2fabff637d80d6bcac6a4c2136299f17dc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:54:12 +0000 Subject: [PATCH 235/298] Bump quarkus.version from 3.14.0 to 3.14.1 (#1549) --- 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 e5dbf314ab5..f111e9063ea 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.0 + 3.14.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 915ff574eaf..ff5a332a378 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.0 + 3.14.1 diff --git a/pom.xml b/pom.xml index ce5fc564a5b..36695c5969a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.14.0 + 3.14.1 2.0.16 5.8.8 From 81b8dd499911313ecf2f7de97e91873f7c19ce86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:34:04 +0000 Subject: [PATCH 236/298] Bump quarkus.version from 3.14.1 to 3.14.2 (#1556) --- 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 f111e9063ea..0c28bd0f73b 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.1 + 3.14.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index ff5a332a378..4aeff7c203a 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.1 + 3.14.2 diff --git a/pom.xml b/pom.xml index 36695c5969a..cb7885546d5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.14.1 + 3.14.2 2.0.16 5.8.8 From 9ab244ae1670e3b424ee1304738585c0dc9b9110 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Thu, 12 Sep 2024 15:19:32 -0500 Subject: [PATCH 237/298] Update maven site model (#1561) --- access-grant/src/site/site.xml | 10 ++++------ api/src/site/site.xml | 10 ++++------ bom/src/site/site.xml | 10 ++++------ core/src/site/site.xml | 10 ++++------ examples/cli/src/site/site.xml | 10 ++++------ examples/springboot/src/site/site.xml | 10 ++++------ examples/src/site/site.xml | 10 ++++------ examples/webapp/src/site/site.xml | 10 ++++------ httpclient/src/site/site.xml | 10 ++++------ integration/base/src/site/site.xml | 10 ++++------ integration/openid/src/site/site.xml | 10 ++++------ integration/src/site/site.xml | 10 ++++------ integration/uma/src/site/site.xml | 10 ++++------ jackson/src/site/site.xml | 10 ++++------ jena/src/site/site.xml | 10 ++++------ jsonb/src/site/site.xml | 10 ++++------ okhttp/src/site/site.xml | 10 ++++------ openid/src/site/site.xml | 10 ++++------ parser/src/site/site.xml | 10 ++++------ performance/base/src/site/site.xml | 10 ++++------ performance/src/site/site.xml | 10 ++++------ performance/uma/src/site/site.xml | 10 ++++------ rdf-legacy/src/site/site.xml | 10 ++++------ rdf4j/src/site/site.xml | 10 ++++------ solid/src/site/site.xml | 10 ++++------ src/site/site.xml | 10 ++++------ test/src/site/site.xml | 10 ++++------ uma/src/site/site.xml | 10 ++++------ vocabulary/src/site/site.xml | 10 ++++------ webid/src/site/site.xml | 10 ++++------ 30 files changed, 120 insertions(+), 180 deletions(-) diff --git a/access-grant/src/site/site.xml b/access-grant/src/site/site.xml index cd7c727aa68..4e08bdd2434 100644 --- a/access-grant/src/site/site.xml +++ b/access-grant/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/api/src/site/site.xml b/api/src/site/site.xml index c3b68769338..d09cbb4a5dc 100644 --- a/api/src/site/site.xml +++ b/api/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/bom/src/site/site.xml b/bom/src/site/site.xml index 86cb644d20e..373c6f66a23 100644 --- a/bom/src/site/site.xml +++ b/bom/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/core/src/site/site.xml b/core/src/site/site.xml index e0110dd5c3d..40f6f0db2ec 100644 --- a/core/src/site/site.xml +++ b/core/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/examples/cli/src/site/site.xml b/examples/cli/src/site/site.xml index 18e2903fced..c33fcc629b8 100644 --- a/examples/cli/src/site/site.xml +++ b/examples/cli/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/examples/springboot/src/site/site.xml b/examples/springboot/src/site/site.xml index a6989ad1caa..8c42c5a3f37 100644 --- a/examples/springboot/src/site/site.xml +++ b/examples/springboot/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/examples/src/site/site.xml b/examples/src/site/site.xml index dc7d8499019..b80ca81c525 100644 --- a/examples/src/site/site.xml +++ b/examples/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/examples/webapp/src/site/site.xml b/examples/webapp/src/site/site.xml index 20f2a385989..3ba07a7b1dd 100644 --- a/examples/webapp/src/site/site.xml +++ b/examples/webapp/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/httpclient/src/site/site.xml b/httpclient/src/site/site.xml index 80771952b4a..af726a05dcd 100644 --- a/httpclient/src/site/site.xml +++ b/httpclient/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/integration/base/src/site/site.xml b/integration/base/src/site/site.xml index 2065e7f4dbc..47e6ca7c914 100644 --- a/integration/base/src/site/site.xml +++ b/integration/base/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/integration/openid/src/site/site.xml b/integration/openid/src/site/site.xml index 1d4cfb39518..bbb4982f3ce 100644 --- a/integration/openid/src/site/site.xml +++ b/integration/openid/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/integration/src/site/site.xml b/integration/src/site/site.xml index bbae83f8248..55f7825a037 100644 --- a/integration/src/site/site.xml +++ b/integration/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/integration/uma/src/site/site.xml b/integration/uma/src/site/site.xml index 2e7996bc7ce..a5ef709f4e2 100644 --- a/integration/uma/src/site/site.xml +++ b/integration/uma/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/jackson/src/site/site.xml b/jackson/src/site/site.xml index fd45de0ae89..5da0b2c7a75 100644 --- a/jackson/src/site/site.xml +++ b/jackson/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/jena/src/site/site.xml b/jena/src/site/site.xml index 839332d8a2b..a12bfaab340 100644 --- a/jena/src/site/site.xml +++ b/jena/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/jsonb/src/site/site.xml b/jsonb/src/site/site.xml index 7ef33e4495b..1ed74045d47 100644 --- a/jsonb/src/site/site.xml +++ b/jsonb/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/okhttp/src/site/site.xml b/okhttp/src/site/site.xml index 24627183214..69455be002f 100644 --- a/okhttp/src/site/site.xml +++ b/okhttp/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/openid/src/site/site.xml b/openid/src/site/site.xml index 96d728144d1..ba29346d524 100644 --- a/openid/src/site/site.xml +++ b/openid/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/parser/src/site/site.xml b/parser/src/site/site.xml index 4e77c763e6c..0959c5d56e7 100644 --- a/parser/src/site/site.xml +++ b/parser/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/performance/base/src/site/site.xml b/performance/base/src/site/site.xml index 97788bf6322..fb09ed709be 100644 --- a/performance/base/src/site/site.xml +++ b/performance/base/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/performance/src/site/site.xml b/performance/src/site/site.xml index 054d92355a1..7822737836a 100644 --- a/performance/src/site/site.xml +++ b/performance/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/performance/uma/src/site/site.xml b/performance/uma/src/site/site.xml index d4a0cd965ab..1d7c2084357 100644 --- a/performance/uma/src/site/site.xml +++ b/performance/uma/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/rdf-legacy/src/site/site.xml b/rdf-legacy/src/site/site.xml index 8a700326611..7339e95160d 100644 --- a/rdf-legacy/src/site/site.xml +++ b/rdf-legacy/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/rdf4j/src/site/site.xml b/rdf4j/src/site/site.xml index 1fc408f274b..37b4c289e80 100644 --- a/rdf4j/src/site/site.xml +++ b/rdf4j/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/solid/src/site/site.xml b/solid/src/site/site.xml index 9004a2cf3ff..60ed0bbc156 100644 --- a/solid/src/site/site.xml +++ b/solid/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/src/site/site.xml b/src/site/site.xml index 91f90eb39b3..f725f39a13a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - index.html + + @@ -21,4 +19,4 @@ 1.11.1 - + diff --git a/test/src/site/site.xml b/test/src/site/site.xml index 22e78304832..b68ba31c85f 100644 --- a/test/src/site/site.xml +++ b/test/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/uma/src/site/site.xml b/uma/src/site/site.xml index f8fcc94121d..1d29911e3f6 100644 --- a/uma/src/site/site.xml +++ b/uma/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/vocabulary/src/site/site.xml b/vocabulary/src/site/site.xml index 35df9cd2fa8..8283f52c2e7 100644 --- a/vocabulary/src/site/site.xml +++ b/vocabulary/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + diff --git a/webid/src/site/site.xml b/webid/src/site/site.xml index 643f2337e8b..7319434ab2f 100644 --- a/webid/src/site/site.xml +++ b/webid/src/site/site.xml @@ -1,9 +1,7 @@ - + - - Inrupt - images/inrupt_logo-2020.svg - https://inrupt.com + + @@ -13,4 +11,4 @@ - + From d1cc11c487f628c357d49e76ec0b3fb50f412d25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:29:10 +0000 Subject: [PATCH 238/298] Bump quarkus.version from 3.14.2 to 3.14.4 (#1572) --- 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 0c28bd0f73b..e92a60bde11 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.2 + 3.14.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 4aeff7c203a..914da7a621d 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.2 + 3.14.4 diff --git a/pom.xml b/pom.xml index cb7885546d5..6349029b5ae 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.14.2 + 3.14.4 2.0.16 5.8.8 From 1a1838f039920bec7b301de0e7d5149f55fccc9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:36:26 +0000 Subject: [PATCH 239/298] Bump com.squareup.okio:okio from 3.9.0 to 3.9.1 (#1571) --- integration/customokhttp/pom.xml | 2 +- okhttp/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/customokhttp/pom.xml b/integration/customokhttp/pom.xml index 89a3c31c6ff..87f1fbde241 100644 --- a/integration/customokhttp/pom.xml +++ b/integration/customokhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.9.0 + 3.9.1 diff --git a/okhttp/pom.xml b/okhttp/pom.xml index ea54f82b5b6..e24059cfd7d 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -40,7 +40,7 @@ com.squareup.okio okio - 3.9.0 + 3.9.1 From 2b2287663cbb5ab181f9b6a33d5f95fd0066fc16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:42:53 +0000 Subject: [PATCH 240/298] Bump org.springframework:spring-web from 6.1.12 to 6.1.13 (#1570) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index e4390a95c2e..dc5605ab891 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -100,7 +100,7 @@ org.springframework spring-web - 6.1.12 + 6.1.13 provided
From 81cbe535d6c08c785f3c8df5d5c3b3ec495411a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:49:58 +0000 Subject: [PATCH 241/298] Bump org.apache.maven.plugins:maven-gpg-plugin in the plugins group (#1569) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6349029b5ae..041b2764666 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.5.0 3.4.1 3.1.3 - 3.2.5 + 3.2.6 0.8.12 3.4.2 3.10.0 From f0bb846ffdce011011fd3fb837194e0f99c97de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:38:43 +0000 Subject: [PATCH 242/298] Bump com.gradle.enterprise from 3.18 to 3.18.1 in /gradle (#1568) --- gradle/settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/settings.gradle b/gradle/settings.gradle index 5ad42fc80ad..702f724fd13 100644 --- a/gradle/settings.gradle +++ b/gradle/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.18" + id "com.gradle.enterprise" version "3.18.1" } dependencyResolutionManagement { From b337ac968f794f7132e309625a396db54f8deec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:18:35 +0000 Subject: [PATCH 243/298] Bump springboot.version from 3.3.3 to 3.3.4 (#1586) --- build-tools/owasp/suppressions.xml | 39 +++--------------------------- examples/springboot/pom.xml | 2 +- 2 files changed, 5 insertions(+), 36 deletions(-) diff --git a/build-tools/owasp/suppressions.xml b/build-tools/owasp/suppressions.xml index a45d763d1ce..f0177dcfe40 100644 --- a/build-tools/owasp/suppressions.xml +++ b/build-tools/owasp/suppressions.xml @@ -10,42 +10,11 @@ - + - ^pkg:maven/org\.springframework/spring-.*@.*$ - CVE-2024-22233 - - - - ^pkg:maven/com\.jayway\.jsonpath/json\-path@.*$ - CVE-2023-51074 - - - - ^pkg:maven/org\.eclipse\.jetty\.http2/http2\-.*@.*$ - CVE-2023-44487 - - - - ^pkg:maven/org\.eclipse\.jetty/jetty\-.*@.*$ - CVE-2023-44487 - - - - ^pkg:maven/org\.springframework/spring-.*@.*$ - CVE-2024-22262 + ^pkg:javascript/DOMPurify@.*$ + CVE-2024-45801 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 3d0395b8c32..e3c1c29e7c4 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.3.3 + 3.3.4 From baff3056a03dd6d5e14d1f73fa4765cddde91a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:24:49 +0000 Subject: [PATCH 244/298] Bump quarkus.version from 3.14.4 to 3.15.0 (#1588) --- 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 e92a60bde11..b09d056e6ab 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.4 + 3.15.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 914da7a621d..7d6d7af6f98 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.14.4 + 3.15.0 diff --git a/pom.xml b/pom.xml index 041b2764666..a642066aaee 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.14.4 + 3.15.0 2.0.16 5.8.8 From 408d84f62789076821f43131ff06e454216dbeb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:31:41 +0000 Subject: [PATCH 245/298] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#1587) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a642066aaee..de2df2c10ef 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.1.8 1.17.1 1.9.0 - 2.16.1 + 2.17.0 0.5.0 33.3.0-jre 2.17.2 From 6fb8376188cbfc640e3f88e28afc5257a802605d Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Fri, 20 Sep 2024 02:53:34 -0500 Subject: [PATCH 246/298] Update spring security dependency (#1579) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de2df2c10ef..fa1910ed97f 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 3.15.0 2.0.16 - 5.8.8 + 5.8.14 0.6.0 1.1.1 From 52a6f5c80bb5c7cae689cf4d473a5241cba8f7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:03:09 +0000 Subject: [PATCH 247/298] Bump org.codehaus.mojo:extra-enforcer-rules from 1.8.0 to 1.9.0 (#1591) --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa1910ed97f..9fcea29aa6d 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,12 @@ xmlunit-core 2.10.0
+ + + com.google.protobuf + protobuf-java + 3.25.5 +
@@ -290,7 +296,7 @@ org.codehaus.mojo extra-enforcer-rules - 1.8.0 + 1.9.0
From 32670eaf12f997d0fa978abe357bb2bfb21f8b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:39:18 +0000 Subject: [PATCH 248/298] Bump the plugins group with 5 updates (#1604) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9fcea29aa6d..32ceca453a3 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 3.1.0 - 3.2.1 + 3.3.0 3.7.1 3.5.0 3.4.0 @@ -52,11 +52,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 @@ -69,7 +69,7 @@ 3.5.0 - 10.18.1 + 10.18.2 4.2.2 From 81559f8906fb9bcd4cd69c62a204756e94be59df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:57:45 +0000 Subject: [PATCH 249/298] Bump junit.version from 5.11.0 to 5.11.1 (#1608) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 32ceca453a3..cb399e4df6f 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,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 1dce1c07c538edc610fd22c5ecc2cde63bfcbb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:03:50 +0000 Subject: [PATCH 250/298] Bump com.google.guava:guava from 33.3.0-jre to 33.3.1-jre (#1607) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cb399e4df6f..94ff466ee6d 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.9.0 2.17.0 0.5.0 - 33.3.0-jre + 33.3.1-jre 2.17.2 2.1.3 4.10.0 From 03b57df882dd7a2ff28a5fb21f9a7c50a796e7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:36:34 +0000 Subject: [PATCH 251/298] Bump jackson.version from 2.17.2 to 2.18.0 (#1606) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94ff466ee6d..3dadf88f6d5 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 2.17.0 0.5.0 33.3.1-jre - 2.17.2 + 2.18.0 2.1.3 4.10.0 0.9.6 From 34310afe040e4f57d7006303150a0447b3ac8b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:45:05 +0000 Subject: [PATCH 252/298] Bump quarkus.version from 3.15.0 to 3.15.1 (#1628) --- examples/cli/pom.xml | 2 +- examples/webapp/pom.xml | 2 +- pom.xml | 2 +- rdf-legacy/pom.xml | 6 ++++++ rdf4j/pom.xml | 6 ++++++ 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/examples/cli/pom.xml b/examples/cli/pom.xml index b09d056e6ab..48d6e4368b8 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.15.0 + 3.15.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 7d6d7af6f98..c702f671c86 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.15.0 + 3.15.1 diff --git a/pom.xml b/pom.xml index 3dadf88f6d5..ae5c9236fd5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.15.0 + 3.15.1 2.0.16 5.8.14 diff --git a/rdf-legacy/pom.xml b/rdf-legacy/pom.xml index f493ef2d803..1bbaa9451f1 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -48,6 +48,12 @@ pom import + + + commons-io + commons-io + ${commons.io.version} +
diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 950be9ed1b8..8e74c30a983 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -44,6 +44,12 @@ pom import + + + commons-io + commons-io + ${commons.io.version} +
From 40fc691675c5b41fd2c1e9591cf644339491c24a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:52:05 +0000 Subject: [PATCH 253/298] Bump junit.version from 5.11.1 to 5.11.2 (#1626) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ae5c9236fd5..f584e9edc94 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 4.2.2 3.16.2 2.0.1 - 5.11.1 + 5.11.2 4.6.0 3.9.1 3.0.4 From 5c385a5910f8b0d5970ae9db3fd7f39aefb8e575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:59:06 +0000 Subject: [PATCH 254/298] Bump the plugins group with 3 updates (#1625) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f584e9edc94..74557008098 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.2.7 0.8.12 3.4.2 - 3.10.0 + 3.10.1 4.6 1.7.0 10.0.4 @@ -66,7 +66,7 @@ 3.3.1 4.0.0.4121 3.3.1 - 3.5.0 + 3.5.1 10.18.2 From 1109ca4c33fe5f03faaceeba319b28d5e37a40f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:05:48 +0000 Subject: [PATCH 255/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.16.2 to 3.17.1 (#1627) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 74557008098..781b4f289f5 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.2 - 3.16.2 + 3.17.1 2.0.1 5.11.2 4.6.0 From d3dc04a9b71dbaad65f6989daca07671375a8bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:57:43 +0000 Subject: [PATCH 256/298] Bump junit.version from 5.11.2 to 5.11.3 (#1638) --- build-tools/owasp/suppressions.xml | 10 +++++++++- 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/pom.xml b/pom.xml index 781b4f289f5..80ce22fea0d 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ 4.2.2 3.17.1 2.0.1 - 5.11.2 + 5.11.3 4.6.0 3.9.1 3.0.4 From f2d9ab01f6c19aef617ce22c99d4bf0abfef7ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:07:03 +0000 Subject: [PATCH 257/298] Bump org.springframework:spring-web from 6.1.13 to 6.1.14 (#1640) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index dc5605ab891..8bff376b146 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -100,7 +100,7 @@ org.springframework spring-web - 6.1.13 + 6.1.14 provided From e503ce2dcdd6dd60113d86caf238f38ead177d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:13:58 +0000 Subject: [PATCH 258/298] Bump io.smallrye.config:smallrye-config from 3.9.1 to 3.10.0 (#1639) --- 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 b1ca852877e..e412fc16f65 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 30765fe8718..99bc1b7cc3a 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 80ce22fea0d..8c000f35881 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.11.3 4.6.0 - 3.9.1 + 3.10.0 3.0.4 3.9.1 From 3fa6777cbdf43c70f8c25dce3c61fdc18c166402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:43:21 +0000 Subject: [PATCH 259/298] Bump the plugins group across 1 directory with 3 updates (#1644) --- 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 1b8342821c7..3d8b64f7809 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 8c000f35881..1f720a2c607 100644 --- a/pom.xml +++ b/pom.xml @@ -58,10 +58,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 431311076b2bf0e280e9d6534bec3372ab9d9239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:02:21 +0000 Subject: [PATCH 260/298] Bump org.springframework.security:spring-security-bom in /spring (#1657) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 8bff376b146..d20ff757746 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -112,7 +112,7 @@ [17,) - 6.3.3 + 6.3.4 From 30fff83cf2118243b40a533e2818a2451c55a14a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:08:38 +0000 Subject: [PATCH 261/298] Bump wiremock.version from 3.9.1 to 3.9.2 (#1648) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1f720a2c607..2e9190a3478 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.6.0 3.10.0 3.0.4 - 3.9.1 + 3.9.2 true From c6313205dae09d463c82186efdffa9a2b828660c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:15:12 +0000 Subject: [PATCH 262/298] Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 (#1647) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e9190a3478..c0a737fd9bb 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 3.8.0 3.1.3 3.5.0 - 3.4.1 + 3.5.0 3.1.3 3.2.7 0.8.12 From 04f8d97f5efa826dc57d244a03bf3d1748943667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:22:32 +0000 Subject: [PATCH 263/298] Bump springboot.version from 3.3.4 to 3.3.5 (#1649) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index e3c1c29e7c4..537e1a01a23 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.3.4 + 3.3.5 From b631127d9503735e51ed35893e412bee6305cc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:29:17 +0000 Subject: [PATCH 264/298] Bump the plugins group across 1 directory with 4 updates (#1665) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c0a737fd9bb..b2bf7851114 100644 --- a/pom.xml +++ b/pom.xml @@ -44,10 +44,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.5.0 @@ -60,7 +60,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 @@ -69,7 +69,7 @@ 3.5.1 - 10.18.2 + 10.19.0 4.2.2 From 4321e1d54991ddc06735375cca789daea9dfd252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 19:26:40 +0000 Subject: [PATCH 265/298] Bump quarkus.version from 3.15.1 to 3.16.0 (#1650) --- 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 48d6e4368b8..dba09da9ec4 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.15.1 + 3.16.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index c702f671c86..6d7df58025c 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.15.1 + 3.16.0 diff --git a/pom.xml b/pom.xml index b2bf7851114..dda6269b774 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.15.1 + 3.16.0 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 714e2ede5f75b0662bbe3406418e84fd013513ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:52:29 +0000 Subject: [PATCH 266/298] Bump quarkus.version from 3.16.0 to 3.16.1 (#1678) --- 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 dba09da9ec4..bac5ab926a8 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.0 + 3.16.1 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 6d7df58025c..40aa8b8b2ad 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.0 + 3.16.1 diff --git a/pom.xml b/pom.xml index dda6269b774..189464c9b48 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.0 + 3.16.1 2.0.16 5.8.14 From 26316e0884441b3c4b190d6e6c407fd45ec51ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:59:21 +0000 Subject: [PATCH 267/298] Bump jackson.version from 2.18.0 to 2.18.1 (#1677) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 189464c9b48..7a4f5aeede4 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,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 47125c592a4a1e0735005566d9d9182acf95368b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:06:28 +0000 Subject: [PATCH 268/298] Bump archetype.plugin.version from 3.3.0 to 3.3.1 (#1676) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a4f5aeede4..a5773d906e9 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 3.1.0 - 3.3.0 + 3.3.1 3.7.1 3.6.0 3.4.0 From 1860c6b10f4f9b5f11b17cee48413685354bbed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:07:04 +0000 Subject: [PATCH 269/298] Bump the plugins group with 7 updates (#1675) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a5773d906e9..8a23ae4ef02 100644 --- a/pom.xml +++ b/pom.xml @@ -55,10 +55,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 @@ -66,10 +66,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 1b7c1c2a05b72066f865a3f50f88893d328ecd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:40:33 +0000 Subject: [PATCH 270/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.1 to 3.17.3 (#1693) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a23ae4ef02..a551ab76e5d 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.2 - 3.17.1 + 3.17.3 2.0.1 5.11.3 4.6.0 From 7c3b6e1df1646d08fbb165c1e8901a611b159c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:47:24 +0000 Subject: [PATCH 271/298] Bump org.eclipse.rdf4j:rdf4j-bom from 5.0.2 to 5.0.3 in /rdf4j (#1689) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index 8e74c30a983..db3f321533e 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 5.0.2 + 5.0.3 From 432110e25156e924d7dc79a4b9b1e01ad61b280c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:56:13 +0000 Subject: [PATCH 272/298] Bump the plugins group with 2 updates (#1691) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a551ab76e5d..7a9622f40d2 100644 --- a/pom.xml +++ b/pom.xml @@ -64,12 +64,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 62055fb6a8a33fcd15d1847bc3fc1a325964c559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:02:59 +0000 Subject: [PATCH 273/298] Bump quarkus.version from 3.16.1 to 3.16.2 (#1692) --- 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 bac5ab926a8..95c94c0f494 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.1 + 3.16.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 40aa8b8b2ad..477ae95a05d 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.1 + 3.16.2 diff --git a/pom.xml b/pom.xml index 7a9622f40d2..150c3412d96 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.1 + 3.16.2 2.0.16 5.8.14 From 676945d06bb7fd2030a8d5854144d0edd801bae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:55:21 +0000 Subject: [PATCH 274/298] Bump org.springframework:spring-web from 6.1.14 to 6.2.0 (#1712) --- 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 d20ff757746..d9dc152dcc6 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -100,7 +100,7 @@ org.springframework spring-web - 6.1.14 + 6.2.0 provided From 857f22616a907fd57743ede7d4e69e016bc4b24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:02:03 +0000 Subject: [PATCH 275/298] Bump quarkus.version from 3.16.2 to 3.16.3 (#1713) --- 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 95c94c0f494..9fc2285d668 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.2 + 3.16.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 477ae95a05d..bacacd625d7 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.2 + 3.16.3 diff --git a/pom.xml b/pom.xml index 150c3412d96..f5a7ef121e4 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.2 + 3.16.3 2.0.16 5.8.14 From dd6cb4c5376120a8ee344d050a1618795d8da535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:08:40 +0000 Subject: [PATCH 276/298] Bump io.smallrye.config:smallrye-config from 3.10.0 to 3.10.1 (#1714) --- 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 e412fc16f65..e4b7e34dd2c 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 99bc1b7cc3a..9f1e74299c3 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 f5a7ef121e4..794ccbe35c3 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.11.3 4.6.0 - 3.10.0 + 3.10.1 3.0.4 3.9.2 From ffe64a3af4df249573532fb5fbf362d779c5154a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:15:59 +0000 Subject: [PATCH 277/298] Bump io.smallrye:smallrye-jwt-build from 4.6.0 to 4.6.1 (#1711) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 794ccbe35c3..c4ff3d54999 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,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 9d48e7ebf8107a6b5382b026c5c125894a991676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:26:36 +0000 Subject: [PATCH 278/298] Bump com.gradle.enterprise from 3.18.1 to 3.18.2 in /gradle (#1715) --- 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 6e188a9e0d5b1709a68db412f5250f87fbafb0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:51:08 +0000 Subject: [PATCH 279/298] Bump quarkus.version from 3.16.3 to 3.17.0 (#1730) --- 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 9fc2285d668..442b5e92b0a 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.3 + 3.17.0 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index bacacd625d7..5bb0c002d85 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.16.3 + 3.17.0 diff --git a/pom.xml b/pom.xml index c4ff3d54999..8a85e17d32e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.16.3 + 3.17.0 2.0.16 5.8.14 From e6fc77b5ccd7d07cc277fef55ee16425752d79ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:57:25 +0000 Subject: [PATCH 280/298] Bump springboot.version from 3.3.5 to 3.4.0 (#1729) --- examples/springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 537e1a01a23..85ca98b4f5c 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -19,7 +19,7 @@ 17 17 3.1.1.RELEASE - 3.3.5 + 3.4.0 From a783d017fc152a08b26d07857afd03844591ac17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:04:13 +0000 Subject: [PATCH 281/298] Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#1728) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a85e17d32e..c504d6c188b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,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 337a318f939ff238cdc452bffc72565b93397f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:11:13 +0000 Subject: [PATCH 282/298] Bump org.springframework.security:spring-security-bom in /spring (#1720) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index d9dc152dcc6..0ce44252ef8 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -112,7 +112,7 @@ [17,) - 6.3.4 + 6.4.1 From 6a3d8c529dce24091296cb8c70ebe198726468bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:18:06 +0000 Subject: [PATCH 283/298] Bump org.eclipse.rdf4j:rdf4j-bom from 5.0.3 to 5.1.0 in /rdf4j (#1717) --- rdf4j/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml index db3f321533e..bbec2452a6e 100644 --- a/rdf4j/pom.xml +++ b/rdf4j/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 5.0.3 + 5.1.0 From c795b7e754c6d42308289a0f8ef4ceca1b756b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:10:31 +0000 Subject: [PATCH 284/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.3 to 3.17.4 (#1736) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c504d6c188b..cac82ba8fbe 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.2 - 3.17.3 + 3.17.4 2.0.1 5.11.3 4.6.1 From 564777191c33171190616fdc588e34ddc346acc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:19:18 +0000 Subject: [PATCH 285/298] Bump jackson.version from 2.18.1 to 2.18.2 (#1735) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cac82ba8fbe..c9b8c4e0f13 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,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 71c8ea00338059670621238140e0c2f06b8a255c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:26:30 +0000 Subject: [PATCH 286/298] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1732) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9b8c4e0f13..bacc79e1056 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.5.2 - 10.20.1 + 10.20.2 4.2.2 From 908389343ed8cbb6c65f36be60600e9232ffb521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:33:40 +0000 Subject: [PATCH 287/298] Bump quarkus.version from 3.17.0 to 3.17.2 (#1734) --- 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 442b5e92b0a..324a00abc52 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.17.0 + 3.17.2 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 5bb0c002d85..5225cf89234 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.17.0 + 3.17.2 diff --git a/pom.xml b/pom.xml index bacc79e1056..0ecef380941 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.0 + 3.17.2 2.0.16 5.8.14 From eedad1ab18b1e89e2059fbf9815f46941b327a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:41:01 +0000 Subject: [PATCH 288/298] Bump wiremock.version from 3.9.2 to 3.10.0 (#1733) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0ecef380941..db43c49f220 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 4.6.1 3.10.1 3.0.4 - 3.9.2 + 3.10.0 true From a626421c1e1af4a96d371f8a708aca051ded993b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:06:44 +0000 Subject: [PATCH 289/298] Bump io.smallrye.config:smallrye-config from 3.10.1 to 3.10.2 (#1749) --- 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 e4b7e34dd2c..82cf6ae4d6e 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 9f1e74299c3..d0ebf48c94d 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 db43c49f220..fee2837e2e6 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ 2.0.1 5.11.3 4.6.1 - 3.10.1 + 3.10.2 3.0.4 3.10.0 From a9ba5ffee2362a75ea48ea786f48acf8ef48de82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:27:51 +0000 Subject: [PATCH 290/298] Bump nl.jqno.equalsverifier:equalsverifier from 3.17.4 to 3.17.5 (#1753) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fee2837e2e6..670787373ca 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ 4.2.2 - 3.17.4 + 3.17.5 2.0.1 5.11.3 4.6.1 From adef41623de9d883fc8c8000071e942eb22855e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:34:25 +0000 Subject: [PATCH 291/298] Bump quarkus.version from 3.17.2 to 3.17.3 (#1752) --- 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 324a00abc52..de87b831510 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.17.2 + 3.17.3 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index 5225cf89234..f7067a32160 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.17.2 + 3.17.3 diff --git a/pom.xml b/pom.xml index 670787373ca..43b17c038c9 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.2 + 3.17.3 2.0.16 5.8.14 From eedd4efc9130a236380995cd1927510dbd7a89be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:41:11 +0000 Subject: [PATCH 292/298] Bump the plugins group with 2 updates (#1751) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 43b17c038c9..296d1b9e1eb 100644 --- a/pom.xml +++ b/pom.xml @@ -55,10 +55,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 9dc4d4e7d4f09e5dcf340bb7a5373cd2207745dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:35:10 +0000 Subject: [PATCH 293/298] Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#1774) --- 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 1bbaa9451f1..5d107be4f6c 100644 --- a/rdf-legacy/pom.xml +++ b/rdf-legacy/pom.xml @@ -18,7 +18,7 @@ 1.8 - 1.12.0 + 1.13.0 3.7.7 From 7ed0edfd7604ed7be1863553efcc9da998de11a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:41:46 +0000 Subject: [PATCH 294/298] Bump org.springframework:spring-web from 6.2.0 to 6.2.1 (#1771) --- spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/pom.xml b/spring/pom.xml index 0ce44252ef8..fe9bcbe56e0 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -100,7 +100,7 @@ org.springframework spring-web - 6.2.0 + 6.2.1 provided From f5a173f8c8455eb0707f9136f76e9f4c14b62958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:48:29 +0000 Subject: [PATCH 295/298] Bump com.puppycrawl.tools:checkstyle in the plugins group (#1766) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 296d1b9e1eb..cbc44f7f1d2 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 3.5.2 - 10.20.2 + 10.21.0 4.2.2 From 543e5b87fb72b87ae991f7eb2f862aa8e14f04f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:58:43 +0000 Subject: [PATCH 296/298] Bump com.gradle.enterprise from 3.18.2 to 3.19 in /gradle (#1761) --- 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 f99cfdb726bf4f4de103263c93252f4a82b3abe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:14:06 +0000 Subject: [PATCH 297/298] Bump junit.version from 5.11.3 to 5.11.4 (#1775) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cbc44f7f1d2..de65d7f68ce 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,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 b3b82c6d851981fa11bd4ac702af6550407d3af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:34:22 +0000 Subject: [PATCH 298/298] Bump quarkus.version from 3.17.3 to 3.17.4 (#1769) --- 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 de87b831510..d80cc5deb9a 100644 --- a/examples/cli/pom.xml +++ b/examples/cli/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.17.3 + 3.17.4 diff --git a/examples/webapp/pom.xml b/examples/webapp/pom.xml index f7067a32160..d28526bf890 100644 --- a/examples/webapp/pom.xml +++ b/examples/webapp/pom.xml @@ -19,7 +19,7 @@ 17 17 - 3.17.3 + 3.17.4 diff --git a/pom.xml b/pom.xml index de65d7f68ce..272a85b1dad 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 0.9.6 3.0.1 4.12.0 - 3.17.3 + 3.17.4 2.0.16 5.8.14 @@ -109,7 +109,6 @@ okhttp openid parser - quarkus rdf4j rdf-legacy solid @@ -121,7 +120,6 @@ spring integration performance - reports archetypes @@ -769,6 +767,16 @@ + + java-17 + + [17,) + + + quarkus + reports + + publish