From ea47de0e40ebb41f14e7fc3fb1563948544adcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 04:30:11 +0000 Subject: [PATCH 1/3] Bump com.squareup.okio:okio from 3.15.0 to 3.16.0 Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.15.0 to 3.16.0. - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okio/compare/parent-3.15.0...parent-3.16.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- okhttp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/okhttp/pom.xml b/okhttp/pom.xml index d76efc52f9..f841c9a85c 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -39,7 +39,7 @@ com.squareup.okio okio - 3.15.0 + 3.16.0 From 6741bfce08d86f5a90a6e2299688c6690242ac04 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 16 Sep 2025 08:11:01 -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 3fcb578dea..5d7fe023e9 100644 --- a/pom.xml +++ b/pom.xml @@ -220,7 +220,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 0e3fb8e957379e1e7d9a23fd82e3917b43bcef2e Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Tue, 16 Sep 2025 08:13:54 -0500 Subject: [PATCH 3/3] Use latest javadoc URL for rdf4j --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 5d7fe023e9..49b2c867e7 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,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/