From aa8a65c2cb655a1b81dc37c0626821fdb5449a21 Mon Sep 17 00:00:00 2001 From: Risto Seene <39149669+rsarendus@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:46:20 +0200 Subject: [PATCH] SIGA-509 Update version to 2.6.2 --- OSS_USED.md | 18 +++++++++--------- pom.xml | 2 +- siga-auth/pom.xml | 4 ++-- siga-common/pom.xml | 2 +- siga-monitoring/pom.xml | 6 +++--- siga-session-storage/pom.xml | 6 +++--- siga-signature-service/pom.xml | 6 +++--- siga-test/pom.xml | 4 ++-- siga-webapp/pom.xml | 12 ++++++------ 9 files changed, 30 insertions(+), 30 deletions(-) diff --git a/OSS_USED.md b/OSS_USED.md index 5db94dd8..d71b00af 100644 --- a/OSS_USED.md +++ b/OSS_USED.md @@ -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) @@ -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) diff --git a/pom.xml b/pom.xml index 3b538798..0ccffb43 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ee.openeid.siga siga-parent - 2.6.1 + 2.6.2 pom Signature Gateway diff --git a/siga-auth/pom.xml b/siga-auth/pom.xml index f1877281..5289056c 100644 --- a/siga-auth/pom.xml +++ b/siga-auth/pom.xml @@ -7,7 +7,7 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 siga-auth @@ -18,7 +18,7 @@ ee.openeid.siga siga-common - 2.6.1 + 2.6.2 diff --git a/siga-common/pom.xml b/siga-common/pom.xml index 3f3dfad6..722edd09 100644 --- a/siga-common/pom.xml +++ b/siga-common/pom.xml @@ -7,7 +7,7 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 siga-common diff --git a/siga-monitoring/pom.xml b/siga-monitoring/pom.xml index a9f0ce53..e99be94e 100644 --- a/siga-monitoring/pom.xml +++ b/siga-monitoring/pom.xml @@ -7,7 +7,7 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 siga-monitoring @@ -18,12 +18,12 @@ ee.openeid.siga siga-common - 2.6.1 + 2.6.2 ee.openeid.siga siga-session-storage - 2.6.1 + 2.6.2 diff --git a/siga-session-storage/pom.xml b/siga-session-storage/pom.xml index f68a3418..69f2b400 100644 --- a/siga-session-storage/pom.xml +++ b/siga-session-storage/pom.xml @@ -7,7 +7,7 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 siga-session-storage @@ -18,12 +18,12 @@ ee.openeid.siga siga-common - 2.6.1 + 2.6.2 ee.openeid.siga siga-auth - 2.6.1 + 2.6.2 diff --git a/siga-signature-service/pom.xml b/siga-signature-service/pom.xml index c53738d1..45127cf3 100644 --- a/siga-signature-service/pom.xml +++ b/siga-signature-service/pom.xml @@ -7,7 +7,7 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 siga-signature-service @@ -18,12 +18,12 @@ ee.openeid.siga siga-common - 2.6.1 + 2.6.2 ee.openeid.siga siga-session-storage - 2.6.1 + 2.6.2 diff --git a/siga-test/pom.xml b/siga-test/pom.xml index 56f267ed..cab761ca 100644 --- a/siga-test/pom.xml +++ b/siga-test/pom.xml @@ -7,7 +7,7 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 @@ -60,7 +60,7 @@ ee.openeid.siga siga-common - 2.6.1 + 2.6.2 test diff --git a/siga-webapp/pom.xml b/siga-webapp/pom.xml index 866959b2..c5beccb6 100644 --- a/siga-webapp/pom.xml +++ b/siga-webapp/pom.xml @@ -7,11 +7,11 @@ siga-parent ee.openeid.siga - 2.6.1 + 2.6.2 siga-webapp - 2.6.1 + 2.6.2 war @@ -23,22 +23,22 @@ ee.openeid.siga siga-common - 2.6.1 + 2.6.2 ee.openeid.siga siga-auth - 2.6.1 + 2.6.2 ee.openeid.siga siga-monitoring - 2.6.1 + 2.6.2 ee.openeid.siga siga-signature-service - 2.6.1 + 2.6.2