This is an automated email from the ASF dual-hosted git repository.

FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new a828c98ba24 build(deps): bump com.squareup.okio:okio from 3.6.0 to 
3.18.1 (#19979)
a828c98ba24 is described below

commit a828c98ba24945271f93176dba8e4129fd1d11bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 09:45:04 2026 +0800

    build(deps): bump com.squareup.okio:okio from 3.6.0 to 3.18.1 (#19979)
    
    * build(deps): bump com.squareup.okio:okio from 3.6.0 to 3.18.1
    
    Bumps [com.squareup.okio:okio](https://github.com/lysine-dev/okio) from 
3.6.0 to 3.18.1.
    - [Changelog](https://github.com/lysine-dev/okio/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/lysine-dev/okio/compare/parent-3.6.0...parent-3.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup.okio:okio
      dependency-version: 3.18.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * build: align Okio transitive dependencies
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Frank Chen <[email protected]>
---
 extensions-core/protobuf-extensions/pom.xml | 2 +-
 licenses.yaml                               | 4 ++--
 pom.xml                                     | 7 ++++++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/extensions-core/protobuf-extensions/pom.xml 
b/extensions-core/protobuf-extensions/pom.xml
index 27b1ae7a205..4a6918347e4 100644
--- a/extensions-core/protobuf-extensions/pom.xml
+++ b/extensions-core/protobuf-extensions/pom.xml
@@ -35,7 +35,7 @@
   </parent>
 
   <properties>
-    <okio.version>3.6.0</okio.version>
+    <okio.version>3.18.1</okio.version>
   </properties>
 
   <repositories>
diff --git a/licenses.yaml b/licenses.yaml
index a893d38406d..f54e0911fed 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1236,7 +1236,7 @@ name: com.squareup.okio okio
 license_category: binary
 module: extensions-core/kubernetes-extensions
 license_name: Apache License version 2.0
-version: 3.17.0
+version: 3.18.1
 libraries:
   - com.squareup.okio: okio
   - com.squareup.okio: okio-jvm
@@ -1247,7 +1247,7 @@ name: com.squareup.okio okio
 license_category: binary
 module: extensions-core/kubernetes-overlord-extensions
 license_name: Apache License version 2.0
-version: 3.17.0
+version: 3.18.1
 libraries:
   - com.squareup.okio: okio-jvm
 
diff --git a/pom.xml b/pom.xml
index e7d74009eab..99baa927c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -497,7 +497,12 @@
             <dependency>
                 <groupId>com.squareup.okio</groupId>
                 <artifactId>okio</artifactId>
-                <version>3.17.0</version>
+                <version>3.18.1</version>
+            </dependency>
+            <dependency>
+                <groupId>com.squareup.okio</groupId>
+                <artifactId>okio-jvm</artifactId>
+                <version>3.18.1</version>
             </dependency>
             <dependency>
                 <groupId>redis.clients</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to