Skip to content

Commit

Permalink
SIGA-509 Update version to 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarendus committed Mar 14, 2023
1 parent 0e0f112 commit aa8a65c
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
18 changes: 9 additions & 9 deletions OSS_USED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Lists of 61 third-party dependencies.
(BSD) jcabi-manifests (com.jcabi:jcabi-manifests:1.1 - http://www.jcabi.com/jcabi-manifests)
(The Apache Software License, Version 2.0) Commons JXPath (commons-jxpath:commons-jxpath:1.3 - http://commons.apache.org/jxpath/)
(The Apache Software License, Version 2.0) JASYPT: Hibernate 5 Integration (de.qaware.jasypt:jasypt-hibernate5:1.9.2 - http://www.jasypt.org)
(Apache License, Version 2.0) siga-auth (ee.openeid.siga:siga-auth:2.6.1 - https://spring.io/projects/spring-boot/siga-parent/siga-auth)
(Apache License, Version 2.0) siga-common (ee.openeid.siga:siga-common:2.6.1 - https://spring.io/projects/spring-boot/siga-parent/siga-common)
(Apache License, Version 2.0) siga-monitoring (ee.openeid.siga:siga-monitoring:2.6.1 - https://spring.io/projects/spring-boot/siga-parent/siga-monitoring)
(Apache License, Version 2.0) siga-session-storage (ee.openeid.siga:siga-session-storage:2.6.1 - https://spring.io/projects/spring-boot/siga-parent/siga-session-storage)
(Apache License, Version 2.0) siga-signature-service (ee.openeid.siga:siga-signature-service:2.6.1 - https://spring.io/projects/spring-boot/siga-parent/siga-signature-service)
(Apache License, Version 2.0) siga-auth (ee.openeid.siga:siga-auth:2.6.2 - https://spring.io/projects/spring-boot/siga-parent/siga-auth)
(Apache License, Version 2.0) siga-common (ee.openeid.siga:siga-common:2.6.2 - https://spring.io/projects/spring-boot/siga-parent/siga-common)
(Apache License, Version 2.0) siga-monitoring (ee.openeid.siga:siga-monitoring:2.6.2 - https://spring.io/projects/spring-boot/siga-parent/siga-monitoring)
(Apache License, Version 2.0) siga-session-storage (ee.openeid.siga:siga-session-storage:2.6.2 - https://spring.io/projects/spring-boot/siga-parent/siga-session-storage)
(Apache License, Version 2.0) siga-signature-service (ee.openeid.siga:siga-signature-service:2.6.2 - https://spring.io/projects/spring-boot/siga-parent/siga-signature-service)
(MIT License) Mobile-ID Java client (ee.sk.mid:mid-rest-java-client:1.4 - https://github.com/SK-EID/mid-rest-java-client)
(MIT License) Smart-ID Java client (ee.sk.smartid:smart-id-java-client:2.1.4 - https://github.com/SK-EID/smart-id-java-client)
(Apache-2.0) gatling-core (io.gatling:gatling-core:3.6.0 - https://gatling.io)
Expand All @@ -49,13 +49,13 @@ Lists of 61 third-party dependencies.
(The Apache Software License, Version 2.0) Apache Groovy (org.codehaus.groovy:groovy-all:2.5.15 - https://groovy-lang.org)
(BSD-3-Clause) janino (org.codehaus.janino:janino:3.1.9 - http://janino-compiler.github.io/janino/)
(GNU Lesser General Public License, Version 2.1) DigiDoc4j (org.digidoc4j:digidoc4j:5.0.0 - https://github.com/open-eid/digidoc4j)
(Eclipse Distribution License - v 1.0) JAXB Runtime (org.glassfish.jaxb:jaxb-runtime:4.0.1 - https://eclipse-ee4j.github.io/jaxb-ri/)
(Eclipse Distribution License - v 1.0) JAXB Runtime (org.glassfish.jaxb:jaxb-runtime:4.0.2 - https://eclipse-ee4j.github.io/jaxb-ri/)
(BSD License 3) Hamcrest (org.hamcrest:hamcrest:2.2 - http://hamcrest.org/JavaHamcrest/)
(Public Domain) JSON in Java (org.json:json:20220924 - https://github.com/douglascrockford/JSON-java)
(Public Domain) JSON in Java (org.json:json:20230227 - https://github.com/douglascrockford/JSON-java)
(Eclipse Public License v2.0) JUnit Vintage Engine (org.junit.vintage:junit-vintage-engine:5.8.2 - https://junit.org/junit5/)
(Apache License, Version 2.0) Liquibase (org.liquibase:liquibase-core:4.9.1 - http://www.liquibase.org/liquibase-root/liquibase-dist)
(BSD-2-Clause) PostgreSQL JDBC Driver (org.postgresql:postgresql:42.5.1 - https://jdbc.postgresql.org)
(The MIT License) Project Lombok (org.projectlombok:lombok:1.18.24 - https://projectlombok.org)
(BSD-2-Clause) PostgreSQL JDBC Driver (org.postgresql:postgresql:42.5.4 - https://jdbc.postgresql.org)
(The MIT License) Project Lombok (org.projectlombok:lombok:1.18.26 - https://projectlombok.org)
(The Apache Software License, Version 2.0) Spock Framework - Core Module (org.spockframework:spock-core:1.3-groovy-2.5 - http://spockframework.org)
(Apache License, Version 2.0) Spring Web (org.springframework:spring-web:5.3.24 - https://github.com/spring-projects/spring-framework)
(Apache License, Version 2.0) spring-boot-starter (org.springframework.boot:spring-boot-starter:2.7.7 - https://spring.io/projects/spring-boot)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>ee.openeid.siga</groupId>
<artifactId>siga-parent</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<packaging>pom</packaging>
<name>Signature Gateway</name>

Expand Down
4 changes: 2 additions & 2 deletions siga-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<artifactId>siga-auth</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion siga-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<artifactId>siga-common</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions siga-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<artifactId>siga-monitoring</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions siga-session-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<artifactId>siga-session-storage</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions siga-signature-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<artifactId>siga-signature-service</artifactId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-session-storage</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions siga-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<profiles>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<scope>test</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions siga-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>siga-parent</artifactId>
<groupId>ee.openeid.siga</groupId>
<version>2.6.1</version>
<version>2.6.2</version>
</parent>

<artifactId>siga-webapp</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<packaging>war</packaging>

<properties>
Expand All @@ -23,22 +23,22 @@
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-common</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-auth</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-monitoring</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>ee.openeid.siga</groupId>
<artifactId>siga-signature-service</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit aa8a65c

Please sign in to comment.