Skip to content

Commit 4c5f45b

Browse files
1.1.3
1 parent e41715a commit 4c5f45b

File tree

46 files changed

+207
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+207
-226
lines changed

audit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The `audit` directory contains code for implementing the [AuditLogger](https://g
1616

1717
-----
1818

19-
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).
19+
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).

audit/actuator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ relies on Spring and needs an `ApplicationEventPublisher` to function. Study the
3636

3737
-----
3838

39-
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).
39+
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).

audit/actuator/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-audit-parent</artifactId>
27-
<version>1.1.2</version>
27+
<version>1.1.3</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Auditing :: Actuator</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
4444
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
45-
<url>https://github.com/idsec/signservice/tree/main</url>
45+
<url>https://github.com/swedenconnect/signservice/tree/main</url>
4646
</scm>
4747

4848
<organization>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>net.bytebuddy</groupId>
118118
<artifactId>byte-buddy</artifactId>
119-
<version>1.15.11</version><!--$NO-MVN-MAN-VER$-->
119+
<version>1.16.1</version><!--$NO-MVN-MAN-VER$-->
120120
<scope>test</scope>
121121
</dependency>
122122

audit/base/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ The [CallbackAuditLoggerConfiguration](https://github.com/swedenconnect/signserv
9696

9797
-----
9898

99-
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).
99+
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).

audit/base/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-audit-parent</artifactId>
27-
<version>1.1.2</version>
27+
<version>1.1.3</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Auditing :: Base</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
4444
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
45-
<url>https://github.com/idsec/signservice/tree/main</url>
45+
<url>https://github.com/swedenconnect/signservice/tree/main</url>
4646
</scm>
4747

4848
<organization>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>ch.qos.logback</groupId>
9696
<artifactId>logback-classic</artifactId>
97-
<version>1.5.12</version>
97+
<version>1.5.16</version>
9898
<scope>test</scope>
9999
</dependency>
100100

audit/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-parent</artifactId>
27-
<version>1.1.2</version>
27+
<version>1.1.3</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Auditing</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
4444
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
45-
<url>https://github.com/idsec/signservice/tree/main</url>
45+
<url>https://github.com/swedenconnect/signservice/tree/main</url>
4646
</scm>
4747

4848
<organization>

authn/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The `authn` directory contains implementations for an [AuthenticationHandler](ht
1515

1616
-----
1717

18-
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).
18+
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).

authn/base/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ configure this handler.
2121

2222
-----
2323

24-
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).
24+
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).

authn/base/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
~ limitations under the License.
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1818

1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-authn-parent</artifactId>
27-
<version>1.1.2</version>
27+
<version>1.1.3</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Authentication :: Base</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
4444
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
45-
<url>https://github.com/idsec/signservice/tree/main</url>
45+
<url>https://github.com/swedenconnect/signservice/tree/main</url>
4646
</scm>
4747

4848
<organization>

authn/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-parent</artifactId>
27-
<version>1.1.2</version>
27+
<version>1.1.3</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Authentication</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
4444
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
45-
<url>https://github.com/idsec/signservice/tree/main</url>
45+
<url>https://github.com/swedenconnect/signservice/tree/main</url>
4646
</scm>
4747

4848
<organization>

authn/saml/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ the SAML SP metadata is created.
131131
132132
-----
133133

134-
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).
134+
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).

authn/saml/pom.xml

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
~ limitations under the License.
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1818

1919
<modelVersion>4.0.0</modelVersion>
2020

@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>se.swedenconnect.signservice</groupId>
2626
<artifactId>signservice-authn-parent</artifactId>
27-
<version>1.1.2</version>
27+
<version>1.1.3</version>
2828
</parent>
2929

3030
<name>Sweden Connect :: SignService :: Authentication :: SAML</name>
@@ -42,7 +42,7 @@
4242
<scm>
4343
<connection>scm:git:https://github.com/swedenconnect/signservice.git</connection>
4444
<developerConnection>scm:git:https://github.com/swedenconnect/signservice.git</developerConnection>
45-
<url>https://github.com/idsec/signservice/tree/main</url>
45+
<url>https://github.com/swedenconnect/signservice/tree/main</url>
4646
</scm>
4747

4848
<organization>
@@ -130,6 +130,11 @@
130130
<artifactId>opensaml-swedish-eid</artifactId>
131131
</dependency>
132132

133+
<dependency>
134+
<groupId>commons-io</groupId>
135+
<artifactId>commons-io</artifactId>
136+
</dependency>
137+
133138
<!-- Test -->
134139
<dependency>
135140
<groupId>org.slf4j</groupId>

bom/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ In the SignService application POM include the following:
3737

3838
-----
3939

40-
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).
40+
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).

bom/pom.xml

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright 2022-2024 Sweden Connect
2+
~ Copyright 2022-2025 Sweden Connect
33
~
44
~ Licensed under the Apache License, Version 2.0 (the "License");
55
~ you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
2121
<groupId>se.swedenconnect.signservice</groupId>
2222
<artifactId>signservice-application-bom</artifactId>
2323
<packaging>pom</packaging>
24-
<version>1.1.2</version>
24+
<version>1.1.3</version>
2525

2626
<name>Sweden Connect :: SignService :: Application BOM</name>
2727
<description>BOM for SignService Applications</description>
@@ -114,101 +114,101 @@
114114
<groupId>org.springframework</groupId>
115115
<artifactId>spring-framework-bom</artifactId>
116116
<type>pom</type>
117-
<version>6.2.0</version>
117+
<version>6.2.1</version>
118118
<scope>import</scope>
119119
</dependency>
120120

121121

122122
<dependency>
123123
<groupId>se.idsec.signservice.commons</groupId>
124124
<artifactId>signservice-bom</artifactId>
125-
<version>2.1.1</version>
125+
<version>2.2.0</version>
126126
<type>pom</type>
127127
<scope>import</scope>
128128
</dependency>
129129

130130
<dependency>
131131
<groupId>se.swedenconnect.signservice</groupId>
132132
<artifactId>signservice-core</artifactId>
133-
<version>1.1.2</version>
133+
<version>1.1.3</version>
134134
</dependency>
135135

136136
<dependency>
137137
<groupId>se.swedenconnect.signservice</groupId>
138138
<artifactId>signservice-engine</artifactId>
139-
<version>1.1.2</version>
139+
<version>1.1.3</version>
140140
</dependency>
141141

142142
<dependency>
143143
<groupId>se.swedenconnect.signservice</groupId>
144144
<artifactId>signservice-protocol-dssext11</artifactId>
145-
<version>1.1.2</version>
145+
<version>1.1.3</version>
146146
</dependency>
147147

148148
<dependency>
149149
<groupId>se.swedenconnect.signservice</groupId>
150150
<artifactId>signservice-authn-base</artifactId>
151-
<version>1.1.2</version>
151+
<version>1.1.3</version>
152152
</dependency>
153153

154154
<dependency>
155155
<groupId>se.swedenconnect.signservice</groupId>
156156
<artifactId>signservice-authn-saml</artifactId>
157-
<version>1.1.2</version>
157+
<version>1.1.3</version>
158158
</dependency>
159159

160160
<dependency>
161161
<groupId>se.swedenconnect.signservice</groupId>
162162
<artifactId>signservice-audit-base</artifactId>
163-
<version>1.1.2</version>
163+
<version>1.1.3</version>
164164
</dependency>
165165

166166
<dependency>
167167
<groupId>se.swedenconnect.signservice</groupId>
168168
<artifactId>signservice-audit-actuator</artifactId>
169-
<version>1.1.2</version>
169+
<version>1.1.3</version>
170170
</dependency>
171171

172172
<dependency>
173173
<groupId>se.swedenconnect.signservice</groupId>
174174
<artifactId>signservice-signhandler</artifactId>
175-
<version>1.1.2</version>
175+
<version>1.1.3</version>
176176
</dependency>
177177

178178
<dependency>
179179
<groupId>se.swedenconnect.signservice</groupId>
180180
<artifactId>signservice-keycert-base</artifactId>
181-
<version>1.1.2</version>
181+
<version>1.1.3</version>
182182
</dependency>
183183

184184
<dependency>
185185
<groupId>se.swedenconnect.signservice</groupId>
186186
<artifactId>signservice-keycert-simple</artifactId>
187-
<version>1.1.2</version>
187+
<version>1.1.3</version>
188188
</dependency>
189189

190190
<dependency>
191191
<groupId>se.swedenconnect.signservice</groupId>
192192
<artifactId>signservice-keycert-cmc</artifactId>
193-
<version>1.1.2</version>
193+
<version>1.1.3</version>
194194
</dependency>
195195

196196
<dependency>
197197
<groupId>se.swedenconnect.signservice</groupId>
198198
<artifactId>signservice-config</artifactId>
199-
<version>1.1.2</version>
199+
<version>1.1.3</version>
200200
</dependency>
201201

202202
<dependency>
203203
<groupId>se.swedenconnect.signservice</groupId>
204204
<artifactId>signservice-config-spring</artifactId>
205-
<version>1.1.2</version>
205+
<version>1.1.3</version>
206206
</dependency>
207207

208208
<dependency>
209209
<groupId>se.swedenconnect.signservice</groupId>
210210
<artifactId>signservice-spring-boot-starter</artifactId>
211-
<version>1.1.2</version>
211+
<version>1.1.3</version>
212212
</dependency>
213213

214214
</dependencies>

config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The `config` directory contains support interfaces and classes for configuring a
1616

1717
-----
1818

19-
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).
19+
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).

config/base/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Furthermore, this module declares a [SignServiceFactory](https://github.com/swed
2626

2727
-----
2828

29-
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).
29+
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).

0 commit comments

Comments
 (0)