Skip to content

Commit

Permalink
[#1446] Apply 2 suggestions to 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Jul 25, 2024
1 parent b164ad6 commit 705defd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog_unreleased/1446-upgrade-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build] slawek

Fixed the security vulnerabilities reported by the Github Dependabot
and updated dependencies including Go 1.22.5, PrimeNG 17.18.5, and
Fixed the security vulnerabilities reported by the GitHub Dependabot
and updated dependencies, including Go 1.22.5, PrimeNG 17.18.5, and
several Python and Ruby packages.
(Gitlab #1446)
2 changes: 1 addition & 1 deletion rakelib/30_dev.rake
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ namespace :update do
end
end

desc 'Update all go.mod dependencies the latest versions'
desc 'Update all go.mod dependencies to the latest versions.'
task :backend_deps => [GO] do
Dir.chdir("backend") do
sh GO, "get", "-u", "-t", "./..."
Expand Down

0 comments on commit 705defd

Please sign in to comment.