Skip to content
6 changes: 3 additions & 3 deletions sessionize-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.21.2</version>
<version>2.21.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.6</version>
<version>5.6.1</version>
</dependency>

<!-- JSON processing: jackson -->
Expand Down Expand Up @@ -319,7 +319,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.20.0</version>
<version>7.22.0</version>
<executions>
<execution>
<goals>
Expand Down