Skip to content

Commit 3b1d047

Browse files
Bump the minor-patch group across 1 directory with 6 updates
Bumps the minor-patch group with 6 updates in the /ams-spring-boot-shopping directory: | Package | From | To | | --- | --- | --- | | [com.sap.cloud.security:java-bom](https://github.com/SAP/cloud-security-xsuaa-integration) | `3.5.7` | `3.6.8` | | [com.sap.cloud.sdk:sdk-bom](https://github.com/SAP/cloud-sdk-java) | `5.24.0` | `5.27.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.15.2` | `2.21.1` | | com.opencsv:opencsv | `5.8` | `5.12.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.0` | `3.15.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.5` | Updates `com.sap.cloud.security:java-bom` from 3.5.7 to 3.6.8 - [Release notes](https://github.com/SAP/cloud-security-xsuaa-integration/releases) - [Changelog](https://github.com/SAP/cloud-security-services-integration-library/blob/main/CHANGELOG.md) - [Commits](SAP/cloud-security-services-integration-library@3.5.7...3.6.8) Updates `com.sap.cloud.sdk:sdk-bom` from 5.24.0 to 5.27.0 - [Release notes](https://github.com/SAP/cloud-sdk-java/releases) - [Changelog](https://github.com/SAP/cloud-sdk-java/blob/main/release_notes.md) - [Commits](SAP/cloud-sdk-java@rel/5.24.0...rel/5.27.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.21.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.opencsv:opencsv` from 5.8 to 5.12.0 Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.15.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.5) --- updated-dependencies: - dependency-name: com.sap.cloud.security:java-bom dependency-version: 3.6.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: com.sap.cloud.sdk:sdk-bom dependency-version: 5.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: com.opencsv:opencsv dependency-version: 5.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70eb164 commit 3b1d047

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ams-spring-boot-shopping/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<spring.boot.version>3.5.10</spring.boot.version>
2727
<sap.cloud.security.ams.version>4.0.7</sap.cloud.security.ams.version>
2828
<sap.cloud.security.ams.dcl-compiler.version>1.1.1</sap.cloud.security.ams.dcl-compiler.version>
29-
<sap.cloud.security.version>3.5.7</sap.cloud.security.version>
30-
<sap.cloud.sdk.version>5.24.0</sap.cloud.sdk.version>
29+
<sap.cloud.security.version>3.6.8</sap.cloud.security.version>
30+
<sap.cloud.sdk.version>5.27.0</sap.cloud.sdk.version>
3131
<sap.cloud.environment.servicebinding.version>0.21.0</sap.cloud.environment.servicebinding.version>
32-
<jackson.version>2.15.2</jackson.version>
33-
<opencsv.version>5.8</opencsv.version>
32+
<jackson.version>2.21.1</jackson.version>
33+
<opencsv.version>5.12.0</opencsv.version>
3434
<apache.httpclient.version>4.5.14</apache.httpclient.version>
3535
<junit.version>6.0.3</junit.version>
3636
</properties>
@@ -214,7 +214,7 @@
214214
<plugin>
215215
<groupId>org.apache.maven.plugins</groupId>
216216
<artifactId>maven-compiler-plugin</artifactId>
217-
<version>3.14.0</version>
217+
<version>3.15.0</version>
218218
<configuration>
219219
<release>${jdk.version}</release>
220220
</configuration>
@@ -228,7 +228,7 @@
228228
<plugin>
229229
<groupId>org.apache.maven.plugins</groupId>
230230
<artifactId>maven-surefire-plugin</artifactId>
231-
<version>3.1.2</version>
231+
<version>3.5.5</version>
232232
<configuration>
233233
<classpathDependencyExcludes>
234234
<classpathDependencyExclude>

0 commit comments

Comments
 (0)