Skip to content

Commit 61dc8d3

Browse files
chore: [DevOps] bump the production-minor-patch group across 1 directory with 6 updates (#424)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24ea4d0 commit 61dc8d3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

datamodel/openapi/openapi-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.mozilla</groupId>
4646
<artifactId>rhino</artifactId>
47-
<version>1.7.14</version>
47+
<version>1.7.15</version>
4848
</dependency>
4949
</dependencies>
5050
</dependencyManagement>

dependency-bundles/bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<x-sap-release-maturity>Stable</x-sap-release-maturity>
3737
<!-- do not modify the following line, it is updated by the versioning script -->
3838
<sdk.version>5.9.0-SNAPSHOT</sdk.version>
39-
<service-binding.version>0.10.4</service-binding.version>
39+
<service-binding.version>0.10.5</service-binding.version>
4040
<!-- HTTP stuff -->
4141
<httpcore.version>4.4.16</httpcore.version>
4242
<httpcore5.version>5.2.4</httpcore5.version>
@@ -264,13 +264,13 @@
264264
<dependency>
265265
<groupId>org.checkerframework</groupId>
266266
<artifactId>checker-qual</artifactId>
267-
<version>3.42.0</version>
267+
<version>3.43.0</version>
268268
</dependency>
269269
<!-- 2.10 by Caffeine and 2.11 by Guava -->
270270
<dependency>
271271
<groupId>com.google.errorprone</groupId>
272272
<artifactId>error_prone_annotations</artifactId>
273-
<version>2.27.0</version>
273+
<version>2.27.1</version>
274274
</dependency>
275275
</dependencies>
276276
</dependencyManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<jacoco.executionDataFile>${project.build.directory}/coverage-reports/jacoco.exec</jacoco.executionDataFile>
8484
<codeAnalysisExclusions>**/odata/namespaces/**,**/odata/services/**,**/odatav4/namespaces/**,**/odatav4/services/**,**/soap/client/**,**/testclasses/**</codeAnalysisExclusions>
8585
<!-- Non-essential dependencies -->
86-
<jco-api.version>4.75.5</jco-api.version>
86+
<jco-api.version>4.76.4</jco-api.version>
8787
<jackson.version>2.17.1</jackson.version>
8888
<commons-configuration.version>1.10</commons-configuration.version>
8989
<!-- WordUtils used twice in OData generator -->
@@ -106,7 +106,7 @@
106106
<olingo-v4.version>5.0.0</olingo-v4.version>
107107
<olingo-v2.version>2.0.13</olingo-v2.version>
108108
<maven-plugin.version>3.9.6</maven-plugin.version>
109-
<maven-plugin-annotations.version>3.12.0</maven-plugin-annotations.version>
109+
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
110110
<maven-plugin-testing.version>3.3.0</maven-plugin-testing.version>
111111
<caffeine.version>3.1.8</caffeine.version>
112112
<openapi-generator.version>7.5.0</openapi-generator.version>

0 commit comments

Comments
 (0)