We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79353d4 + 1492651 commit 6a2a523Copy full SHA for 6a2a523
pom.xml
@@ -100,7 +100,7 @@
100
<dependency>
101
<groupId>ch.qos.logback</groupId>
102
<artifactId>logback-classic</artifactId>
103
- <version>1.2.11</version>
+ <version>1.3.0</version>
104
</dependency>
105
106
<groupId>javax.servlet</groupId>
renovate.json
@@ -9,12 +9,20 @@
9
"matchPackagePrefixes": [
10
"org.jetbrains.kotlin"
11
]
12
- },{
+ },
13
+ {
14
"description": "Align antlr version with graphql-java",
15
16
"org.antlr"
17
],
18
"allowedVersions": "<=4.9.3"
19
20
21
+ "description": "Logback 1.4 requires Java 11",
22
+ "matchPackagePrefixes": [
23
+ "ch.qos.logback"
24
+ ],
25
+ "allowedVersions": "!/1\\.4\\..*$/"
26
}
27
28
0 commit comments