Skip to content

Commit 7120fd0

Browse files
committed
Add missing import
1 parent ce7c23d commit 7120fd0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 3.11.1 - 2025-09-04
8+
### Fixed
9+
- Failing post-commit hook on SVN repository, because it does not support the BranchResolver
10+
711
## 3.11.0 - 2025-08-20
812
### Added
913
- Support for the new merge strategy fast forward only

gradle/changelog/fix_svn_post_commit_hook.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/test/java/com/cloudogu/scm/review/pullrequest/service/PullRequestSuggestionServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.mockito.junit.jupiter.MockitoExtension;
3232
import sonia.scm.HandlerEventType;
3333
import sonia.scm.repository.Branch;
34+
import sonia.scm.repository.InternalRepositoryException;
3435
import sonia.scm.repository.Person;
3536
import sonia.scm.repository.PostReceiveRepositoryHookEvent;
3637
import sonia.scm.repository.Repository;

0 commit comments

Comments
 (0)