Skip to content

Commit 4bc9aa6

Browse files
Bump dependencies LMCROSSITXSADEPLOY-3290 (#321)
1 parent fb416dc commit 4bc9aa6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,21 @@
1818
<sonar.organization>cloudfoundry</sonar.organization>
1919
<sonar.coverage.jacoco.xmlReportPaths>../multiapps-coverage/target/site/jacoco-aggregate/jacoco.xml
2020
</sonar.coverage.jacoco.xmlReportPaths>
21-
<junit.version>5.13.2</junit.version>
21+
<junit.version>5.13.4</junit.version>
2222
<junit-platform.version>1.13.2</junit-platform.version>
2323
<mockito.version>5.18.0</mockito.version>
2424
<commons-lang3.version>3.18.0</commons-lang3.version>
2525
<commons-collections4.version>4.5.0</commons-collections4.version>
26-
<commons-io.version>2.19.0</commons-io.version>
26+
<commons-io.version>2.20.0</commons-io.version>
2727
<snakeyaml.version>2.4</snakeyaml.version>
2828
<!-- Be very wary when updating Semver to newer versions because there is an issue -->
2929
<!-- https://github.com/semver4j/semver4j/issues/208 which must fixed before adoption -->
3030
<semver4j.version>3.1.0</semver4j.version>
3131
<immutables.version>2.10.1</immutables.version>
32-
<jackson.version>2.19.1</jackson.version>
33-
<jackson.databind.version>2.19.1</jackson.databind.version>
32+
<jackson.version>2.19.2</jackson.version>
3433
<jaxb-runtime.version>4.0.5</jaxb-runtime.version>
3534
<jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
36-
<apache.compress.version>1.27.1</apache.compress.version>
35+
<apache.compress.version>1.28.0</apache.compress.version>
3736
</properties>
3837

3938
<modules>
@@ -251,7 +250,7 @@
251250
<dependency>
252251
<groupId>com.fasterxml.jackson.core</groupId>
253252
<artifactId>jackson-databind</artifactId>
254-
<version>${jackson.databind.version}</version>
253+
<version>${jackson.version}</version>
255254
</dependency>
256255
<dependency>
257256
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)