File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/lacunasoftware/pkiexpress Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PKI Express package for Java
44
55This package contains classes that encapsulate the calls to the PKI Express.
66
7- The ** PKI Express package** is distributed by [ Maven] ( https://search.maven.org/artifact/com.lacunasoftware.pkiexpress/pki-express/1.21.2 /jar ) .
7+ The ** PKI Express package** is distributed by [ Maven] ( https://search.maven.org/artifact/com.lacunasoftware.pkiexpress/pki-express/1.21.3 /jar ) .
88
99The recommended way to install it is with Gradle:
1010
@@ -13,7 +13,7 @@ The recommended way to install it is with Gradle:
1313 }
1414
1515 dependencies {
16- implementation 'com.lacunasoftware.pkiexpress:pki-express:1.21.2 '
16+ implementation 'com.lacunasoftware.pkiexpress:pki-express:1.21.3 '
1717 ...
1818 }
1919
@@ -22,7 +22,7 @@ Or with Maven:
2222 <dependency >
2323 <groupId >com.lacunasoftware.pkiexpress</groupId >
2424 <artifactId >pki-express</artifactId >
25- <version >1.21.2 /version>
25+ <version >1.21.3 /version>
2626 <type >pom</type >
2727 </dependency >
2828
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ targetCompatibility = JavaVersion.VERSION_1_7
1111
1212group = ' com.lacunasoftware.pkiexpress'
1313archivesBaseName = ' pki-express'
14- version = ' 1.21.2 '
14+ version = ' 1.21.3 '
1515
1616repositories {
1717 mavenCentral()
Original file line number Diff line number Diff line change 55import java .util .List ;
66
77public class Metadata extends PkiExpressOperator {
8- public static final String LIBRARY_VERSION = "1.21.2 " ;
8+ public static final String LIBRARY_VERSION = "1.21.3 " ;
99
1010 public Metadata (PkiExpressConfig config ) {
1111 super (config );
You can’t perform that action at this time.
0 commit comments