Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ We would absolutely love to get the community involved, and we welcome any form

### Communication channels
* Communication is primarily done using issues.
* If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services/support).
* If you need support as soon as possible and you can't wait for any pull request, feel free to use [our support](https://xdev.software/en/services-products/support).
* As a last resort measure or on otherwise important matter you may also [contact us directly](https://xdev.software/en/about-us/contact).

### Ways to help
Expand Down
2 changes: 1 addition & 1 deletion sessionize-java-client-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<mainClass>software.xdev.Application</mainClass>

<log4j2-version>2.25.4</log4j2-version>
<log4j2-version>2.26.1</log4j2-version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 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.3</version>
<version>2.22.1</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.1</version>
<version>5.6.3</version>
</dependency>

<!-- JSON processing: jackson -->
Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>org.openapitools</groupId>
<artifactId>jackson-databind-nullable</artifactId>
<version>0.2.10</version>
<version>0.2.11</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -319,7 +319,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.22.0</version>
<version>7.24.0</version>
<executions>
<execution>
<goals>
Expand Down