Skip to content

Commit abf4a8c

Browse files
chore(deps): bump com.sap.cloud.sdk:sdk-bom from 5.17.0 to 5.20.0 in /cds-feature-advanced-event-mesh (#73)
Bumps com.sap.cloud.sdk:sdk-bom from 5.17.0 to 5.20.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.sap.cloud.sdk:sdk-bom&package-manager=maven&previous-version=5.17.0&new-version=5.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Bonk <[email protected]>
1 parent ad818f8 commit abf4a8c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

cds-feature-advanced-event-mesh/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
<artifactId>jackson-databind</artifactId>
5353
</dependency>
5454

55+
<!-- JSR305 implementation for annotations like @Nonnull, @CheckReturnValue, etc. -->
56+
<dependency>
57+
<groupId>com.google.code.findbugs</groupId>
58+
<artifactId>jsr305</artifactId>
59+
</dependency>
60+
5561
<!-- TEST DEPENDENCIES -->
5662
<dependency>
5763
<groupId>com.sap.cds</groupId>

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<cds.services.version>4.0.2</cds.services.version>
3232
<cds.install-cdsdk.version>8.7.3</cds.install-cdsdk.version>
3333
<qpid.version>2.7.0</qpid.version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions -->
34+
<com.google.code.findbugs.jsr305.version>3.0.2</com.google.code.findbugs.jsr305.version>
3435
</properties>
3536

3637
<groupId>com.sap.cds</groupId>
@@ -59,7 +60,7 @@
5960
<dependency>
6061
<groupId>com.sap.cloud.sdk</groupId>
6162
<artifactId>sdk-bom</artifactId>
62-
<version>5.17.0</version>
63+
<version>5.20.0</version>
6364
<type>pom</type>
6465
<scope>import</scope>
6566
</dependency>
@@ -90,6 +91,13 @@
9091
<artifactId>commons-codec</artifactId>
9192
<version>1.18.0</version>
9293
</dependency>
94+
95+
<!-- JSR305 implementation for annotations like @Nonnull, @CheckReturnValue, etc. -->
96+
<dependency>
97+
<groupId>com.google.code.findbugs</groupId>
98+
<artifactId>jsr305</artifactId>
99+
<version>${com.google.code.findbugs.jsr305.version}</version>
100+
</dependency>
93101
</dependencies>
94102
</dependencyManagement>
95103

0 commit comments

Comments
 (0)