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

Bump the dependencies group with 17 updates #1848

Merged
merged 1 commit into from
Dec 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the dependencies group with 17 updates:

Package From To
com.fasterxml.jackson.core:jackson-annotations 2.16.0 2.16.1
com.fasterxml.jackson.core:jackson-core 2.16.0 2.16.1
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.16.0 2.16.1
com.google.guava:guava 32.1.3-jre 33.0.0-jre
org.eclipse.jetty:jetty-servlet 10.0.18 10.0.19
org.jooq:jooq 3.18.7 3.19.1
org.jooq:jooq-codegen 3.18.7 3.19.1
org.jooq:jooq-meta 3.18.7 3.19.1
org.keycloak:keycloak-servlet-filter-adapter 23.0.1 23.0.3
org.liquibase:liquibase-core 4.25.0 4.25.1
org.postgresql:postgresql 42.7.0 42.7.1
com.googlecode.maven-download-plugin:download-maven-plugin 1.7.1 1.8.0
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.12.1
com.diffplug.spotless:spotless-maven-plugin 2.41.0 2.41.1
org.owasp:dependency-check-maven 9.0.2 9.0.7
org.apache.maven.plugins:maven-surefire-plugin 3.2.2 3.2.3
org.apache.maven.plugins:maven-javadoc-plugin 3.6.2 3.6.3

Updates com.fasterxml.jackson.core:jackson-annotations from 2.16.0 to 2.16.1

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.16.0 to 2.16.1

Commits

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.16.0 to 2.16.1

Commits
  • 7101dc8 [maven-release-plugin] prepare release jackson-dataformat-xml-2.16.1
  • a69f477 Prepare for 2.16.1 release
  • 7293648 Update release notes wrt backported fix #616
  • b7e70d0 Fix mismatch in setNextIsUnwrapped(true/false) in XmlBeanSerializerBase#seria...
  • 3d2ec75 ...
  • d07a816 Back to snapshot dep
  • 655c076 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.google.guava:guava from 32.1.3-jre to 33.0.0-jre

Release notes

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

33.0.0

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. (73dbf7ef26)
  • Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. (c294c23760, 747924e, b2baf48)
  • Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. (280b5d2f60)
  • reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. (045cd8428f)
  • util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android. (4fe1df56bd)
Commits

Updates org.eclipse.jetty:jetty-servlet from 10.0.18 to 10.0.19

Release notes

Sourced from org.eclipse.jetty:jetty-servlet's releases.

10.0.19

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #11039 - Memory leak and multiple (Http|Servlet)*Listener invokations after restart
  • #11031 - HttpClient should expose Connection/EndPoint used by HTTP requests
  • #11014 - RedirectRegexRule and RewritePatternRule should consider relativeRedirectAllowed
  • #10938 - Use String#isEmpty() (@​garydgregory)
  • #10876 - use correct scm coordinates
  • #10812 - jetty-deploy has unnecessary dependency on awaitility/hamcrest pulled in at runtime (@​chadlwilson)
Commits

Updates org.jooq:jooq from 3.18.7 to 3.19.1

Updates org.jooq:jooq-codegen from 3.18.7 to 3.19.1

Updates org.jooq:jooq-meta from 3.18.7 to 3.19.1

Updates org.keycloak:keycloak-servlet-filter-adapter from 23.0.1 to 23.0.3

Updates org.liquibase:liquibase-core from 4.25.0 to 4.25.1

Release notes

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

Liquibase v4.25.1

Liquibase 4.25.1 is a patch release

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

Notable Changes

[PRO]

Observability: Update Reports

  • These reports give you insights into the status of your database and enable you to quickly find and resolve errors in your automation pipeline. These reports can also help you detect patterns of failures that you can catch with Quality Checks or use to inform internal training and education for your teams.
  • Learn more about Update Reports

Observability: Drift Report extended to diffchangelog command

  • With our new HTML format, you can quickly see the differences between databases, including detailed object differences. This easy-to-read and shareable report makes it faster than ever to detect and fix database drift.
  • Learn more Drift Reports

Observability: Structured Logging Enhancement

Thanks to your feedback, we’ve added a new set of keys that improves data analysis capabilities surrounding exceptions and Quality Checks. Learn more at Structured Logging

Convenience: new liquibase connect command

  • A new command to test your database's url, username, and password are all configured correctly and that Liquibase can reach your database -- and no changelog required.
  • Learn more liquibase connect command

Convenience: Global endDelimiters

  • Global endDelimiters decrease the friction of incorporating work from different teams and save you time from the manual process of updating existing code.
  • Learn more Global endDelimiters

[PRO]

Changes and Bug Fixes

  • (#1417) DAT-16405: make report arguments visible on update-family commands by StevenMassaro
  • (#1361) DAT-16064: Added test for exception details by wwillard7800
  • (#1420) DAT-16429: Handle no license key in checks run command by wwillard7800
  • (#1411) DAT-16063: include changeset identifier in log message for failing comment removal by StevenMassaro
  • (#1408) DAT-15379: Updated pattern matching for 'USE DATABASE' statements by filipelautert
  • (#1404) DAT-16157: do not upgrade checks file if autoUpdate is off by StevenMassaro
  • (#1390) DAT-14570: add checks run results to MDC by StevenMassaro
  • (#1401) DAT-16322: add liquibase connect command by StevenMassaro
  • (#1398) DAT-16318: Handle rollback changes during modifyChangeSets logic by wwillard7800
  • (#1389) DAT-16207: Styled update reports by abrackx
  • (#1383) DAT-16136: expand TableMustHaveAComment check to check changelogs by StevenMassaro
  • (#1366) DAT-15394: Generate report for diff-changelog by abrackx
  • (#1387) Init checksSettingsFiles list to avoid NPE by wwillard7800
  • (#1364) DAT-15404: Tweak endDelimiter name and remove hidden flag by wwillard7800

... (truncated)

Changelog

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

Liquibase 4.25.1 is a patch release

Notable Changes

[PRO]

Observability: Update Reports

  • These reports give you insights into the status of your database and enable you to quickly find and resolve errors in your automation pipeline. These reports can also help you detect patterns of failures that you can catch with Quality Checks or use to inform internal training and education for your teams.
  • Learn more about Update Reports

Observability: Drift Report extended to diffchangelog command

  • With our new HTML format, you can quickly see the differences between databases, including detailed object differences. This easy-to-read and shareable report makes it faster than ever to detect and fix database drift.
  • Learn more Drift Reports

Convenience: new liquibase connect command

  • A new command to test your database's url, username, and password are all configured correctly and that Liquibase can reach your database -- and no changelog required.
  • Learn more liquibase connect command

Convenience: Global endDelimiters

  • Global endDelimiters decrease the friction of incorporating work from different teams and save you time from the manual process of updating existing code.
  • Learn more Global endDelimiters

[PRO]

Changes and Bug Fixes

  • (#1417) DAT-16405: make report arguments visible on update-family commands by StevenMassaro
  • (#1361) DAT-16064: Added test for exception details by wwillard7800
  • (#1420) DAT-16429: Handle no license key in checks run command by wwillard7800
  • (#1411) DAT-16063: include changeset identifier in log message for failing comment removal by StevenMassaro
  • (#1408) DAT-15379: Updated pattern matching for 'USE DATABASE' statements by filipelautert
  • (#1404) DAT-16157: do not upgrade checks file if autoUpdate is off by StevenMassaro
  • (#1390) DAT-14570: add checks run results to MDC by StevenMassaro
  • (#1401) DAT-16322: add liquibase connect command by StevenMassaro
  • (#1398) DAT-16318: Handle rollback changes during modifyChangeSets logic by wwillard7800
  • (#1389) DAT-16207: Styled update reports by abrackx
  • (#1383) DAT-16136: expand TableMustHaveAComment check to check changelogs by StevenMassaro
  • (#1366) DAT-15394: Generate report for diff-changelog by abrackx
  • (#1387) Init checksSettingsFiles list to avoid NPE by wwillard7800
  • (#1364) DAT-15404: Tweak endDelimiter name and remove hidden flag by wwillard7800
  • (#1351) DAT-15640: Report for updateToTag by wwillard7800
  • (#5366) add duplicatedChangesets to MDC (DAT-16452) @​StevenMassaro
  • (#1400) DAT-16268: Fix unexpected objects verbiage by abrackx
  • (#1342) Fixes problematic V8 checksums for pro CreateFunctionChange by filipelautert

[OSS]

New Features

... (truncated)

Commits
  • d208bf9 Release notes 4.25.1 (#5399)
  • 73cb2e1 DAT-16494 Revert "Implemented ability for formatted SQL changelog to have rol...
  • e605cee Update create-release.yml: set draft to true (#5388)
  • 13df781 fix: use full commit-sha (#5387)
  • 196a97c DAT-16471 DevOps: Attach artifatcs job fail (#5370)
  • 15bf699 Downgrade ubuntu tests version (#5386)
  • 87cf995 Downgrade ubuntu runner images version as current one are failing (#5384)
  • 4136260 use first 7 digits of commit-sha (#5379)
  • 8fb86c7 DAT-13175 Full automation of OSS extension release (#5383)
  • 1408747 Merge pull request #5305 from liquibase/DAT-16354
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.0 to 42.7.1

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.1

Fixed regressions since 42.7.0

  • Revert "Use canonical DateStyle name (#2925)" @​vlsi (#3035)
  • Revert "feat: support SET statements combining with other queries with semicolon in PreparedStatement" @​vlsi (#3010)
  • chore: use java.release=8 when building pgjdbc from the generated source distribution @​vlsi (#3038), the driver uses Java 8 methods only

Changes

  • Apply connectTimeout before SSLSocket.startHandshake to avoid infinite wait in case the connection is broken @​davecramer (#3040)
  • perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing @​vlsi (#3044)
  • fix: avoid timezone conversions when sending LocalDateTime to the database @​vlsi (#2852)
  • fix: support waffle-jna 2.x and 3.x by using reflective approach for ManagedSecBufferDesc @​chrullrich (#2720)

🧰 Maintenance

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.1] (2023-12-06 08:34:00 -0500)

Changed

  • perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing [PR #3044](pgjdbc/pgjdbc#3044)

Fixed

Commits
  • 27bbccf fix attribution
  • bb577e0 prepared for release 42.7.1 update changelogs (#3037)
  • c1a851c fix: avoid timezone conversions when sending LocalDateTime to the database
  • 25fdfc3 fix(deps): update dependency org.checkerframework:org.checkerframework.gradle...
  • 244f4c0 test: use a fixed 1.0.0-dev-master-SNAPSHOT driver version when testing with ...
  • 1492c98 chore: exclude postgresql 1.0.0-dev-master-SNAPSHOT from Renovate as we use t...
  • 8cfd00c chore: use allowedVersions to limit Renovate updates
  • 9e22ac0 chore(deps): update plugin biz.aqute.bnd.builder to v7
  • 9244c0d fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...
  • 5f48b07 chore: try using different syntax for Renovate from upgrading system-stubs 1....
  • Additional commits viewable in compare view

Updates com.googlecode.maven-download-plugin:download-maven-plugin from 1.7.1 to 1.8.0

Release notes

Sourced from com.googlecode.maven-download-plugin:download-maven-plugin's releases.

Restore the old cache implementation

What's Changed

New Contributors

Full Changelog: maven-download-plugin/maven-download-plugin@1.7.1...1.8.0

Commits

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.12.1

🐛 Bug Fixes

📦 Dependency updates

3.12.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 736da68 [maven-release-plugin] prepare release maven-compiler-plugin-3.12.1
  • ef93f3d [MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (#220)
  • eb7840c [MCOMPILER-567] - Fail to compile if the "generated-sources/annotations" does...
  • 2a7a73b [maven-release-plugin] prepare for next development iteration
  • c08b0fd [maven-release-plugin] prepare release maven-compiler-plugin-3.12.0
  • a1c5b13 [MCOMPILER-565] Allow project build by Maven 4
  • 4855773 Bump plexusCompilerVersion from 2.13.0 to 2.14.1
  • 1d05342 [MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...
  • ea74978 [MCOMPILER-381] - Refactor incremental detection (#181)
  • fd37f09 [MCOMPILER-333] Cleanup generated source files (#214)
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-maven-plugin from 2.41.0 to 2.41.1

Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

spotless-lib and spotless-lib-extra releases

If you are a Spotless user (as opposed to developer), then you are probably looking for:

This document is intended for Spotless developers.

We adhere to the keepachangelog format (starting after version 1.27.0).

[Unreleased]

Added

  • New static method to DiffMessageFormatter which allows to retrieve diffs with their line numbers (#1960)

Changes

  • Use palantir-java-format 2.39.0 on Java 21. (#1948)

[2.43.1] - 2023-12-04

Fixed

  • Eclipse-based steps which contained any jars with a + in their path were broken, now fixed. (#1860)

Changes

  • Bump default palantir-java-format version to latest 2.28.0 -> 2.38.0 on Java 21. (#1920)
  • Bump default googleJavaFormat version to latest 1.17.0 -> 1.18.1. (#1920)
  • Bump default ktfmt version to latest 0.44 -> 0.46. (#1927)
  • Bump default eclipse version to latest 4.27 -> 4.29. (#1939)
  • Bump default greclipse version to latest 4.28 -> 4.29. (#1939)
  • Bump default cdt version to latest 11.1 -> 11.3. (#1939)

[2.43.0] - 2023-11-27

Added

  • Support custom rule sets for Ktlint. (#1896)

Fixed

  • Fix Eclipse JDT on some settings files. (#1864 fixes #1638)

Changes

  • Bump default ktlint version to latest 1.0.0 -> 1.0.1. (#1855)
  • Add a Step to remove semicolons from Groovy files. (#1881)

[2.42.0] - 2023-09-28

Added

  • Support for biome. The Rome project was renamed to Biome. The configuration is still the same, but you should switch to the new biome tag / function and adjust the version accordingly. (#1804).
  • Support for google-java-format's skip-javadoc-formatting option. (#1793)
  • Support configuration of mirrors for P2 repositories in Maven DSL (#1697).
  • New line endings mode GIT_ATTRIBUTES_FAST_ALLSAME. (#1838)

Fixed

  • Fix support for plugins when using Prettier version 3.0.0 and newer. (#1802)
  • Fix configuration cache issue around external process started '/usr/bin/git --version'. (#1806)

Changes

  • Bump default flexmark version to latest 0.64.0 -> 0.64.8. (#1801)

... (truncated)

Commits

Updates org.owasp:dependency-check-maven from 9.0.2 to 9.0.7

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 9.0.7

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 9.0.6

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 9.0.5

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Version 9.0.4

  • fix: utilize maven proxy if present (#6255)
  • fix: allow api key in cli to be quoted (#6253)
  • fix: use correct maven plugin reporting plugin (#6244)
  • fix: correct trailing comma in JSON report (#6245)

See the full listing of changes.

Version 9.0.3

  • fix: use Java properties for proxy configuration (#6238)
  • docs: update proxy configuration documentation (#6237)
  • docs: add documentation on caching (#6204)
  • docs: Clarify H2 database caching strategy (

Bumps the dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.16.0` | `2.16.1` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.16.0` | `2.16.1` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.0` | `2.16.1` |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.3-jre` | `33.0.0-jre` |
| [org.eclipse.jetty:jetty-servlet](https://github.com/jetty/jetty.project) | `10.0.18` | `10.0.19` |
| org.jooq:jooq | `3.18.7` | `3.19.1` |
| org.jooq:jooq-codegen | `3.18.7` | `3.19.1` |
| org.jooq:jooq-meta | `3.18.7` | `3.19.1` |
| org.keycloak:keycloak-servlet-filter-adapter | `23.0.1` | `23.0.3` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.25.0` | `4.25.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.0` | `42.7.1` |
| [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) | `1.7.1` | `1.8.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.12.1` |
| [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.41.0` | `2.41.1` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `9.0.2` | `9.0.7` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.2` | `3.2.3` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.2` | `3.6.3` |


Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.16.0...jackson-core-2.16.1)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.0 to 2.16.1
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.16.1)

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

Updates `org.eclipse.jetty:jetty-servlet` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.18...jetty-10.0.19)

Updates `org.jooq:jooq` from 3.18.7 to 3.19.1

Updates `org.jooq:jooq-codegen` from 3.18.7 to 3.19.1

Updates `org.jooq:jooq-meta` from 3.18.7 to 3.19.1

Updates `org.keycloak:keycloak-servlet-filter-adapter` from 23.0.1 to 23.0.3

Updates `org.liquibase:liquibase-core` from 4.25.0 to 4.25.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.25.0...v4.25.1)

Updates `org.postgresql:postgresql` from 42.7.0 to 42.7.1
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.0...REL42.7.1)

Updates `com.googlecode.maven-download-plugin:download-maven-plugin` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
- [Commits](maven-download-plugin/maven-download-plugin@1.7.1...1.8.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1)

Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.41.0 to 2.41.1
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.41.0...maven/2.41.1)

Updates `org.owasp:dependency-check-maven` from 9.0.2 to 9.0.7
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v9.0.2...v9.0.7)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.2...maven-javadoc-plugin-3.6.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jooq:jooq-meta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.keycloak:keycloak-servlet-filter-adapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 25, 2023
@hylkevds hylkevds merged commit 27b0176 into v2.x Dec 30, 2023
2 checks passed
@hylkevds hylkevds deleted the dependabot/maven/v2.x/dependencies-0f3d40dc72 branch December 30, 2023 12:01
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.

1 participant