Skip to content

Commit

Permalink
update of bouncy castle crypto to version 1.70; other dependencies up…
Browse files Browse the repository at this point in the history
…dates;

preparing meta information for Maven Central publishing
  • Loading branch information
alukin committed Feb 6, 2022
1 parent b5c659c commit d41de09
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 20 deletions.
4 changes: 3 additions & 1 deletion easycrypt-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
<parent>
<groupId>ua.cn.al</groupId>
<artifactId>easycrypt-top</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>easycrypt-examples</artifactId>
<packaging>jar</packaging>

<dependencies>
<dependency>
<groupId>ua.cn.al</groupId>
Expand Down
2 changes: 1 addition & 1 deletion easycrypt-identity-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ua.cn.al</groupId>
<artifactId>easycrypt-top</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<groupId>ua.cn.al</groupId>
Expand Down
5 changes: 2 additions & 3 deletions easycrypt-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>ua.cn.al</groupId>
<artifactId>easycrypt-top</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<name>esycrypt-identity</name>
<groupId>ua.cn.al</groupId>
<name>esycrypt-identity</name>
<artifactId>easycrypt-identity</artifactId>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion easycrypt-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>ua.cn.al</groupId>
<artifactId>easycrypt-top</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>easycryptutil</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions easycrypt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<parent>
<groupId>ua.cn.al</groupId>
<artifactId>easycrypt-top</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<artifactId>easycrypt</artifactId>
<name>easycrypt</name>
<version>1.2.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
52 changes: 40 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,35 @@

<packaging>pom</packaging>
<name>EasyCrypt top</name>
<description>EasyCrypt cryptography libraries, examples and utilites</description>

<organization>
<name>Oleksy Lukin</name>
<url>http://al.cn.ua/</url>
</organization>

<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
</license>
</licenses>

<developers>
<developer>
<id>oleksiy.lukin</id>
<name>Oelskiy Lukin</name>
<email>alukin@gmail.com</email>
<organizationUrl>http://al.cn.ua</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:git@github.com:alukin/EasyCrypt.git</connection>
<developerConnection>scm:git:ssh://github.com:alukin/EasyCrypt.git</developerConnection>
<url>https://github.com/alukin/EasyCrypt/tree/main</url>
</scm>

<modules>
<module>easycrypt</module>
<module>easycrypt-util</module>
Expand All @@ -34,7 +57,7 @@
<java.version>11</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<graalvm.version>21.1.0</graalvm.version>
<graalvm.version>22.0.0.2</graalvm.version>
</properties>


Expand Down Expand Up @@ -65,54 +88,54 @@
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.6.1</version>
<version>4.6.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.30</version>
<version>1.7.35</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.35</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.30</version>
<version>1.7.35</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.68</version>
<version>1.70</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.68</version>
<version>1.70</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.12.2</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.2</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.7.1</version>
<version>5.8.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.22</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -125,7 +148,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand Down

0 comments on commit d41de09

Please sign in to comment.