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 51a2207 + 743bea6 commit 83d02fdCopy full SHA for 83d02fd
pom.xml
@@ -122,7 +122,7 @@
122
<dependency>
123
<groupId>org.asynchttpclient</groupId>
124
<artifactId>async-http-client</artifactId>
125
- <version>2.12.3</version>
+ <version>3.0.1</version>
126
</dependency>
127
128
<groupId>com.fasterxml.jackson.core</groupId>
@@ -243,7 +243,7 @@
243
<configuration>
244
<rules>
245
<enforceBytecodeVersion>
246
- <maxJdkVersion>1.8</maxJdkVersion>
+ <maxJdkVersion>11</maxJdkVersion>
247
</enforceBytecodeVersion>
248
</rules>
249
</configuration>
0 commit comments