X Tutup
Skip to content

Commit f70604b

Browse files
authored
Merge pull request #40833 from owncloud/dependencies-tests-20230612
Dependencies and tests 20230612
2 parents f4f8977 + 0a35074 commit f70604b

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

changelog/unreleased/PHPdependencies20230404onward

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The following have been updated:
66
- guzzlehttp/guzzle (7.5.0 to 7.7.0)
77
- pear/pear-core-minimal (1.10.11 to 1.10.13)
88
- punic/punic (3.8.0 to 3.8.1)
9+
- sabre/url (2.3.2 to 2.3.3)
910

1011
The following have been updated in apps/files_external/3rdparty:
1112
- google/apiclient (2.13.1 to 2.13.2)
@@ -18,3 +19,4 @@ https://github.com/owncloud/core/pull/40789
1819
https://github.com/owncloud/core/pull/40806
1920
https://github.com/owncloud/core/pull/40819
2021
https://github.com/owncloud/core/pull/40825
22+
https://github.com/owncloud/core/pull/40833

composer.lock

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/acceptance/features/cliTrashbin/previewsCleanup.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@cli @files_trashbin-app-required @preview-extension-required
1+
@cli @files_trashbin-app-required @preview-extension-required @skipOnOcV10.11 @skipOnOcV10.12
22
Feature: orphaned previews can be deleted
33
As an admin
44
I want to delete previews whose original file no longer exists

0 commit comments

Comments
 (0)
X Tutup