Skip to content

Commit 96756fd

Browse files
Bump the dependencies group with 7 updates (#126)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 916ae40 commit 96756fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>${java.version}</maven.compiler.source>
1414
<maven.compiler.target>${java.version}</maven.compiler.target>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<jackson-version>2.20.0</jackson-version>
16+
<jackson-version>2.20.1</jackson-version>
1717
<jackson-annotations-version>2.20</jackson-annotations-version>
1818
<swagger-annotations-version>2.2.19</swagger-annotations-version>
1919
<maven-plugin-version>1.0.0</maven-plugin-version>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>com.squareup.okhttp3</groupId>
144144
<artifactId>okhttp-jvm</artifactId>
145-
<version>5.2.1</version>
145+
<version>5.3.0</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>de.siegmar</groupId>
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>org.junit.jupiter</groupId>
164164
<artifactId>junit-jupiter</artifactId>
165-
<version>6.0.0</version>
165+
<version>6.0.1</version>
166166
<scope>test</scope>
167167
</dependency>
168168
</dependencies>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.openapitools</groupId>
195195
<artifactId>openapi-generator-maven-plugin</artifactId>
196-
<version>7.16.0</version>
196+
<version>7.17.0</version>
197197
<executions>
198198
<execution>
199199
<id>api.2b2t.vc</id>

0 commit comments

Comments
 (0)