Skip to content

Commit 2d4f0b6

Browse files
chore: [DevOps] bump the production-minor-patch group with 4 updates (#989)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bad6942 commit 2d4f0b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>com.google.errorprone</groupId>
287287
<artifactId>error_prone_annotations</artifactId>
288-
<version>2.42.0</version>
288+
<version>2.43.0</version>
289289
</dependency>
290290
</dependencies>
291291
</dependencyManagement>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<!-- Spring dependencies -->
9999
<!-- Keep these versions consistent with the ones from the SAP Java Buildpack (after their 2.0 release) -->
100100
<!-- see https://github.wdf.sap.corp/xs2-java/xs-java-buildpack/blob/master/resources/pom.xml -->
101-
<spring.version>6.2.11</spring.version>
101+
<spring.version>6.2.12</spring.version>
102102
<spring-security.version>6.1.5</spring-security.version>
103103
<slf4j.version>2.0.17</slf4j.version>
104104
<assertj-core.version>3.27.6</assertj-core.version>
@@ -110,7 +110,7 @@
110110
<olingo-v4.version>5.0.0</olingo-v4.version>
111111
<olingo-v2.version>2.0.13</olingo-v2.version>
112112
<maven-plugin.version>3.9.11</maven-plugin.version>
113-
<maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version>
113+
<maven-plugin-annotations.version>3.15.2</maven-plugin-annotations.version>
114114
<maven-plugin-testing.version>3.3.0</maven-plugin-testing.version>
115115
<caffeine.version>3.2.2</caffeine.version>
116116
<openapi-generator.version>7.16.0</openapi-generator.version>
@@ -123,7 +123,7 @@
123123
<jakarta-activation.version>2.1.0</jakarta-activation.version>
124124
<qdox.version>2.2.0</qdox.version>
125125
<wiremock.version>3.13.1</wiremock.version>
126-
<checkstyle.version>12.0.1</checkstyle.version>
126+
<checkstyle.version>12.1.1</checkstyle.version>
127127
<byte-buddy.version>1.17.8</byte-buddy.version>
128128
<snakeyaml.version>2.5</snakeyaml.version>
129129
<commons-codec.version>1.19.0</commons-codec.version>

0 commit comments

Comments
 (0)