Skip to content

Commit c6183b3

Browse files
Update tested library versions (#9073)
Added tested versions: #### `com.google.http-client:google-http-client` - `2.2.0` #### `com.google.http-client:google-http-client-apache-v2` - `2.2.0` #### `com.google.http-client:google-http-client-gson` - `2.2.0` #### `io.netty:netty-tcnative-classes` - `2.0.81.Final` Co-authored-by: Github Actions <actions@github.com>
1 parent 8494f26 commit c6183b3

5 files changed

Lines changed: 12 additions & 8 deletions

File tree

COVERAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ Updated: 2026-07-20
208208
| `com.google.guava:guava` | [r06<br>- 33.6.0-jre](metadata/com.google.guava/guava/index.json) | <details><summary>Show</summary> Guava is Google's core Java library suite, providing collection types, immutable collections, graph APIs, caching, hashing, primitives, string handling, I/O helpers, and concurrency utilities. The 33.6.0-jre artifact is the standard JVM flavor for Java applications running on a JRE rather than the Android-specific flavor.</details> | [80.3% (159/198 calls)](stats/com.google.guava/guava/) |
209209
| `com.google.guava:guava-bootstrap` | [11.0.2<br>- 12.0-rc1](metadata/com.google.guava/guava-bootstrap/index.json) | <details><summary>Show</summary> Guava Bootstrap provides a JDK 6-like java.util.concurrent.ExecutorService interface compiled with JDK 5 settings for use during Guava's build. It is used on Guava's bootstrap class path so Guava can compile invokeAll and invokeAny signatures consistently across JDK 5 and JDK 6.</details> | [100.0% (0/0 calls)](stats/com.google.guava/guava-bootstrap/) |
210210
| `com.google.guava:listenablefuture` | [9999.0-empty-to-avoid-conflict-with-guava](metadata/com.google.guava/listenablefuture/index.json) | <details><summary>Show</summary> This artifact is an empty compatibility placeholder that Guava depends on so build tools prefer it over the standalone ListenableFuture artifact. It avoids duplicate ListenableFuture classes when applications depend on Guava and the older standalone coordinate at the same time.</details> | [100.0% (0/0 calls)](stats/com.google.guava/listenablefuture/) |
211-
| `com.google.http-client:google-http-client` | [1.42.2<br>- 2.1.1](metadata/com.google.http-client/google-http-client/index.json) | <details><summary>Show</summary> Google HTTP Client is a Java library for accessing web resources over HTTP. It provides pluggable HTTP transports plus data models for parsing and serializing HTTP request and response content.</details> | [100.0% (17/17 calls)](stats/com.google.http-client/google-http-client/) |
212-
| `com.google.http-client:google-http-client-apache-v2` | [1.42.2<br>- 2.1.1](metadata/com.google.http-client/google-http-client-apache-v2/index.json) | <details><summary>Show</summary> Apache HTTP transport v2 for the Google HTTP Client Library for Java adapts Apache HttpClient 4.x as an HTTP transport implementation. It lets JVM applications send requests through Google HTTP Client abstractions while relying on Apache HttpClient and HttpCore for connection handling and HTTP protocol behavior.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-apache-v2/) |
213-
| `com.google.http-client:google-http-client-gson` | [1.42.2<br>- 2.1.1](metadata/com.google.http-client/google-http-client-gson/index.json) | <details><summary>Show</summary> GSON extensions for the Google HTTP Client Library for Java provide a Gson-backed JSON factory, parser, and generator for HTTP request and response payloads. The artifact lets applications use Gson for JSON serialization and deserialization while building on the Google HTTP Client transport abstractions.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-gson/) |
211+
| `com.google.http-client:google-http-client` | [1.42.2<br>- 2.2.0](metadata/com.google.http-client/google-http-client/index.json) | <details><summary>Show</summary> Google HTTP Client is a Java library for accessing web resources over HTTP. It provides pluggable HTTP transports plus data models for parsing and serializing HTTP request and response content.</details> | [100.0% (17/17 calls)](stats/com.google.http-client/google-http-client/) |
212+
| `com.google.http-client:google-http-client-apache-v2` | [1.42.2<br>- 2.2.0](metadata/com.google.http-client/google-http-client-apache-v2/index.json) | <details><summary>Show</summary> Apache HTTP transport v2 for the Google HTTP Client Library for Java adapts Apache HttpClient 4.x as an HTTP transport implementation. It lets JVM applications send requests through Google HTTP Client abstractions while relying on Apache HttpClient and HttpCore for connection handling and HTTP protocol behavior.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-apache-v2/) |
213+
| `com.google.http-client:google-http-client-gson` | [1.42.2<br>- 2.2.0](metadata/com.google.http-client/google-http-client-gson/index.json) | <details><summary>Show</summary> GSON extensions for the Google HTTP Client Library for Java provide a Gson-backed JSON factory, parser, and generator for HTTP request and response payloads. The artifact lets applications use Gson for JSON serialization and deserialization while building on the Google HTTP Client transport abstractions.</details> | [100.0% (0/0 calls)](stats/com.google.http-client/google-http-client-gson/) |
214214
| `com.google.inject.extensions:guice-servlet` | [3.0<br>- 4.2.3](metadata/com.google.inject.extensions/guice-servlet/index.json) | <details><summary>Show</summary> Guice Servlet extends Google Guice for Java servlet applications, adding request and session scopes plus servlet and filter binding support. It integrates Guice-managed dependency injection into servlet containers through APIs such as ServletModule, GuiceFilter, and GuiceServletContextListener.</details> | [100.0% (0/0 calls)](stats/com.google.inject.extensions/guice-servlet/) |
215215
| `com.google.j2objc:j2objc-annotations` | [1.3<br>- 3.1](metadata/com.google.j2objc/j2objc-annotations/index.json) | | [100.0% (0/0 calls)](stats/com.google.j2objc/j2objc-annotations/) |
216216
| `com.google.javascript:closure-compiler-externs` | [v20150505](metadata/com.google.javascript/closure-compiler-externs/index.json) | <details><summary>Show</summary> Closure Compiler Externs packages JavaScript extern definition files used by Google Closure Compiler to model browser, DOM, ES, and platform APIs during type checking and optimization. These definitions let the compiler recognize externally provided symbols so it can preserve public API names and perform safer JavaScript compilation.</details> | [100.0% (0/0 calls)](stats/com.google.javascript/closure-compiler-externs/) |
@@ -602,7 +602,7 @@ Updated: 2026-07-20
602602
| `io.netty:netty-resolver` | [4.1.79.Final<br>- 5.0.0.Alpha2](metadata/io.netty/netty-resolver/index.json) | <details><summary>Show</summary> Netty Resolver provides asynchronous name resolution abstractions used by Netty networking components. It supplies resolver groups and default or no-op InetSocketAddress resolvers that integrate with Netty's Future and EventExecutor APIs.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-resolver/) |
603603
| `io.netty:netty-resolver-dns` | [4.1.80.Final](metadata/io.netty/netty-resolver-dns/index.json) | | N/A |
604604
| `io.netty:netty-resolver-dns-classes-macos` | [4.1.74.Final<br>- 4.2.16.Final](metadata/io.netty/netty-resolver-dns-classes-macos/index.json) | <details><summary>Show</summary> Netty Resolver DNS Classes for macOS provides the Java-side classes used by Netty's macOS DNS resolver integration. It exposes a DNS server address stream provider that loads Netty's native macOS resolver library and reads the system nameserver configuration for DNS resolution.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-resolver-dns-classes-macos/) |
605-
| `io.netty:netty-tcnative-classes` | [2.0.48.Final<br>- 2.0.80.Final](metadata/io.netty/netty-tcnative-classes/index.json) | <details><summary>Show</summary> Netty tcnative classes provide Java bindings for Netty's fork of Tomcat Native, exposing native TLS and SSL functionality to Netty-based applications. The artifact supplies the shared class definitions that Netty's platform-specific tcnative libraries use to access OpenSSL and Apache APR capabilities.</details> | [100.0% (1/1 calls)](stats/io.netty/netty-tcnative-classes/) |
605+
| `io.netty:netty-tcnative-classes` | [2.0.48.Final<br>- 2.0.81.Final](metadata/io.netty/netty-tcnative-classes/index.json) | <details><summary>Show</summary> Netty tcnative classes provide Java bindings for Netty's fork of Tomcat Native, exposing native TLS and SSL functionality to Netty-based applications. The artifact supplies the shared class definitions that Netty's platform-specific tcnative libraries use to access OpenSSL and Apache APR capabilities.</details> | [100.0% (1/1 calls)](stats/io.netty/netty-tcnative-classes/) |
606606
| `io.netty:netty-transport` | [4.1.80.Final<br>- 4.2.0.Final](metadata/io.netty/netty-transport/index.json) | <details><summary>Show</summary> Netty Transport provides the core channel and transport infrastructure used to build asynchronous event-driven network clients and servers. It supplies abstractions and implementations for I/O operations, event loops, channels, and bootstrapping within the Netty framework.</details> | [38.1% (16/42 calls)](stats/io.netty/netty-transport/) |
607607
| `io.netty:netty-transport-classes-epoll` | [4.1.99.Final<br>- 4.2.16.Final](metadata/io.netty/netty-transport-classes-epoll/index.json) | <details><summary>Show</summary> Provides the Java classes for Netty's Linux epoll transport, integrating epoll-based channels and event loops with Netty's transport APIs. It is used to build high-performance non-blocking network clients and servers on Linux when paired with the corresponding native epoll artifacts.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-transport-classes-epoll/) |
608608
| `io.netty:netty-transport-classes-io_uring` | [4.2.1.Final<br>- 4.2.3.Final](metadata/io.netty/netty-transport-classes-io_uring/index.json) | <details><summary>Show</summary> Netty's io_uring transport classes provide channel, socket, and event-loop support for using Linux io_uring with Netty. This artifact contains the JVM-side classes for the transport, complementing Netty's native io_uring components for high-performance asynchronous networking on supported Linux systems.</details> | [100.0% (0/0 calls)](stats/io.netty/netty-transport-classes-io_uring/) |

metadata/com.google.http-client/google-http-client-apache-v2/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"2.0.2",
3232
"2.0.3",
3333
"2.1.0",
34-
"2.1.1"
34+
"2.1.1",
35+
"2.2.0"
3536
],
3637
"allowed-packages" : [
3738
"com.google.api.client.http.apache.v2"

metadata/com.google.http-client/google-http-client-gson/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"2.0.2",
3232
"2.0.3",
3333
"2.1.0",
34-
"2.1.1"
34+
"2.1.1",
35+
"2.2.0"
3536
],
3637
"allowed-packages" : [
3738
"com.google.api.client.json.gson"

metadata/com.google.http-client/google-http-client/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"2.0.2",
3232
"2.0.3",
3333
"2.1.0",
34-
"2.1.1"
34+
"2.1.1",
35+
"2.2.0"
3536
],
3637
"allowed-packages" : [
3738
"com.google.api.client"

metadata/io.netty/netty-tcnative-classes/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"2.0.77.Final",
4141
"2.0.78.Final",
4242
"2.0.79.Final",
43-
"2.0.80.Final"
43+
"2.0.80.Final",
44+
"2.0.81.Final"
4445
],
4546
"allowed-packages" : [
4647
"io.netty.internal.tcnative"

0 commit comments

Comments
 (0)