We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d96f4 + c453c26 commit f932fa9Copy full SHA for f932fa9
2 files changed
sessionize-java-client-demo/pom.xml
@@ -25,7 +25,7 @@
25
26
<mainClass>software.xdev.Application</mainClass>
27
28
- <log4j2-version>2.21.1</log4j2-version>
+ <log4j2-version>2.22.0</log4j2-version>
29
</properties>
30
31
<dependencies>
sessionize-java-client/pom.xml
@@ -94,7 +94,7 @@
94
<dependency>
95
<groupId>com.fasterxml.jackson</groupId>
96
<artifactId>jackson-bom</artifactId>
97
- <version>2.15.3</version>
+ <version>2.16.0</version>
98
<type>pom</type>
99
<scope>import</scope>
100
</dependency>
@@ -327,7 +327,7 @@
327
<plugin>
328
<groupId>org.openapitools</groupId>
329
<artifactId>openapi-generator-maven-plugin</artifactId>
330
- <version>7.0.1</version>
+ <version>7.1.0</version>
331
<executions>
332
<execution>
333
<goals>
0 commit comments