Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [DevOps] bump the test group with 5 updates #362

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dependency-bundles/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<!-- @Nonnull/@Nullable annotations -->
<vavr.version>0.10.4</vavr.version>
<guava.version>33.0.0-jre</guava.version>
<guava.version>33.1.0-jre</guava.version>
<!-- collection utilities, @Beta annotation -->
<commons-io.version>2.15.1</commons-io.version>
<!-- Apache file utils -->
Expand All @@ -68,7 +68,7 @@
<resilience4j.version>2.2.0</resilience4j.version>
<!-- JSON & XML stuff -->
<gson.version>2.10.1</gson.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.17.0</jackson.version>
<owasp-json-sanitizer.version>1.2.3</owasp-json-sanitizer.version>
<!-- end of essential versions -->
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<codeAnalysisExclusions>**/odata/namespaces/**,**/odata/services/**,**/odatav4/namespaces/**,**/odatav4/services/**,**/soap/client/**,**/testclasses/**</codeAnalysisExclusions>
<!-- Non-essential dependencies -->
<jco-api.version>4.71.11</jco-api.version>
<jackson.version>2.16.2</jackson.version>
<jackson.version>2.17.0</jackson.version>
<commons-configuration.version>1.10</commons-configuration.version>
<!-- WordUtils used twice in OData generator -->
<json.version>20240303</json.version>
Expand Down
Loading