Skip to content

Commit 6bca209

Browse files
authored
Merge pull request #228 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents ff6301c + 75b807f commit 6bca209

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bzst-dip-java-client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson</groupId>
6060
<artifactId>jackson-bom</artifactId>
61-
<version>2.20.1</version>
61+
<version>2.21.0</version>
6262
<type>pom</type>
6363
<scope>import</scope>
6464
</dependency>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.apache.httpcomponents.client5</groupId>
7272
<artifactId>httpclient5</artifactId>
73-
<version>5.5.1</version>
73+
<version>5.6</version>
7474
</dependency>
7575

7676
<!-- JSON processing: jackson -->
@@ -384,7 +384,7 @@
384384
<plugin>
385385
<groupId>org.openapitools</groupId>
386386
<artifactId>openapi-generator-maven-plugin</artifactId>
387-
<version>7.17.0</version>
387+
<version>7.18.0</version>
388388
<executions>
389389
<execution>
390390
<goals>
@@ -420,7 +420,7 @@
420420
<plugin>
421421
<groupId>org.apache.maven.plugins</groupId>
422422
<artifactId>maven-resources-plugin</artifactId>
423-
<version>3.3.1</version>
423+
<version>3.4.0</version>
424424
<executions>
425425
<execution>
426426
<id>copy-generated-resources</id>

0 commit comments

Comments
 (0)