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 11, 2025
1 parent 5245793 commit c8757f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eudiw-wallet-token-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SPDX-License-Identifier: EUPL-1.2
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j.version>2.0.16</slf4j.version>
<credentials-support.version>2.0.2</credentials-support.version>
<credentials-support.version>2.0.3</credentials-support.version>
<jackson.version>2.18.2</jackson.version>
<junit.version>5.11.4</junit.version>
<mockito.version>5.15.2</mockito.version>
Expand Down
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion openid-federation-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -177,7 +177,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 c8757f9

Please sign in to comment.