File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed
src/main/java/com/genexus/cloud/serverless/helpers Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >software.amazon.awssdk</groupId >
5454 <artifactId >lambda</artifactId >
55- <version >2.21.28 </version >
55+ <version >${software.awssdk.version} </version >
5656 </dependency >
5757
5858 <dependency >
Original file line number Diff line number Diff line change 2727 <version >3.1.0</version >
2828 </dependency >
2929
30- <dependency >
31- <groupId >com.microsoft.azure</groupId >
32- <artifactId >azure-functions-maven-plugin</artifactId >
33- <version >1.35.0</version >
34- </dependency >
35-
3630 <dependency >
3731 <groupId >io.cloudevents</groupId >
3832 <artifactId >cloudevents-api</artifactId >
6155 <groupId >org.mockito</groupId >
6256 <artifactId >mockito-core</artifactId >
6357 <version >5.12.0</version >
58+ <scope >test</scope >
6459 </dependency >
6560
6661 <dependency >
Original file line number Diff line number Diff line change 55import com .genexus .cloud .serverless .model .EventMessage ;
66import com .genexus .cloud .serverless .model .EventMessages ;
77import com .microsoft .azure .functions .ExecutionContext ;
8- import com .sun .jna .platform .win32 .Guid ;
98
109import java .time .Instant ;
1110import java .util .Date ;
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.amazonaws</groupId >
3030 <artifactId >aws-java-sdk-s3</artifactId >
31- <version >1.12.587 </version >
31+ <version >1.12.792 </version >
3232 </dependency >
3333 </dependencies >
3434</project >
Original file line number Diff line number Diff line change 2727 <groupId >com.azure</groupId >
2828 <artifactId >azure-cosmos</artifactId >
2929 </dependency >
30+
31+ <!-- overrite from azure-cosmos due to transitive CVEs -->
32+ <dependency >
33+ <groupId >com.azure</groupId >
34+ <artifactId >azure-core-http-netty</artifactId >
35+ <version >1.16.2</version >
36+ </dependency >
37+
3038 <dependency >
3139 <groupId >${project.groupId} </groupId >
3240 <artifactId >gxclassR</artifactId >
Original file line number Diff line number Diff line change 2424 <poi .version>5.4.1</poi .version>
2525 <jackson .version>2.14.1</jackson .version>
2626 <junit .version>4.13.2</junit .version>
27- <software .awssdk.version>2.21.27 </software .awssdk.version>
28- <software .azure.cosmos.version>4.42 .0</software .azure.cosmos.version>
27+ <software .awssdk.version>2.35.6 </software .awssdk.version>
28+ <software .azure.cosmos.version>4.74 .0</software .azure.cosmos.version>
2929 <log4j .version>2.21.1</log4j .version>
3030 <io .opentelemetry.version>1.28.0</io .opentelemetry.version>
3131 <org .bouncycastle.version>1.82</org .bouncycastle.version>
You can’t perform that action at this time.
0 commit comments