From 9e1857c67d3480008d735ae448a93d9cde1f6f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:30:08 +0000 Subject: [PATCH 1/3] Bump com.nimbusds:nimbus-jose-jwt from 10.4.2 to 10.5 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.4.2 to 10.5. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.5..10.4.2) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/spring-web/pom.xml | 2 +- examples/springboot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/spring-web/pom.xml b/examples/spring-web/pom.xml index 5d628439a9..485b58ad26 100644 --- a/examples/spring-web/pom.xml +++ b/examples/spring-web/pom.xml @@ -61,7 +61,7 @@ com.nimbusds nimbus-jose-jwt - 10.4.2 + 10.5 diff --git a/examples/springboot/pom.xml b/examples/springboot/pom.xml index 29575d6522..ea578d991a 100644 --- a/examples/springboot/pom.xml +++ b/examples/springboot/pom.xml @@ -112,7 +112,7 @@ com.nimbusds nimbus-jose-jwt - 10.4.2 + 10.5 From be6d7b95ee90d8b76bf231f2de4c39926563c160 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 16 Sep 2025 08:10:24 -0500 Subject: [PATCH 2/3] Remove problematic javadoc URL --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index f665d1c40f..6bd77c3dd4 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,6 @@ https://jena.apache.org/documentation/javadoc/jena/ https://jena.apache.org/documentation/javadoc/arq/ https://www.antlr.org/api/Java/ - https://rdf4j.org/javadoc/latest/ http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/
From 7f1e2cf4020546b586f7bfb97991d4c50975d0d8 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 16 Sep 2025 08:13:11 -0500 Subject: [PATCH 3/3] Better rdf4j javadoc URL --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6bd77c3dd4..752ddd2d13 100644 --- a/pom.xml +++ b/pom.xml @@ -221,6 +221,7 @@ https://jena.apache.org/documentation/javadoc/jena/ https://jena.apache.org/documentation/javadoc/arq/ https://www.antlr.org/api/Java/ + https://rdf4j.org/javadoc/5.1.0/ http://www.javadoc.io/doc/com.fasterxml.jackson.core/jackson-databind/