From 9a3c873c589e136b956fe02dc4ca5208efe270f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:16:51 +0000 Subject: [PATCH] chore(deps): bump the swift-dependencies group across 1 directory with 4 updates Bumps the swift-dependencies group with 4 updates in the / directory: [github.com/apple/swift-log](https://github.com/apple/swift-log), [github.com/apple/swift-nio](https://github.com/apple/swift-nio), [github.com/vapor/jwt-kit](https://github.com/vapor/jwt-kit) and [github.com/apple/swift-format](https://github.com/apple/swift-format). Updates `github.com/apple/swift-log` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/apple/swift-log/releases) - [Commits](https://github.com/apple/swift-log/compare/1.13.1...1.14.0) Updates `github.com/apple/swift-nio` from 2.101.0 to 2.101.2 - [Release notes](https://github.com/apple/swift-nio/releases) - [Commits](https://github.com/apple/swift-nio/compare/2.101.0...2.101.2) Updates `github.com/vapor/jwt-kit` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/vapor/jwt-kit/releases) - [Commits](https://github.com/vapor/jwt-kit/compare/5.5.0...5.6.0) Updates `github.com/apple/swift-format` from 602.0.0 to 603.0.0 - [Release notes](https://github.com/apple/swift-format/releases) - [Commits](https://github.com/apple/swift-format/compare/602.0.0...603.0.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-log dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies - dependency-name: github.com/apple/swift-nio dependency-version: 2.101.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-dependencies - dependency-name: github.com/vapor/jwt-kit dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swift-dependencies - dependency-name: github.com/apple/swift-format dependency-version: 603.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: swift-dependencies ... Signed-off-by: dependabot[bot] --- Package.resolved | 24 ++++++++++++------------ Package.swift | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Package.resolved b/Package.resolved index ae5e46b..eb44b25 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "ba7db0085f78bbbfa5d74c01616c4ae2c90de1b613dce3ead01ab9df7f57870c", + "originHash" : "6d90ce03136ab1c4064c64dfaee71dd8243be54b46a84afb1084a50a82446304", "pins" : [ { "identity" : "csqlite", @@ -15,8 +15,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vapor/jwt-kit.git", "state" : { - "revision" : "a93a262fefb0938b799191b54f581ffa43422d96", - "version" : "5.5.0" + "revision" : "7abc497b0f907191933c87166e9b6a41b9d028d6", + "version" : "5.6.0" } }, { @@ -132,8 +132,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-format.git", "state" : { - "revision" : "62eaad2822b865407b8cde56c36386c00800f7ec", - "version" : "602.0.0" + "revision" : "d54c5be7afba3e5f52ae29e2371e444a3c2a49c1", + "version" : "603.0.0" } }, { @@ -159,14 +159,14 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "2aed77ae5ec9a86d8fe42c12275e4c2653a286ee", - "version" : "1.13.1" + "revision" : "a878e7f8f46cfc0e1125e565b5c08e7d5272dc9a", + "version" : "1.14.0" } }, { "identity" : "swift-markdown", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-markdown.git", + "location" : "https://github.com/swiftlang/swift-markdown.git", "state" : { "revision" : "3c6f9523da3a1ec2fd829673e472d95b8097a3b8", "version" : "0.8.0" @@ -177,8 +177,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-nio.git", "state" : { - "revision" : "77b84ac2cd2ac9e4ac67d19f045fd5b434f56967", - "version" : "2.101.0" + "revision" : "cd3e1152083706d77b223fb29110e590efcc70c0", + "version" : "2.101.2" } }, { @@ -240,8 +240,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/swiftlang/swift-syntax.git", "state" : { - "revision" : "4799286537280063c85a32f09884cfbca301b1a1", - "version" : "602.0.0" + "revision" : "79e4b74a295b6eb74a8b585e3a39d29e70c1dbd1", + "version" : "603.0.2" } }, { diff --git a/Package.swift b/Package.swift index b4cb12d..33c4208 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,7 @@ let package = Package( // targets Swift 6.1 as the floor. .package(url: "https://github.com/vapor/jwt-kit.git", "5.1.0"..<"6.0.0"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.15.3"), - .package(url: "https://github.com/apple/swift-format.git", from: "602.0.0"), + .package(url: "https://github.com/apple/swift-format.git", from: "603.0.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.4.0"), ], targets: [