Skip to content

Commit 393ddcc

Browse files
Update minor dependencies
1 parent 7ad0615 commit 393ddcc

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,29 +59,29 @@
5959

6060
<!-- manage all versions via properties, so that they can be overridden in a project if necessary -->
6161
<spring.boot.version>3.5.16</spring.boot.version>
62-
<camel.version>4.18.4</camel.version>
63-
<jackson-jsr310.version>2.21.3</jackson-jsr310.version>
64-
<springdoc-openapi-starter-common.version>2.8.17</springdoc-openapi-starter-common.version>
65-
<springdoc-openapi-starter-webmvc-ui.version>2.8.17</springdoc-openapi-starter-webmvc-ui.version>
62+
<camel.version>4.22.0</camel.version>
63+
<jackson-jsr310.version>2.22.2</jackson-jsr310.version>
64+
<springdoc-openapi-starter-common.version>2.9.0</springdoc-openapi-starter-common.version>
65+
<springdoc-openapi-starter-webmvc-ui.version>2.9.0</springdoc-openapi-starter-webmvc-ui.version>
6666
<swagger-annotation.version>2.2.54</swagger-annotation.version>
6767
<lombok.version>1.18.46</lombok.version>
6868
<mapstruct.version>1.6.3</mapstruct.version>
6969
<commons-text.version>1.15.0</commons-text.version>
70-
<commons-collections4.version>4.5.0</commons-collections4.version>
71-
<commons-io.version>2.21.0</commons-io.version>
70+
<commons-collections4.version>4.6.0</commons-collections4.version>
71+
<commons-io.version>2.22.0</commons-io.version>
7272
<commons-exec.version>1.6.0</commons-exec.version>
7373
<apache-commons-lang3.version>3.20.0</apache-commons-lang3.version>
7474
<jaxb-api.version>2.3.1</jaxb-api.version>
7575
<mockito-inline.version>5.2.0</mockito-inline.version>
7676
<snakeyaml.version>2.6</snakeyaml.version>
7777
<expressly.version>6.0.0</expressly.version> <!-- Maintain with camel-bean-validator -->
7878
<guava.version>32.1.3-jre</guava.version> <!-- Maintain with protobuf-->
79-
<error_prone_annotations.version>2.48.0</error_prone_annotations.version>
79+
<error_prone_annotations.version>2.50.0</error_prone_annotations.version>
8080
<j2objc-annotations.version>2.8</j2objc-annotations.version>
8181
<java-parser.version>3.28.2</java-parser.version>
82-
<checher-qual.version>3.54.0</checher-qual.version> <!-- Maintain with java-parser -->
82+
<checher-qual.version>3.55.1</checher-qual.version> <!-- Maintain with java-parser -->
8383

84-
<woodstox-core.version>7.1.1</woodstox-core.version>
84+
<woodstox-core.version>7.2.2</woodstox-core.version>
8585
<xmlsec.version>4.0.4</xmlsec.version>
8686

8787
<!-- maven dependencies -->
@@ -99,9 +99,9 @@
9999
<maven-surefire-plugin.version>3.5.6</maven-surefire-plugin.version>
100100
<jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>
101101
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
102-
<spotless-maven-plugin.version>3.8.0</spotless-maven-plugin.version>
102+
<spotless-maven-plugin.version>3.10.0</spotless-maven-plugin.version>
103103
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
104-
<sonatype-central-publishing-plugin.version>0.10.0</sonatype-central-publishing-plugin.version>
104+
<sonatype-central-publishing-plugin.version>0.11.0</sonatype-central-publishing-plugin.version>
105105
<license-maven-plugin.version>2.7.1</license-maven-plugin.version>
106106

107107
<!-- sonar settings -->

sip-starter-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
<sip-framework.version>4.4.3-SNAPSHOT</sip-framework.version> <!-- keep in sync with framework version -->
6262
<mapstruct.version>1.6.3</mapstruct.version> <!-- keep in sync with mapstruct version in framework pom -->
6363
<lombok.version>1.18.46</lombok.version> <!-- keep in sync with lombok version in framework pom -->
64-
<cxf.version>4.1.7</cxf.version> <!-- keep in sync with cxf version in framework pom -->
65-
<snakeyaml.version>2.4</snakeyaml.version> <!-- keep in sync with snakeyaml version in framework pom -->
64+
<cxf.version>4.2.3</cxf.version> <!-- keep in sync with cxf version in framework pom -->
65+
<snakeyaml.version>2.6</snakeyaml.version> <!-- keep in sync with snakeyaml version in framework pom -->
6666
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
6767
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> <!-- keep in sync with framework, for maven central deployment -->
68-
<sonatype-central-publishing-plugin.version>0.10.0</sonatype-central-publishing-plugin.version> <!-- keep in sync with framework, for maven central deployment -->
69-
<spotless-maven-plugin.version>3.8.0</spotless-maven-plugin.version> <!-- keep in sync with spotless version in framework pom -->
68+
<sonatype-central-publishing-plugin.version>0.11.0</sonatype-central-publishing-plugin.version> <!-- keep in sync with framework, for maven central deployment -->
69+
<spotless-maven-plugin.version>3.10.0</spotless-maven-plugin.version> <!-- keep in sync with spotless version in framework pom -->
7070
<apache-commons-lang3.version>3.20.0</apache-commons-lang3.version>
7171
</properties>
7272

0 commit comments

Comments
 (0)