Skip to content

Commit

Permalink
Merge branch 'master' into MODOKAPFAC-4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtkachenko authored Sep 2, 2024
2 parents 7708e43 + 8cb03c1 commit e3267ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public boolean isTimer() {
}

/**
* Validate that the version conforms to the format XX.YY.ZZ or XX.YY
* Validate that the version conforms to the format XX.YY.ZZ or XX.YY.
*
* @return true if a good version number
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static String getEnvTopicName(String name) {
}

/**
* Returns topic name in the format - `{env}.{tenant}.{topic-name}`
* Returns topic name in the format - `{env}.{tenant}.{topic-name}`.
*
* @param name - topic name as {@link String}
* @param tenantId - tenant id as {@link String}
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.27.12</aws.version>
<aws.version>2.27.17</aws.version>
<apache-commons-text.version>1.12.0</apache-commons-text.version>
<bc-fips>2.0.0</bc-fips>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<apache-commons-collections4.version>4.4</apache-commons-collections4.version>
<spring-kafka.version>3.2.3</spring-kafka.version>
<spring-boot-starter-validation.version>3.0.4</spring-boot-starter-validation.version>
<apache-commons-lang3.version>3.16.0</apache-commons-lang3.version>
<apache-commons-lang3.version>3.17.0</apache-commons-lang3.version>
<feign-okhttp.version>13.3</feign-okhttp.version>

<!-- Test dependencies versions -->
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.17.0</version>
<version>10.18.1</version>
</dependency>
<dependency>
<groupId>org.folio</groupId>
Expand Down

0 comments on commit e3267ac

Please sign in to comment.