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
4 changes: 2 additions & 2 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ The Apache Software License, Version 2.0
- com.google.guava-failureaccess-1.0.3.jar
- com.google.guava-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- com.google.j2objc-j2objc-annotations-3.1.jar
* Netty Reactive Streams -- com.typesafe.netty-netty-reactive-streams-2.0.6.jar
* Netty Reactive Streams -- com.typesafe.netty-netty-reactive-streams-2.0.19.jar
* Swagger
- io.swagger.core.v3-swagger-annotations-jakarta-2.2.53.jar
* slog -- io.github.merlimat.slog-slog-0.10.0.jar
Expand Down Expand Up @@ -390,7 +390,7 @@ The Apache Software License, Version 2.0
* AirCompressor
- io.airlift-aircompressor-2.0.3.jar
* AsyncHttpClient
- org.asynchttpclient-async-http-client-3.0.10.jar
- org.asynchttpclient-async-http-client-3.0.13.jar
* Jetty
- org.eclipse.jetty-jetty-alpn-client-12.1.12.jar
- org.eclipse.jetty-jetty-alpn-conscrypt-server-12.1.12.jar
Expand Down
4 changes: 2 additions & 2 deletions distribution/shell/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ The Apache Software License, Version 2.0
- failureaccess-1.0.3.jar
- listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
* J2ObjC Annotations -- j2objc-annotations-3.1.jar
* Netty Reactive Streams -- netty-reactive-streams-2.0.6.jar
* Netty Reactive Streams -- netty-reactive-streams-2.0.19.jar
* Swagger -- swagger-annotations-jakarta-2.2.53.jar
* DataSketches
- datasketches-java-7.0.1.jar
Expand Down Expand Up @@ -404,7 +404,7 @@ The Apache Software License, Version 2.0
* AirCompressor
- aircompressor-2.0.3.jar
* AsyncHttpClient
- async-http-client-3.0.10.jar
- async-http-client-3.0.13.jar
* Jetty
- jetty-alpn-client-12.1.12.jar
- jetty-client-12.1.12.jar
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ snakeyaml = "2.6"
# Vert.x
vertx = "4.5.32"
# Networking / HTTP
asynchttpclient = "3.0.10"
asynchttpclient = "3.0.13"
conscrypt = "2.6.2"
okhttp3 = "5.5.0"
okio = "3.18.1"
Expand Down Expand Up @@ -136,7 +136,7 @@ java-semver = "0.10.2"
# oshi is capped at 6.x: at 7.0.0 the oshi-core-java11 artifact became a pom-only
# relocation stub pointing at com.github.oshi:oshi-core, which is a coordinate change
oshi = "6.12.0"
netty-reactive-streams = "2.0.6"
netty-reactive-streams = "2.0.19"
# 9.2.0+ is required for CronType.SPRING53 (Spring 5.3+ cron syntax)
cron-utils = "9.2.1"
failsafe = "3.3.2"
Expand Down
Loading