Skip to content

Commit

Permalink
fix(deps): update java non-major
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent 62e25cb commit 220884a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions openid-federation-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>se.swedenconnect.security</groupId>
<artifactId>credentials-support</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions openid-federation-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<version>5.12.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -198,7 +198,7 @@
<dependency>
<groupId>se.swedenconnect.security</groupId>
<artifactId>credentials-support</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version>
<zxing.version>3.5.3</zxing.version>
<lombok.version>1.18.36</lombok.version>
<reactor-core.version>3.7.2</reactor-core.version>
<reactor-core.version>3.7.3</reactor-core.version>
<bouncy-castle.version>1.80</bouncy-castle.version>
<jakarta-annotation.version>3.0.0</jakarta-annotation.version>
<eudiw-wallet-entities.version>1.0.0</eudiw-wallet-entities.version>
Expand All @@ -52,7 +52,7 @@
<maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version>
<maven-javadoc-plugin.version>3.11.2</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<credentials-support.version>2.0.2</credentials-support.version>
<credentials-support.version>2.0.3</credentials-support.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

Expand Down Expand Up @@ -183,7 +183,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>

<!-- Development -->
Expand Down

0 comments on commit 220884a

Please sign in to comment.