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 build-dependencies group across 1 directory with 15 updates #4300

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps the build-dependencies group with 15 updates in the / directory:

Package From To
org.asciidoctor:asciidoctorj 2.5.13 3.0.0
org.apache.maven.plugins:maven-javadoc-plugin 3.8.0 3.10.0
org.apache.maven.plugins:maven-dependency-plugin 3.7.1 3.8.0
org.apache.maven.plugins:maven-checkstyle-plugin 3.4.0 3.5.0
org.apache.maven.plugins:maven-surefire-plugin 3.4.0 3.5.0
org.apache.maven.plugins:maven-failsafe-plugin 3.4.0 3.5.0
org.apache.maven.plugins:maven-project-info-reports-plugin 3.6.2 3.7.0
com.github.siom79.japicmp:japicmp-maven-plugin 0.22.0 0.23.0
org.owasp:dependency-check-maven 10.0.3 10.0.4
org.mockito:mockito-junit-jupiter 5.12.0 5.13.0
org.mockito:mockito-core 5.12.0 5.13.0
org.apache.commons:commons-lang3 3.16.0 3.17.0
org.jboss.weld.se:weld-se-shaded 5.1.2.Final 5.1.3.Final
org.postgresql:postgresql 42.7.3 42.7.4
com.puppycrawl.tools:checkstyle 10.17.0 10.18.1

Updates org.asciidoctor:asciidoctorj from 2.5.13 to 3.0.0

Release notes

Sourced from org.asciidoctor:asciidoctorj's releases.

v3.0.0

Breaking changes

Improvement:

  • Fix Macro APIs to take StructuralNodes and return Phrase- or StructuralNodes. (#1084)
  • Allow Preprocessor extensions to create new Readers and replace the original Reader. (#1081)
  • Set Java 11 as the minimal version (#1151) (@​abelsromero)
  • Remove deprecated methods in Options, OptionsBuilder, Attributes & AttributesBuilder (#1199) (@​abelsromero)
  • Remove deprecated methods from Asciidoctor interface (#1201) (@​abelsromero)
  • Remove deprecated methods from Document interface (#1202) (@​abelsromero)
  • Remove deprecated methods and constants from extension package (#1203) (@​abelsromero)
  • Remove deprecated methods from ast package (#1204) (@​abelsromero)
  • Add Automatic-Module-Name manifest entry to core, api, and cli for reserving stable JPMS module names (#1240) (@​leadpony)
  • Remove Java 'requires open access' module warning in modern Java versions (#1246)
  • Add Reader.getSource() and Reader.getSourceLines() (#1262)

Bug Fixes:

Compatible changes

Improvement:

  • Add setContext function to StructuralNode. (#1250) (@​RayOffiah)
  • Add command line option --failure-level to force non-zero exit code from AsciidoctorJ CLI if specified logging level is reached. (#1114)
  • Upgrade to asciidoctorj 2.0.23 (#1280)
  • Upgrade to asciidoctorj-pdf 2.3.18 (#1280)
  • Upgrade to asciidoctorj-revealjs 5.1.0 (#1256)
  • Upgrade to asciidoctorj-diagram 2.3.1 (#1280)
  • Upgrade to asciidoctorj-diagram-jsyntrax 1.38.2 (#1282)
  • Upgrade to JRuby 9.4.8.0 (#1280)
  • Upgrade to tilt 2.0.11 (#1109)
  • Upgrade to asciimath 2.0.4 (#1109)
  • Expose sectnum property in Section interface (#1121)
  • Replace use of deprecated 'numbered' attribute by 'sectnums' (#1123) (@​abelsromero)
  • Expose source and source_lines use of deprecated 'numbered' in Document interface (#1145) (@​abelsromero)
  • Accept 'null' as valid input (same as empty string) for load and convert String methods (#1148) (@​abelsromero)
  • Create asciidoctorj-cli module to prevent unnecessary dependencies to asciidoctorj jar consumers (#1149)
  • Add required --add-opens to cli launch script to remove Jdk warnings (#1155) (@​abelsromero)
  • Rename deprecated headerFooter option to the new standalone with same functionality (#1155) (@​abelsromero)
  • Remove class AsciidoctorUtils to remove complexity and unused logging (#1169) (@​abelsromero)
  • Expose ImageReferences in the catalog (#1166) (@​abelsromero)
  • Return Document AST when using convert or convertFile with appropriate options (#1171) (@​abelsromero)
  • Expose Links in the catalog (#1183) (@​abelsromero)

Bug Fixes:

... (truncated)

Changelog

Sourced from org.asciidoctor:asciidoctorj's changelog.

== 3.0.0 (2024-08-25)

=== Breaking changes

Improvement::

  • Fix Macro APIs to take StructuralNodes and return Phrase- or StructuralNodes. (#1084)
  • Allow Preprocessor extensions to create new Readers and replace the original Reader. (#1081)
  • Set Java 11 as the minimal version (#1151) (@​abelsromero)
  • Remove deprecated methods in Options, OptionsBuilder, Attributes & AttributesBuilder (#1199) (@​abelsromero)
  • Remove deprecated methods from Asciidoctor interface (#1201) (@​abelsromero)
  • Remove deprecated methods from Document interface (#1202) (@​abelsromero)
  • Remove deprecated methods and constants from extension package (#1203) (@​abelsromero)
  • Remove deprecated methods from ast package (#1204) (@​abelsromero)
  • Add Automatic-Module-Name manifest entry to core, api, and cli for reserving stable JPMS module names (#1240) (@​leadpony)
  • Remove Java 'requires open access' module warning in modern Java versions (#1246)
  • Add Reader.getSource() and Reader.getSourceLines() (#1262)

Bug Fixes::

=== Compatible changes

Improvement::

  • Add setContext function to StructuralNode.

  • Add command line option --failure-level to force non-zero exit code from AsciidoctorJ CLI if specified logging level is reached. (#1114)

  • Upgrade to asciidoctorj 2.0.23 (#1280)

  • Upgrade to asciidoctorj-pdf 2.3.18 (#1280)

  • Upgrade to asciidoctorj-revealjs 5.1.0 (#1256)

  • Upgrade to asciidoctorj-diagram 2.3.1 (#1280)

  • Upgrade to asciidoctorj-diagram-jsyntrax 1.38.2 (#1282)

  • Upgrade to JRuby 9.4.8.0 (#1280)

  • Upgrade to tilt 2.0.11 (#1109)

  • Upgrade to asciimath 2.0.4 (#1109)

  • Expose sectnum property in Section interface (#1121)

  • Replace use of deprecated 'numbered' attribute by 'sectnums' (#1123) (@​abelsromero)

  • Expose source and source_lines use of deprecated 'numbered' in Document interface (#1145) (@​abelsromero)

  • Accept 'null' as valid input (same as empty string) for load and convert String methods (#1148) (@​abelsromero)

  • Create asciidoctorj-cli module to prevent unnecessary dependencies to asciidoctorj jar consumers (#1149)

  • Add required --add-opens to cli launch script to remove Jdk warnings (#1155) (@​abelsromero)

  • Rename deprecated headerFooter option to the new standalone with same functionality (#1155) (@​abelsromero)

  • Remove class AsciidoctorUtils to remove complexity and unused logging (#1169) (@​abelsromero)

  • Expose ImageReferences in the catalog (#1166) (@​abelsromero)

  • Return Document AST when using convert or convertFile with appropriate options (#1171) (@​abelsromero)

  • Expose Links in the catalog (#1183) (@​abelsromero)

... (truncated)

Commits

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0

Commits
  • 487e479 [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0
  • 9638a6a [MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re...
  • 9d33925 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
  • a11b921 [MJAVADOC-809] Align Mojo class names
  • 7c4b467 Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • 636442b Improve ITs
  • dbca15a Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
  • d02bb88 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • 0a850a1 [MJAVADOC-807] Simplify IT for MJAVADOC-498
  • 43e901f Improve URL handling
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0

Commits
  • 75814c7 [maven-release-plugin] prepare release maven-dependency-plugin-3.8.0
  • 50397c4 [MDEP-903] Upgrade to Doxia 2.0.0 Milestone Stack
  • 1115ecb Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
  • 5288cec Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • ea4d8e2 Bump jettyVersion from 9.4.54.v20240208 to 9.4.55.v20240627
  • 2d0b82a Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0
  • 86b7772 (doc) Remove repeated word
  • 94e1caf Bump org.jsoup:jsoup from 1.17.2 to 1.18.1
  • 06b4273 Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
  • 71cee33 Remove outdated invoker conditions
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0

Commits
  • 868abc9 [maven-release-plugin] prepare release maven-checkstyle-plugin-3.5.0
  • 9043f8a [MCHECKSTYLE-446] Dynamically calculate xrefLocation/xrefTestLocation
  • 0e7bd00 [MCHECKSTYLE-445] Upgrade to Doxia 2.0.0 Milestone Stack
  • b92666d Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • 3699112 use new Reproducible Central badge endpoint
  • d1076a3 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • b5a4300 Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
  • ccb9d9f Directory, not folder
  • fbe29ae Remove outdated invoker conditions
  • 67aeb01 Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-project-info-reports-plugin from 3.6.2 to 3.7.0

Commits
  • 377b7e1 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.7.0
  • f162bb7 [MPIR-454] Upgrade to Doxia 2.0.0 Milestone Stack
  • 78e0196 [MPIR-467] Upgrade to Parent 43
  • 8813fea [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.github.siom79.japicmp:japicmp-maven-plugin from 0.22.0 to 0.23.0

Commits
  • ee33b91 [maven-release-plugin] prepare release japicmp-base-0.23.0
  • ddc8f44 upgraded version in *.md files to 0.23.0
  • e2e3cc2 ReleaseNotes.md
  • cbd89b0 Merge branch 'guillermocalvo-markdown'
  • b1613cb markdown or diff output
  • c85abbf no restriction to major version 70
  • 554a6c6 Extract complex expression to help JDK 8 make sense of the Java types
  • c4659f1 Small refactor (simplify formatting JDK version)
  • e00fd6a Small refactor (don't override toString())
  • 1c73c30 Switch only the stdout output; avoid affecting the file output: HTML/XML
  • Additional commits viewable in compare view

Updates org.owasp:dependency-check-maven from 10.0.3 to 10.0.4

Release notes

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

Version 10.0.4

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

Changelog

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

Version 10.0.4 (2024-09-01)

  • build(deps): exclude unused dependency (#6916)
  • fix: improve regex (#6917)
  • fix: correctly handle null values in cpeMatch (#6915)
  • fix(site): Update Fluido skin to resolve broken fork-me-on-github image (#6914)
  • fix: do not report over 100% download complete (#6899)
  • fix: Correct spelling of occurring in NvdApiDataSource.java (#6883)
  • fix: skip blank lines in requirements.txt (#6867)
  • fix: correct percentage calculation (#6868)
  • docs: remove old recommendation (#6860)

See the full listing of changes.

Commits
  • 5120cbd build: prepare release v10.0.4
  • 05df233 docs: release notes for 10.0.4
  • a3a74bc build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 t...
  • 67c9d9e build(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#6893)
  • 1bc85e2 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
  • 2fe67ed build(deps): bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#6900)
  • e835fad build(deps): exclude unused dependency (#6916)
  • ccc151a fix: improve regex (#6917)
  • e090d40 chore: additional tests (#6918)
  • b4339ce fix: correctly handle null values in cpeMatch (#6915)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-junit-jupiter from 5.12.0 to 5.13.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.13.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.13.0

Commits
  • 9a7e7ea Replace dependencies.gradle with libs.versions.toml
  • 1b7675c Allow links to JUnit Jupiter Javadoc
  • f6450a0 Bump versions.bytebuddy from 1.14.19 to 1.15.0 (#3429)
  • 77c3197 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 (#3427)
  • 0e59624 Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 (#3425)
  • 40925b6 Bump com.gradle.enterprise from 3.17.6 to 3.18 (#3423)
  • 84f605d Fix a typo in InjectMocks (#3422)
  • 87e4a4f Bump versions.bytebuddy from 1.14.18 to 1.14.19 (#3417)
  • 819cc6f Bump androidx.test:runner from 1.6.1 to 1.6.2 (#3415)
  • 90df798 Bump versions.junitJupiter from 5.10.3 to 5.11.0 (#3413)
  • Additional commits viewable in compare view

Updates org.mockito:mockito-core from 5.12.0 to 5.13.0

Release notes

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

v5.13.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.13.0

Commits
  • 9a7e7ea Replace dependencies.gradle with libs.versions.toml
  • 1b7675c Allow links to JUnit Jupiter Javadoc
  • f6450a0 Bump versions.bytebuddy from 1.14.19 to 1.15.0 (#3429)
  • 77c3197 Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 (#3427)
  • 0e59624 Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 (#3425)
  • 40925b6 Bump com.gradle.enterprise from 3.17.6 to 3.18 (#3423)
  • 84f605d Fix a typo in InjectMocks (#3422)
  • 87e4a4f Bump versions.bytebuddy from 1.14.18 to 1.14.19 (#3417)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 3, 2024
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Sep 3, 2024

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

Bumps the build-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.asciidoctor:asciidoctorj](https://github.com/asciidoctor/asciidoctorj) | `2.5.13` | `3.0.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.8.0` | `3.10.0` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.7.1` | `3.8.0` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.4.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.4.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) | `3.6.2` | `3.7.0` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.22.0` | `0.23.0` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `10.0.3` | `10.0.4` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.12.0` | `5.13.0` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.12.0` | `5.13.0` |
| org.apache.commons:commons-lang3 | `3.16.0` | `3.17.0` |
| org.jboss.weld.se:weld-se-shaded | `5.1.2.Final` | `5.1.3.Final` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.4` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.17.0` | `10.18.1` |



Updates `org.asciidoctor:asciidoctorj` from 2.5.13 to 3.0.0
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctorj@v2.5.13...v3.0.0)

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

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

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.4.0 to 3.5.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0)

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

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

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

Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.2 to 3.7.0
- [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.22.0 to 0.23.0
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.22.0...japicmp-base-0.23.0)

Updates `org.owasp:dependency-check-maven` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v10.0.3...v10.0.4)

Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.13.0)

Updates `org.mockito:mockito-core` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.13.0)

Updates `org.mockito:mockito-core` from 5.12.0 to 5.13.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.12.0...v5.13.0)

Updates `org.apache.commons:commons-lang3` from 3.16.0 to 3.17.0

Updates `org.jboss.weld.se:weld-se-shaded` from 5.1.2.Final to 5.1.3.Final

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

Updates `com.puppycrawl.tools:checkstyle` from 10.17.0 to 10.18.1
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.17.0...checkstyle-10.18.1)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.jboss.weld.se:weld-se-shaded
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/build-dependencies-ae3178960f branch from 7d691b5 to 5f83fc5 Compare September 3, 2024 10:43
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 3, 2024
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-ae3178960f branch September 3, 2024 19:00
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