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(deps): bump the java-minor-patch group across 1 directory with 17 updates #81

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the java-minor-patch group with 17 updates in the / directory:

Package From To
org.apache.commons:commons-csv 1.12.0 1.13.0
org.apache.cxf:cxf-core 4.0.5 4.1.0
org.apache.cxf:cxf-spring-boot-starter-jaxws 4.0.5 4.1.0
org.apache.cxf:cxf-rt-transports-http 4.0.5 4.1.0
org.apache.cxf:cxf-rt-frontend-jaxws 4.0.5 4.1.0
com.google.guava:guava 33.3.1-jre 33.4.0-jre
com.fasterxml.jackson.core:jackson-databind 2.18.0 2.18.2
org.liquibase:liquibase-core 4.29.2 4.31.0
org.liquibase.ext:liquibase-hibernate6 4.29.2 4.31.0
org.projectlombok:lombok 1.18.34 1.18.36
org.mockito:mockito-core 5.14.2 5.15.2
org.postgresql:postgresql 42.7.4 42.7.5
org.springframework.boot:spring-boot-starter-data-jpa 3.3.5 3.4.1
org.springframework.boot:spring-boot-starter-test 3.3.5 3.4.1
org.springframework.boot:spring-boot-starter-web-services 3.3.5 3.4.1
org.springframework.boot 3.3.5 3.4.1
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 2.8.3

Updates org.apache.commons:commons-csv from 1.12.0 to 1.13.0

Changelog

Sourced from org.apache.commons:commons-csv's changelog.

Apache Commons CSV Version 1.13.0 Release Notes

This document contains the release notes for the 1.13.0 version of Apache Commons CSV. Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.

Commons CSV requires at least Java 8.

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

This is a feature and maintenance release. Java 8 or later is required.

Changes in this version include:

New Features

  • CSV-313: Add CSVPrinter.getRecordCount(). Thanks to Gary Gregory.
  •       Add and use CSVParser.Builder and builder() and deprecate CSVParser constructors. Thanks to Gary Gregory.
    
  •       CSVFormat.Builder implements Supplier<CSVFormat>. Thanks to Gary Gregory.
    
  •       Deprecate CSVFormat.Builder.build() for get(). Thanks to Gary Gregory.
    
  • CSV-196: Track byte position #502. Thanks to Yuzhan Jiang, Gary Gregory.

Fixed Bugs

  • CSV-314: Required OSGi Import-Package version numbers in MANIFEST.MF #504. Thanks to Gary Gregory.
  • CSV-314: CSVParser.nextRecord() should throw CSVException (an IOException subclass) instead of IOException and IllegalStateException, no method signature changes needed. Thanks to Gary Gregory.

Changes

  •       Bump org.apache.commons:commons-parent from 76 to 78 [#486](https://github.com/apache/commons-csv/issues/486), [#495](https://github.com/apache/commons-csv/issues/495). Thanks to Gary Gregory, Dependabot.
    
  •       Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#493](https://github.com/apache/commons-csv/issues/493). Thanks to Gary Gregory, Dependabot.
    
  •       Bump commons-io:commons-io from 2.17.0 to 2.18.0 [#505](https://github.com/apache/commons-csv/issues/505). Thanks to Gary Gregory, Dependabot.
    
  •       Bump commons-codec:commons-codec from 1.17.1 to 1.17.2. Thanks to Gary Gregory.
    
  •       Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-csv/changes.html

For complete information on Apache Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CSV website:

https://commons.apache.org/proper/commons-csv/

Download page: https://commons.apache.org/proper/commons-csv/download_csv.cgi

Have fun! -Apache Commons CSV team

... (truncated)

Commits
  • f2f1cff Prepare for the next release candidate
  • 732c2f8 Prepare for the next release candidate
  • 02b398d Add Checstyle UnnecessaryParentheses
  • 947c514 Add Checstyle SuperFinalize
  • 4579bd3 Add Checstyle SuperClone
  • a0ff618 Add Checstyle StringLiteralEquality
  • f69526c Add Checstyle SimplifyBooleanReturn
  • 81f9044 Add Checstyle SimplifyBooleanExpression
  • 6afa33c Add Checstyle MultipleVariableDeclarations
  • 114118c Add Checstyle IllegalInstantiation
  • Additional commits viewable in compare view

Updates org.apache.cxf:cxf-core from 4.0.5 to 4.1.0

Updates org.apache.cxf:cxf-spring-boot-starter-jaxws from 4.0.5 to 4.1.0

Updates org.apache.cxf:cxf-rt-transports-http from 4.0.5 to 4.1.0

Updates org.apache.cxf:cxf-rt-frontend-jaxws from 4.0.5 to 4.1.0

Updates org.apache.cxf:cxf-spring-boot-starter-jaxws from 4.0.5 to 4.1.0

Updates org.apache.cxf:cxf-rt-transports-http from 4.0.5 to 4.1.0

Updates org.apache.cxf:cxf-rt-frontend-jaxws from 4.0.5 to 4.1.0

Updates com.google.guava:guava from 33.3.1-jre to 33.4.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.0-jre</version>
  <!-- or, for Android: -->
  <version>33.4.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
  • base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency. (45e6be2688)
  • base: Added ToStringHelper.omitEmptyValues(). (f5ec2ab85c)
  • collect: Added an optimized copyOf method to TreeRangeMap. (a46565dd1c)
  • collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent. (81be061f85)
  • io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush(). (6ace8bc8ea)
  • net: Added HttpHeaders.ALT_SVC and MediaType.CBOR. (503ba429f9, 7c0bf0892d)
Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.2

Commits

Updates org.liquibase:liquibase-core from 4.29.2 to 4.31.0

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v4.31.0

Liquibase 4.31.0 is a major release

[!IMPORTANT] Liquibase 4.31.0 contains an expanded Checks Extension, and so the artifact size has increased.

[!NOTE] See the Liquibase 4.31.0 Release Notes for the complete set of release information.

Notable Changes

[PRO]

New Checks extension delivered in the box

  • Policy Checks are undoubtedly one of Liquibase Pro's stickiest capabilities, for which we continually add database platforms, new checks, and customizations. But to get these developments, users would need to download and upgrade to the latest Liquibase. Not any more! With this new checks extension, you can deploy the latest Policy Checks powers by optionally upgrading just the Check Extension on your cadence. Conveniently, this extension is delivered "in the box" at /internal/extensions, so you do not have to change anything about your current Policy Checks workflow.
  • Learn more https://docs.liquibase.com/pro-extensions

Other Checks Enhancements

  • Pro users can suppress sql in reports with the new global property: --reports-suppress-sql=true
  • New checks-settings files can be created without CLI prompts by adding --force to checks show command
  • By popular demand, checks reports now show all checks run, including those not triggered.
  • We simplified the custom python check creation flow by removing the single-answer prompts/
  • Learn more https://docs.liquibase.com/policy-checks

[OSS]

Liquibase capability enhancements

  • Changesets with entirely blank IDs will fail validation. This is a breaking change.
    • NOTE: Validation should not fail for changes that have already been ran. Changes that have been ran with an empty changeset id that are marked as runOnChange or runAlways WILL fail validation.
  • Added changeset execution time to output and logs
  • Added calculated checksum to output of calculate-checksum command
  • Added two new command parameters to history command so users can better see tagged deployments without having to directly examine the DATABASECHANGELOG table
    • show-tags will return only tagged deployment history
    • tag-filter will return deployment history for a specific tag or group of tags
  • If an XML changelog is generate-changelog and fails to validate, Liquibase will indicate where the codepoint where the XML failure is located.
  • Added new Spring properties for Pro license key and to disable analytics

Java API Changes

  • Added missing changeLogParameters argument to generateChangeLog, calculateCheckSum, doChangeLogSyncSql, and changeLogSync

[PRO] Changelog

🚀 New Features

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase 4.31.0 is a major release

[!NOTE] See the Liquibase 4.31.0 Release Notes for the complete set of release information.

[PRO] Changelog

New Features

Bug Fixes

Security, Driver and Other Updates

[OSS] Changelog

New Features

... (truncated)

Commits
  • 11ef37b DAT-19398 DevOps :: Fix Liquibase Checks versioning in the tarball to match t...
  • 9ff9bef chore: FILES FOR 4.31.0 RELEASE (#6637)
  • 509e575 Handle @ symbol when executing PostgreSQL SET SEARCH_PATH (#6630)
  • 26b1294 DAT-18331 PRO: integrate checks extension into tarball/zip, not mac os dmg in...
  • d4250c0 undo UUID-ing of deployment ID (DAT-19367) (#6629)
  • 4cd3509 liquibase-maven-plugin: Allow null arguments to `ConfiguredValueModifierFac...
  • e68abdc DAT-19082: Fix issue with losing changed datatype attributes when one datatyp...
  • 40ef1af chore: rollback test count changes as they are failing for master (#6624)
  • 4ac1250 fix: test counts in master (#6623)
  • 2f474fb Implement logic to selectively include/exclude columns in generate-changelog ...
  • Additional commits viewable in compare view

Updates org.liquibase.ext:liquibase-hibernate6 from 4.29.2 to 4.31.0

Release notes

Sourced from org.liquibase.ext:liquibase-hibernate6's releases.

v4.31.0

Changes

🚀 New Features

🐛 Bug Fixes 🛠

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-hibernate@v4.30.0...4.30.1

v4.30.0

Changes

🚀 New Features

  • (#719) Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase, fixes #718 @​Guschtel

🐛 Bug Fixes 🛠

  • (#717) Enables catalog support for HibernateDatabase so that diff-changelog generation works again @​Guschtel

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-hibernate@v4.29.2...4.29.3

Commits
  • 6d3d251 Update liquibase.version to 4.31.0
  • 04bc439 Merge pull request #743 from liquibase/dependabot/maven/spring.version-6.2.2
  • e5d9118 chore(deps): bump spring.version from 6.2.1 to 6.2.2
  • e882108 Apply Lombok to entity classes (#740)
  • 3126d8c Implement support for hibernate timestamp columns with timezone (#728)
  • 2a58b82 Fixes #86 Hibernate Annotations package scan not works package-info (#729)
  • 4afa473 Merge pull request #737 from liquibase/dependabot/maven/org.liquibase-liquiba...
  • e8d635d chore(deps): bump org.liquibase:liquibase-parent-pom from 0.5.3 to 0.5.4
  • 46efcae Merge pull request #736 from liquibase/dependabot/maven/spring.version-6.2.1
  • 821cd35 chore(deps): bump spring.version from 6.2.0 to 6.2.1
  • Additional commits viewable in compare view

Updates org.liquibase.ext:liquibase-hibernate6 from 4.29.2 to 4.31.0

Release notes

Sourced from org.liquibase.ext:liquibase-hibernate6's releases.

v4.31.0

Changes

🚀 New Features

🐛 Bug Fixes 🛠

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-hibernate@v4.30.0...4.30.1

v4.30.0

Changes

🚀 New Features

  • (#719) Removes validate differences when comparing an Oracle Database Schema against a Spring Jpa / HibernateDatabase, fixes #718 @​Guschtel

🐛 Bug Fixes 🛠

  • (#717) Enables catalog support for HibernateDatabase so that diff-changelog generation works again @​Guschtel

🤖 Security Driver and Other Updates

Full Changelog: liquibase/liquibase-hibernate@v4.29.2...4.29.3

Commits
  • 6d3d251 Update liquibase.version to 4.31.0
  • 04bc439 Merge pull request #743 from liquibase/dependabot/maven/spring.version-6.2.2
  • e5d9118 chore(deps): bump spring.version from 6.2.1 to 6.2.2
  • e882108 Apply Lombok to entity classes (#740)
  • 3126d8c Implement support for hibernate timestamp columns with timezone (#728)
  • 2a58b82 Fixes #86 Hibernate Annotations package scan not works package-info (#729)
  • 4afa473 Merge pull request #737 from liquibase/dependabot/maven/org.liquibase-liquiba...
  • e8d635d chore(deps): bump org.liquibase:liquibase-parent-pom from 0.5.3 to 0.5.4
  • 46efcae Merge pull request #736 from liquibase/dependabot/maven/spring.version-6.2.1
  • 821cd35 chore(deps): bump spring.version from 6.2.0 to 6.2.1
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.34 to 1.18.36

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.36 (November 15th, 2024)

  • PLATFORM: JDK23 support added.
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-maven-plugin will now compile.
Commits
  • 91d79ff [release] pre-release version bump
  • e8db33a Merge pull request #3768 from tamila-krashtan/fix/with-html
  • 0338705 Revert "[fixes #3116] Add multi round support for mapstruct":
  • 9af596e Fix typo in With.html
  • 3394b6e eclipse downloader: When downloading sources, accept failure.
  • 03cd61a Merge branch 'eclipse-tests-fix'
  • 7a9f3a8 Fix resource management in the eclipse downloader:
  • 87bc91a Merge pull request #3764 from Rawi01/update-index
  • d21d551 Close ZipOutputStream in eclipse dependency downloader
  • 5caea32 [fixes #3761] Update annotation value index
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.14.2 to 5.15.2

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.15.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2

v5.15.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.1

v5.15.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.0

... (truncated)

Commits
  • e04dbbe Fix javadoc publication (#3561)
  • 567c5b9 Bump org.assertj:assertj-core from 3.27.0 to 3.27.1 (#3560)
  • 2c184c9 Introduce release convention plugin for Shipkit integration (#3533)
  • 68c4285 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (#3557)
  • cd4704a Avoid warning when dynamic attach is enabled with JVM flag (#3551)
  • 3731b6b Bump org.junit.platform:junit-platform-launcher from 1.11.3 to 1.11.4 (#3555)
  • 29c9476 Bump junit-jupiter from 5.11.3 to 5.11.4 (#3554)
  • dc0dc88 Bump bytebuddy from 1.15.10 to 1.15.11 (#3553)
  • 2e7992b Bump com.google.googlejavaformat:google-java-format (#3545)
  • 51ed33f Bump com.gradle.develocity from 3.18.2 to 3.19 (#3544)
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.4 to 42.7.5

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.5

Changes

⬆️ Dependencies

…17 updates

Bumps the java-minor-patch group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.12.0` | `1.13.0` |
| org.apache.cxf:cxf-core | `4.0.5` | `4.1.0` |
| org.apache.cxf:cxf-spring-boot-starter-jaxws | `4.0.5` | `4.1.0` |
| org.apache.cxf:cxf-rt-transports-http | `4.0.5` | `4.1.0` |
| org.apache.cxf:cxf-rt-frontend-jaxws | `4.0.5` | `4.1.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.0` | `2.18.2` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.29.2` | `4.31.0` |
| [org.liquibase.ext:liquibase-hibernate6](https://github.com/liquibase/liquibase-hibernate) | `4.29.2` | `4.31.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.2` | `5.15.2` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` |
| [org.springframework.boot:spring-boot-starter-web-services](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.8.3` |



Updates `org.apache.commons:commons-csv` from 1.12.0 to 1.13.0
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-csv@rel/commons-csv-1.12.0...rel/commons-csv-1.13.0)

Updates `org.apache.cxf:cxf-core` from 4.0.5 to 4.1.0

Updates `org.apache.cxf:cxf-spring-boot-starter-jaxws` from 4.0.5 to 4.1.0

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.5 to 4.1.0

Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.5 to 4.1.0

Updates `org.apache.cxf:cxf-spring-boot-starter-jaxws` from 4.0.5 to 4.1.0

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.5 to 4.1.0

Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.5 to 4.1.0

Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.liquibase:liquibase-core` from 4.29.2 to 4.31.0
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.29.2...v4.31.0)

Updates `org.liquibase.ext:liquibase-hibernate6` from 4.29.2 to 4.31.0
- [Release notes](https://github.com/liquibase/liquibase-hibernate/releases)
- [Changelog](https://github.com/liquibase/liquibase-hibernate/blob/main/RELEASE.md)
- [Commits](liquibase/liquibase-hibernate@v4.29.2...v4.31.0)

Updates `org.liquibase.ext:liquibase-hibernate6` from 4.29.2 to 4.31.0
- [Release notes](https://github.com/liquibase/liquibase-hibernate/releases)
- [Changelog](https://github.com/liquibase/liquibase-hibernate/blob/main/RELEASE.md)
- [Commits](liquibase/liquibase-hibernate@v4.29.2...v4.31.0)

Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.14.2...v5.15.2)

Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-web-services` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

Updates `org.springframework.boot` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

Updates `org.springframework.boot:spring-boot-starter-web-services` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.8.3
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.6.0...v2.8.3)

Updates `org.springframework.boot` from 3.3.5 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-spring-boot-starter-jaxws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-spring-boot-starter-jaxws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.liquibase.ext:liquibase-hibernate6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.liquibase.ext:liquibase-hibernate6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot:spring-boot-starter-web-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 20, 2025
Copy link

Job Summary for Gradle

X-Road-Catalog tests :: BuildAndTest
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-catalog
buildEnvironment xroad-catalog-persistence:buildEnvironment…
8.10 Build Scan not published
x-road-catalog build 8.10 Build Scan not published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants