File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
sessionize-java-client-demo Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments