Skip to content

Commit 7a62b5a

Browse files
committed
Update READMEs
1 parent fbe9e9d commit 7a62b5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The Validation tool and APIs are written in Scala 2.13 and may be used as:
2020

2121
* A library in your Scala project.
2222

23-
* A library in your Java project (We provide a Java 11 interface, to make things simple for Java programmers too).
23+
* A library in your Java project (We provide a Java 21 interface, to make things simple for Java programmers too).
2424

25-
The Validation Tool and APIs can be used on any Java Virtual Machine which supports Java 11 or better (**NB Java 6 support was removed in version 1.1**). The source code is
25+
The Validation Tool and APIs can be used on any Java Virtual Machine which supports Java 21 or better (**NB Java 6 support was removed in version 1.1**). The source code is
2626
built using the [Apache Maven](https://maven.apache.org/) build tool:
2727

2828
1. For use in other Java/Scala Applications, build by executing `mvn clean install`.
@@ -41,7 +41,7 @@ If you wish to use the CSV Validator from your own Java project, we provide a na
4141
<dependency>
4242
<groupId>uk.gov.nationalarchives</groupId>
4343
<artifactId>csv-validator-java-api</artifactId>
44-
<version>1.4.0</version>
44+
<version>1.4.1</version>
4545
</dependency>
4646
```
4747

@@ -109,7 +109,7 @@ Likewise, if you wish to use the CSV Validator from your own Scala project, the
109109
<dependency>
110110
<groupId>uk.gov.nationalarchives</groupId>
111111
<artifactId>csv-validator-core</artifactId>
112-
<version>1.3.0</version>
112+
<version>1.4.1</version>
113113
</dependency>
114114
```
115115

csv-validator-distribution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This module assembles the csv-validator deliverable in a zip format.
55

66
---
77
### Structure of the generated ZIP file
8-
The zip, which includes bundled JRE, has following structure.
8+
The zip, which includes bundled JRE, has the following structure:
99

1010
```
1111
csv-validator-application-<version_number>

0 commit comments

Comments
 (0)