Skip to content

Commit d104b7c

Browse files
chore: [DevOps] bump the test group with 7 updates
Bumps the test group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.1` | `2.19.2` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.19.2` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.19.1` | `2.19.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.19.1` | `2.19.2` | Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.1 to 2.19.2 - [Commits](FasterXML/jackson-core@jackson-core-2.19.1...jackson-core-2.19.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.19.2 Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.19.2 --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: 2.19.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.19.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.19.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a03446 commit d104b7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<resilience4j.version>2.3.0</resilience4j.version>
7474
<!-- JSON & XML stuff -->
7575
<gson.version>2.13.1</gson.version>
76-
<jackson.version>2.19.1</jackson.version>
76+
<jackson.version>2.19.2</jackson.version>
7777
<owasp-json-sanitizer.version>1.2.3</owasp-json-sanitizer.version>
7878
<!-- end of essential versions -->
7979
</properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<codeAnalysisExclusions>**/testclasses/**</codeAnalysisExclusions>
8383
<!-- Non-essential dependencies -->
8484
<jco-api.version>4.87.9</jco-api.version>
85-
<jackson.version>2.19.1</jackson.version>
85+
<jackson.version>2.19.2</jackson.version>
8686
<!-- WordUtils used twice in OData generator -->
8787
<json.version>20250517</json.version>
8888
<!-- XML used once in SOAP payload deserialisation -->
@@ -98,7 +98,7 @@
9898
<assertj-vavr.version>0.4.3</assertj-vavr.version>
9999
<mockito.version>5.18.0</mockito.version>
100100
<jsonassert.version>1.5.3</jsonassert.version>
101-
<junit.jupiter.version>5.13.3</junit.jupiter.version>
101+
<junit.jupiter.version>5.13.4</junit.jupiter.version>
102102
<codemodel.version>2.6</codemodel.version>
103103
<olingo-v4.version>5.0.0</olingo-v4.version>
104104
<olingo-v2.version>2.0.13</olingo-v2.version>

0 commit comments

Comments
 (0)