Skip to content

Commit

Permalink
bump: okhttp to 3.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jul 23, 2024
1 parent 9de3815 commit 54c56f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
4 changes: 2 additions & 2 deletions xiaoya_proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>3.12.13</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand All @@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down

0 comments on commit 54c56f9

Please sign in to comment.