Skip to content

Commit 49eb684

Browse files
committed
Bump bouncycastle version to 1.80, joda-time to 2.13.0, guava to 33.4.0-jre and pkix-ocsp to 2.4.0
1 parent 451d6db commit 49eb684

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Certificate validator for X.509 certificates
22

3-
[![commons-certvalidator Master Build](https://github.com/OxalisCommunity/commons-certvalidator/workflows/commons-certvalidator%20Master%20Build/badge.svg?branch=master)](https://github.com/OxalisCommunity/commons-certvalidator/actions?query=workflow%3A%22commons-certvalidator%20Master%20Build%22)
3+
[![commons-certvalidator Master Build](https://github.com/OxalisCommunity/commons-certvalidator/workflows/commons-certvalidator%20Master%20Build/badge.svg)](https://github.com/OxalisCommunity/commons-certvalidator/actions?query=workflow%3A%22commons-certvalidator%20Master%20Build%22)
44
[![Maven Central](https://img.shields.io/maven-central/v/network.oxalis.commons/commons-certvalidator.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22network.oxalis.commons%22%20AND%20a%3A%22commons-certvalidator%22)
55

66

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@
122122
<java.version>11</java.version>
123123
<maven.compiler.source>11</maven.compiler.source>
124124
<maven.compiler.target>11</maven.compiler.target>
125-
<bouncycastle.version>1.78.1</bouncycastle.version>
125+
<bouncycastle.version>1.80</bouncycastle.version>
126126
<testng.version>7.7.1</testng.version>
127127
<mockito-core.version>4.11.0</mockito-core.version>
128-
<joda-time.version>2.12.0</joda-time.version>
128+
<joda-time.version>2.13.0</joda-time.version>
129129
<jakarta.xml.bind-api-version>4.0.2</jakarta.xml.bind-api-version>
130130
<jaxb-impl-version>4.0.0</jaxb-impl-version>
131-
<guava.version>33.3.1-jre</guava.version>
132-
<pkix-ocsp.version>2.3.0</pkix-ocsp.version>
131+
<guava.version>33.4.0-jre</guava.version>
132+
<pkix-ocsp.version>2.4.0</pkix-ocsp.version>
133133
<metainf-services.version>1.9</metainf-services.version>
134134
</properties>
135135

0 commit comments

Comments
 (0)