Skip to content

Commit

Permalink
chore: [DevOps] bump the production-minor-patch group with 4 updates (#…
Browse files Browse the repository at this point in the history
…560)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 921f74c commit 4475a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- XSUAA -->
<!-- Keep this version consistent with the one from the SAP Java Buildpack (after their 2.0 release) -->
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
<scp-cf.xsuaa-client.version>3.5.2</scp-cf.xsuaa-client.version>
<scp-cf.xsuaa-client.version>3.5.3</scp-cf.xsuaa-client.version>
<java-jwt.version>4.4.0</java-jwt.version>
<!-- Utility stuff -->
<slf4j.version>2.0.16</slf4j.version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<jacoco.executionDataFile>${project.build.directory}/coverage-reports/jacoco.exec</jacoco.executionDataFile>
<codeAnalysisExclusions>**/testclasses/**</codeAnalysisExclusions>
<!-- Non-essential dependencies -->
<jco-api.version>4.83.6</jco-api.version>
<jco-api.version>4.84.7</jco-api.version>
<jackson.version>2.17.2</jackson.version>
<commons-configuration.version>1.10</commons-configuration.version>
<!-- WordUtils used twice in OData generator -->
Expand All @@ -109,7 +109,7 @@
<maven-plugin-annotations.version>3.14.0</maven-plugin-annotations.version>
<maven-plugin-testing.version>3.3.0</maven-plugin-testing.version>
<caffeine.version>3.1.8</caffeine.version>
<openapi-generator.version>7.7.0</openapi-generator.version>
<openapi-generator.version>7.8.0</openapi-generator.version>
<io-swagger-core-v3.version>2.2.22</io-swagger-core-v3.version>
<io-swagger-parser-v3.version>2.1.22</io-swagger-parser-v3.version>
<io-swagger-core.version>1.6.11</io-swagger-core.version>
Expand All @@ -119,7 +119,7 @@
<jakarta-activation.version>2.1.0</jakarta-activation.version>
<qdox.version>2.1.0</qdox.version>
<wiremock.version>3.9.1</wiremock.version>
<checkstyle.version>10.17.0</checkstyle.version>
<checkstyle.version>10.18.0</checkstyle.version>
<byte-buddy.version>1.15.0</byte-buddy.version>
<jsr305.optional>true</jsr305.optional>
</properties>
Expand Down

0 comments on commit 4475a7c

Please sign in to comment.