Skip to content
Snippets Groups Projects
Commit e2cb7146 authored by Martin Vogel's avatar Martin Vogel
Browse files

Merge branch 'renovate/open-csv.version' into 'main'

fix(deps): update dependency com.opencsv:opencsv to v5.9

See merge request !273
parents dbe33254 216a8349
No related branches found
No related tags found
1 merge request!273fix(deps): update dependency com.opencsv:opencsv to v5.9
......@@ -58,6 +58,7 @@ import dev.fitko.fitconnect.core.util.CertificateLoader;
import dev.fitko.fitconnect.jwkvalidator.exceptions.JWKValidationException;
import org.hamcrest.CoreMatchers;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import java.io.IOException;
......@@ -1406,7 +1407,7 @@ class DefaultValidationServiceTest {
assertTrue(validationResult.isValid());
}
@Test
@Disabled("until the telesec doi test system is available again")
public void fitConnectTestCertificateIsValidAccordingToTestRootCertificates() throws ParseException, IOException {
// Given
......@@ -1424,7 +1425,7 @@ class DefaultValidationServiceTest {
}
@Test
@Disabled("until the telesec doi test system is available again")
public void revokedFitConnectTestCertificateIsInvalidAccordingToTestRootCertificates() throws ParseException, IOException {
// Given
......@@ -1442,7 +1443,6 @@ class DefaultValidationServiceTest {
assertThat(validationResult.getError().getMessage(), is("JWK with id rRaGt35McGycD4MeRyHZSLFo7dda2PEJscBuPT1KJdE-wrapKey returned certificate status REVOKED for OCSP check"));
}
@Test
public void fitConnectTestCertificateIsInvalidAccordingToRootCertificates() throws ParseException, IOException {
// Given
......
......@@ -73,7 +73,7 @@
<jcommander.version>1.82</jcommander.version>
<apache-tika.version>2.9.1</apache-tika.version>
<snakeyaml.version>2.2</snakeyaml.version>
<open-csv.version>5.8</open-csv.version>
<open-csv.version>5.9</open-csv.version>
<json-schema-validator.version>1.0.87</json-schema-validator.version>
<!-- Testing -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment