Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ USER dependabot

# https://www.swift.org/download/
# https://github.com/apple/swift-org-website/blob/main/_data/builds/swift_releases.yml
ARG SWIFT_VERSION=6.2.1
ARG SWIFT_VERSION=6.2.3
ARG SWIFT_UBUNTU_VERSION=ubuntu24.04

RUN if [ "$TARGETARCH" = "arm64" ]; then SWIFT_UBUNTU_VERSION="${SWIFT_UBUNTU_VERSION}-aarch64"; fi \
Expand Down
4 changes: 2 additions & 2 deletions swift/spec/dependabot/swift/file_parser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
it "returns the correct package manager" do
expect(package_manager.name).to eq "swift"
expect(package_manager.requirement).to be_nil
expect(package_manager.version.to_s).to eq "6.2.1"
expect(package_manager.version.to_s).to eq "6.2.3"
end
end

Expand Down Expand Up @@ -335,7 +335,7 @@
it "returns the correct language" do
expect(language.name).to eq "swift"
expect(language.requirement).to be_nil
expect(language.version.to_s).to eq "6.2.1"
expect(language.version.to_s).to eq "6.2.3"
end
end
end
Expand Down
Loading