Skip to content

Commit 3dcf9c4

Browse files
authored
Wiremock 3+ requires java 11 (#2765)
1 parent e92591d commit 3dcf9c4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,16 @@
191191
'org.mockito:**',
192192
],
193193
},
194+
{
195+
// wiremock 3+ requires Java 11+
196+
matchUpdateTypes: [
197+
'major',
198+
],
199+
enabled: false,
200+
matchPackageNames: [
201+
'com.github.tomakehurst:wiremock-jre8'
202+
],
203+
},
194204
{
195205
// agrona 1.23+ requires Java 17+
196206
matchFileNames: [

0 commit comments

Comments
 (0)