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.
1 parent e0b080c commit 398e086Copy full SHA for 398e086
1 file changed
pom.xml
@@ -117,7 +117,7 @@
117
<maven.compiler.release>11</maven.compiler.release>
118
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
119
<maven.javadoc.plugin.version>3.12.0</maven.javadoc.plugin.version>
120
- <okhttp.version>5.3.0</okhttp.version>
+ <okhttp.version>5.3.1</okhttp.version>
121
<spotbugs.version>4.9.8</spotbugs.version>
122
<spotbugs.maven.plugin.version>4.9.8.1</spotbugs.maven.plugin.version>
123
</properties>
@@ -126,7 +126,7 @@
126
<dependency>
127
<groupId>org.apache.commons</groupId>
128
<artifactId>commons-lang3</artifactId>
129
- <version>3.19.0</version>
+ <version>3.20.0</version>
130
</dependency>
131
<!-- JSON -->
132
0 commit comments