diff --git a/NOTICE b/NOTICE
index 75b0f2cf..206e8790 100644
--- a/NOTICE
+++ b/NOTICE
@@ -14,6 +14,7 @@ This software includes third party software subject to the following licenses:
Apache FontBox under Apache-2.0
Apache HttpClient under Apache License, Version 2.0
Apache HttpComponents Core HTTP/1.1 under Apache License, Version 2.0
+ Apache HttpComponents Core HTTP/2 under Apache License, Version 2.0
Apache PDFBox under Apache-2.0
Apache PDFBox io under Apache-2.0
Bouncy Castle ASN.1 Extension and Utility APIs under Bouncy Castle Licence
diff --git a/pom.xml b/pom.xml
index 70e0c03f..4d74aad2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
digipost-api-client-java
- 16.0-SNAPSHOT
+ LOCAL-SNAPSHOT
Digipost API Client
Java library for interacting with the Digipost REST API
@@ -33,8 +33,6 @@
11
11
-
- 1.81
@@ -46,7 +44,7 @@
no.digipost
digipost-html-validator
- 1.1.1
+ 1.1.3
no.digipost
@@ -70,22 +68,18 @@
org.apache.httpcomponents.client5
httpclient5
- 5.4.4
+ 5.5.1
commons-logging
commons-logging
-
- org.apache.httpcomponents.core5
- httpcore5-h2
-
- org.apache.httpcomponents.core5
- httpcore5
- 5.3.4
+ org.apache.httpcomponents.core5
+ httpcore5
+ 5.3.6
no.digipost
@@ -100,17 +94,15 @@
org.apache.commons
commons-lang3
- 3.18.0
+ 3.19.0
org.bouncycastle
bcprov-jdk18on
- ${bouncycastle.version}
org.bouncycastle
bcpkix-jdk18on
- ${bouncycastle.version}
org.junit.jupiter
@@ -125,7 +117,7 @@
org.hamcrest
hamcrest
- 2.2
+ 3.0
test
@@ -153,7 +145,7 @@
nl.jqno.equalsverifier
equalsverifier
- 3.16.1
+ 3.19.4
test
@@ -171,7 +163,7 @@
no.digipost
digipost-data-types
- 1.2.2
+ 1.3.0
org.glassfish.jaxb
@@ -192,6 +184,13 @@
pom
import
+
+ org.bouncycastle
+ bc-jdk18on-bom
+ 1.82
+ import
+ pom
+
org.slf4j
slf4j-bom
@@ -202,7 +201,7 @@
org.junit
junit-bom
- 5.13.4
+ 5.14.0
pom
import
@@ -214,19 +213,19 @@
org.mockito
mockito-bom
- 5.18.0
+ 5.20.0
pom
import
jakarta.xml.bind
jakarta.xml.bind-api
- 4.0.2
+ 4.0.4
org.glassfish.jaxb
jaxb-runtime
- 4.0.5
+ 4.0.6
runtime
@@ -253,11 +252,11 @@
maven-compiler-plugin
- 3.14.0
+ 3.14.1
maven-surefire-plugin
- 3.5.3
+ 3.5.4
maven-source-plugin
@@ -265,7 +264,7 @@
maven-javadoc-plugin
- 3.11.2
+ 3.12.0
maven-deploy-plugin
@@ -277,7 +276,7 @@
maven-dependency-plugin
- 3.8.1
+ 3.9.0
maven-jar-plugin
@@ -301,17 +300,17 @@
maven-enforcer-plugin
- 3.6.1
+ 3.6.2
org.codehaus.mojo
versions-maven-plugin
- 2.18.0
+ 2.19.1
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.23.1
+ 0.24.2
@@ -389,13 +388,9 @@
com.google.guava:failureaccess
commons-codec:commons-codec
org.apache.commons:commons-lang3
- org.apache.httpcomponents.client5:httpclient5
- org.apache.httpcomponents.core5:httpcore5
+ org.apache.httpcomponents.*
no.digipost:digipost-data-types
- com.fasterxml.jackson.core:jackson-core
- com.fasterxml.jackson.core:jackson-databind
- com.fasterxml.jackson.core:jackson-annotations
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
+ com.fasterxml.jackson.*
net.bytebuddy:byte-buddy
jakarta.validation:jakarta.validation-api
com.googlecode.owasp-java-html-sanitizer