Skip to content

Commit 73c1de0

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents 36b29ae + 68851c3 commit 73c1de0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fi
5757
5858
- name: Upload demo files
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: demo-files-java-${{ matrix.java }}
6262
path: ${{ env.DEMO_MAVEN_MODULE }}/target/${{ env.DEMO_MAVEN_MODULE }}.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
working-directory: ${{ env.PRIMARY_MAVEN_MODULE }}
164164

165165
- name: Upload licenses - Upload Artifact
166-
uses: actions/upload-artifact@v3
166+
uses: actions/upload-artifact@v4
167167
with:
168168
name: dependencies-licenses
169169
path: ${{ env.PRIMARY_MAVEN_MODULE }}/target/site

sessionize-java-client-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
<log4j2-version>2.22.0</log4j2-version>
28+
<log4j2-version>2.22.1</log4j2-version>
2929
</properties>
3030

3131
<dependencies>
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-compiler-plugin</artifactId>
59-
<version>3.11.0</version>
59+
<version>3.12.1</version>
6060
<configuration>
6161
<release>${maven.compiler.release}</release>
6262
<compilerArgs>

sessionize-java-client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson</groupId>
9898
<artifactId>jackson-bom</artifactId>
99-
<version>2.16.0</version>
99+
<version>2.16.1</version>
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.apache.httpcomponents.client5</groupId>
110110
<artifactId>httpclient5</artifactId>
111-
<version>5.2.3</version>
111+
<version>5.3</version>
112112
</dependency>
113113

114114
<!-- JSON processing: jackson -->
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-compiler-plugin</artifactId>
178-
<version>3.11.0</version>
178+
<version>3.12.1</version>
179179
<configuration>
180180
<release>${maven.compiler.release}</release>
181181
<compilerArgs>
@@ -325,7 +325,7 @@
325325
<plugin>
326326
<groupId>org.openapitools</groupId>
327327
<artifactId>openapi-generator-maven-plugin</artifactId>
328-
<version>7.1.0</version>
328+
<version>7.2.0</version>
329329
<executions>
330330
<execution>
331331
<goals>

0 commit comments

Comments
 (0)