Skip to content

Commit 6820a23

Browse files
committed
Merge branch 'release/v1.13.0'
2 parents 6533d67 + 3436eec commit 6820a23

File tree

2 files changed

+30
-25
lines changed

2 files changed

+30
-25
lines changed

.mergify.yml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
pull_request_rules:
2-
- name: "rebase unreviewed non-release PRs"
1+
queue_rules:
2+
- name: default
33
conditions:
4-
- "head~=^(?!(release|hotfix)).*$"
5-
- "#approved-reviews-by=0"
4+
- "#approved-reviews-by>=1"
65
- "#changes-requested-reviews-by=0"
76
- "-draft"
7+
8+
pull_request_rules:
9+
- name: "rebase non-release PRs"
10+
conditions:
11+
- "head~=^(?!(release|hotfix)).*$"
812
actions:
913
rebase:
1014

@@ -13,37 +17,38 @@ pull_request_rules:
1317
- "head~=^(?!(release|hotfix)).*$"
1418
- "#approved-reviews-by>=1"
1519
- "#changes-requested-reviews-by=0"
20+
- "#commits-behind=0"
1621
- "-draft"
1722
- "check-success=SonarCloud Code Analysis"
1823
actions:
19-
merge:
20-
strict: true
21-
strict_method: rebase
22-
method: merge
24+
queue:
25+
name: default
26+
update_method: rebase
2327

2428
- name: "merge non-release without-SonarCloud-but-from-dependabot PRs with strict rebase"
2529
conditions:
2630
- "head~=^(?!(release|hotfix)).*$"
2731
- "#approved-reviews-by>=1"
2832
- "#changes-requested-reviews-by=0"
33+
- "#commits-behind=0"
2934
- "-draft"
3035
- "author=dependabot[bot]"
3136
actions:
32-
merge:
33-
strict: true
34-
strict_method: rebase
35-
method: merge
37+
queue:
38+
name: default
39+
update_method: rebase
3640

3741
- name: "merge release PRs with strict merge"
3842
conditions:
3943
- "head~=^(release|hotfix).*$"
4044
- "#approved-reviews-by>=1"
4145
- "#changes-requested-reviews-by=0"
46+
- "#commits-behind=0"
4247
- "-draft"
4348
actions:
44-
merge:
45-
strict: true
46-
method: merge
49+
queue:
50+
name: default
51+
update_method: rebase
4752

4853
- name: "delete PR branches after merge"
4954
conditions:

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.retest</groupId>
66
<artifactId>recheck-junit-4-extension</artifactId>
7-
<version>1.12.0</version>
7+
<version>1.13.0</version>
88

99
<name>recheck-junit-4-extension</name>
1010
<description>JUnit 4 extension reducing boilerplate code in tests.</description>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>de.retest</groupId>
8282
<artifactId>recheck</artifactId>
83-
<version>1.12.0</version>
83+
<version>1.13.0</version>
8484
<scope>compile</scope>
8585
</dependency>
8686

@@ -89,14 +89,14 @@
8989
<dependency>
9090
<groupId>org.assertj</groupId>
9191
<artifactId>assertj-core</artifactId>
92-
<version>3.20.2</version>
92+
<version>3.22.0</version>
9393
<scope>test</scope>
9494
</dependency>
9595

9696
<dependency>
9797
<groupId>org.mockito</groupId>
9898
<artifactId>mockito-core</artifactId>
99-
<version>3.11.2</version>
99+
<version>4.3.1</version>
100100
<scope>test</scope>
101101
</dependency>
102102
</dependencies>
@@ -105,7 +105,7 @@
105105
<plugins>
106106
<plugin>
107107
<artifactId>maven-compiler-plugin</artifactId>
108-
<version>3.8.1</version>
108+
<version>3.10.0</version>
109109
<configuration>
110110
<source>${java.version}</source>
111111
<target>${java.version}</target>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-jar-plugin</artifactId>
125-
<version>3.2.0</version>
125+
<version>3.2.2</version>
126126
<configuration>
127127
<archive>
128128
<manifest>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>com.amashchenko.maven.plugin</groupId>
141141
<artifactId>gitflow-maven-plugin</artifactId>
142-
<version>1.16.0</version>
142+
<version>1.18.0</version>
143143
<configuration>
144144
<gitFlowConfig>
145145
<productionBranch>main</productionBranch>
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>org.apache.maven.plugins</groupId>
176176
<artifactId>maven-javadoc-plugin</artifactId>
177-
<version>3.3.0</version>
177+
<version>3.3.2</version>
178178
<executions>
179179
<execution>
180180
<id>bundle-javadoc</id>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-enforcer-plugin</artifactId>
196-
<version>3.0.0-M3</version>
196+
<version>3.0.0</version>
197197
<executions>
198198
<execution>
199199
<id>enforce-maven</id>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.sonatype.plugins</groupId>
216216
<artifactId>nexus-staging-maven-plugin</artifactId>
217-
<version>1.6.8</version>
217+
<version>1.6.12</version>
218218
<extensions>true</extensions>
219219
<configuration>
220220
<nexusUrl>https://oss.sonatype.org/</nexusUrl>

0 commit comments

Comments
 (0)