We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7c3783 + 34d7ccb commit b095829Copy full SHA for b095829
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.springframework.boot</groupId>
6
<artifactId>spring-boot-starter-parent</artifactId>
7
- <version>3.3.6</version>
+ <version>3.4.0</version>
8
<relativePath/>
9
</parent>
10
@@ -64,6 +64,16 @@
64
<artifactId>graphql-java-extended-scalars</artifactId>
65
<version>22.0</version>
66
</dependency>
67
+ <dependency>
68
+ <groupId>com.squareup.okhttp3</groupId>
69
+ <artifactId>okhttp</artifactId>
70
+ <version>4.12.0</version>
71
+ </dependency>
72
73
74
+ <artifactId>mockwebserver</artifactId>
75
76
77
<dependency>
78
<groupId>jakarta.el</groupId>
79
<artifactId>jakarta.el-api</artifactId>
0 commit comments