Skip to content

Commit a1230ee

Browse files
committed
Update README.md
1 parent 3589797 commit a1230ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://github.com/expath/expath-http-client-java/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/expath/expath-http-client-java/actions/workflows/ci.yml)
2-
[![Java 8+](https://img.shields.io/badge/java-7%2B-blue.svg)](https://adoptopenjdk.net/)
2+
[![Java 8+](https://img.shields.io/badge/java-8%2B-blue.svg)](https://adoptopenjdk.net/)
33
[![License](https://img.shields.io/badge/license-MPL%201.0-blue.svg)](https://www-archive.mozilla.org/mpl/MPL-1.0.txt)
44
[![Maven Central](https://img.shields.io/maven-central/v/org.expath.http.client/http-client.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.expath.http.client%22%20AND%20a:%22http-client%22)
55

@@ -14,7 +14,7 @@ the library.
1414
# Building from source
1515

1616
Requires:
17-
* Java 1.7 or newer
17+
* Java 1.8 or newer
1818
* Maven 3 or newer
1919

2020
```bash
@@ -31,6 +31,7 @@ $ mvn clean package
3131

3232
| http-client-saxon Version | Saxon Versions |
3333
|---------------------------|----------------|
34+
| 1.4.0+ | 10.3+ |
3435
| 1.3.0 | 9.9+ |
3536
| <= 1.2.4 | 9.7+ |
3637

0 commit comments

Comments
 (0)