Skip to content

Commit b095829

Browse files
authored
Merge pull request #100 from tnaskali/dependabot/maven/org.springframework.boot-spring-boot-starter-parent-3.4.0
Bump org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.4.0
2 parents d7c3783 + 34d7ccb commit b095829

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.3.6</version>
7+
<version>3.4.0</version>
88
<relativePath/>
99
</parent>
1010

@@ -64,6 +64,16 @@
6464
<artifactId>graphql-java-extended-scalars</artifactId>
6565
<version>22.0</version>
6666
</dependency>
67+
<dependency>
68+
<groupId>com.squareup.okhttp3</groupId>
69+
<artifactId>okhttp</artifactId>
70+
<version>4.12.0</version>
71+
</dependency>
72+
<dependency>
73+
<groupId>com.squareup.okhttp3</groupId>
74+
<artifactId>mockwebserver</artifactId>
75+
<version>4.12.0</version>
76+
</dependency>
6777
<dependency>
6878
<groupId>jakarta.el</groupId>
6979
<artifactId>jakarta.el-api</artifactId>

0 commit comments

Comments
 (0)