Skip to content

Commit

Permalink
fix(deps): bump the prod-deps group with 7 updates (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 12e89a1 commit 29fc08e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion folio-auth-openid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<sonar.exclusions>
src/main/java/**/configuration/**/*
</sonar.exclusions>
<log4j.version>2.24.0</log4j.version>
<log4j.version>2.24.1</log4j.version>
<jackson-databind.version>2.18.0</jackson-databind.version>
<jakarta.json-api.version>2.1.3</jakarta.json-api.version>
<parsson.version>1.1.7</parsson.version>
Expand Down
2 changes: 1 addition & 1 deletion folio-secret-store/folio-secret-store-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<vault.version>5.1.0</vault.version>
<aws.version>2.28.11</aws.version>
<aws.version>2.28.16</aws.version>
<apache-commons-text.version>1.12.0</apache-commons-text.version>
<bc-fips>2.0.0</bc-fips>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion folio-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<spring-cloud-bom.version>2023.0.3</spring-cloud-bom.version>
<keycloak-admin-client.version>25.0.6</keycloak-admin-client.version>
<keycloak-admin-client.version>26.0.0</keycloak-admin-client.version>
<jwks-rsa.version>0.22.1</jwks-rsa.version>

<sonar.exclusions>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<!-- Test dependencies versions -->
<wiremock.version>2.35.2</wiremock.version>
<testcontainer.version>1.20.1</testcontainer.version>
<testcontainer.version>1.20.2</testcontainer.version>
<instancio.version>5.0.2</instancio.version>

<!-- Plugins versions -->
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.18.1</version>
<version>10.18.2</version>
</dependency>
<dependency>
<groupId>org.folio</groupId>
Expand Down

0 comments on commit 29fc08e

Please sign in to comment.