Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Jan 20, 2025
1 parent e41715a commit 4c5f45b
Show file tree
Hide file tree
Showing 46 changed files with 207 additions and 226 deletions.
2 changes: 1 addition & 1 deletion audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The `audit` directory contains code for implementing the [AuditLogger](https://g

-----

Copyright © 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright © 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion audit/actuator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ relies on Spring and needs an `ApplicationEventPublisher` to function. Study the

-----

Copyright © 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright © 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
8 changes: 4 additions & 4 deletions audit/actuator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Actuator</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.11</version><!--$NO-MVN-MAN-VER$-->
<version>1.16.1</version><!--$NO-MVN-MAN-VER$-->
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion audit/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ The [CallbackAuditLoggerConfiguration](https://github.com/swedenconnect/signserv

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
8 changes: 4 additions & 4 deletions audit/base/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Base</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.12</version>
<version>1.5.16</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions audit/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion authn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The `authn` directory contains implementations for an [AuthenticationHandler](ht

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion authn/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ configure this handler.

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
8 changes: 4 additions & 4 deletions authn/base/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: Base</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
6 changes: 3 additions & 3 deletions authn/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion authn/saml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ the SAML SP metadata is created.
-----

Copyright &copy; 2022-2023, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
13 changes: 9 additions & 4 deletions authn/saml/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -24,7 +24,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: SAML</name>
Expand All @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
<url>https://github.com/idsec/signservice/tree/main</url>
<url>https://github.com/swedenconnect/signservice/tree/main</url>
</scm>

<organization>
Expand Down Expand Up @@ -130,6 +130,11 @@
<artifactId>opensaml-swedish-eid</artifactId>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ In the SignService application POM include the following:

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
36 changes: 18 additions & 18 deletions bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
~ Copyright 2022-2024 Sweden Connect
~ Copyright 2022-2025 Sweden Connect
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-application-bom</artifactId>
<packaging>pom</packaging>
<version>1.1.2</version>
<version>1.1.3</version>

<name>Sweden Connect :: SignService :: Application BOM</name>
<description>BOM for SignService Applications</description>
Expand Down Expand Up @@ -114,101 +114,101 @@
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<type>pom</type>
<version>6.2.0</version>
<version>6.2.1</version>
<scope>import</scope>
</dependency>


<dependency>
<groupId>se.idsec.signservice.commons</groupId>
<artifactId>signservice-bom</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-engine</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-protocol-dssext11</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-base</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-saml</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-base</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-actuator</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-signhandler</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-base</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-simple</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-cmc</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-spring</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-spring-boot-starter</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The `config` directory contains support interfaces and classes for configuring a

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
2 changes: 1 addition & 1 deletion config/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Furthermore, this module declares a [SignServiceFactory](https://github.com/swed

-----

Copyright &copy; 2022-2024, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Copyright &copy; 2022-2025, [Myndigheten för digital förvaltning - Swedish Agency for Digital Government (DIGG)](http://www.digg.se). Licensed under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
Loading

0 comments on commit 4c5f45b

Please sign in to comment.