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 across 1 directory with 38 updates #1969

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the dependencies group with 38 updates in the / directory:

Package From To
org.junit:junit-bom 5.10.2 5.10.3
org.owasp:dependency-check-maven 9.0.9 10.0.3
org.jacoco:jacoco-maven-plugin 0.8.11 0.8.12
org.apache.maven.plugins:maven-source-plugin 3.3.0 3.3.1
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.8.0
org.apache.maven.plugins:maven-gpg-plugin 3.1.0 3.2.4
org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13 1.7.0
org.apache.maven.plugins:maven-assembly-plugin 3.6.0 3.7.1
org.apache.maven.plugins:maven-compiler-plugin 3.12.1 3.13.0
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.3.1
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.1
ch.qos.logback:logback-classic 1.5.0 1.5.6
org.slf4j:jul-to-slf4j 2.0.12 2.0.13
org.slf4j:slf4j-api 2.0.12 2.0.13
org.apache.maven.plugins:maven-dependency-plugin 3.6.1 3.7.1
org.postgresql:postgresql 42.7.2 42.7.3
com.fasterxml.jackson.core:jackson-annotations 2.16.1 2.17.2
com.fasterxml.jackson.core:jackson-core 2.16.1 2.17.2
com.fasterxml.jackson.core:jackson-databind 2.16.1 2.17.2
org.apache.commons:commons-text 1.11.0 1.12.0
de.fraunhofer.iosb.ilt:Configurable 0.34 0.35
org.apache.commons:commons-lang3 3.14.0 3.15.0
org.codehaus.mojo:javacc-maven-plugin 3.0.1 3.1.0
io.github.git-commit-id:git-commit-id-maven-plugin 7.0.0 9.0.1
org.apache.commons:commons-dbcp2 2.11.0 2.12.0
org.jooq:jooq 3.16.23 3.19.10
org.jooq:jooq-meta 3.16.23 3.19.10
org.jooq:jooq-codegen 3.16.23 3.19.10
org.keycloak:keycloak-servlet-filter-adapter 23.0.6 24.0.5
commons-io:commons-io 2.15.1 2.16.1
org.apache.commons:commons-csv 1.10.0 1.11.0
de.fraunhofer.iosb.ilt:FROST-Client 0.44 0.45
org.apache.maven.plugins:maven-shade-plugin 3.5.1 3.6.0
org.testcontainers:junit-jupiter 1.19.5 1.20.0
com.google.guava:guava 33.0.0-jre 33.2.1-jre
org.eclipse.jetty:jetty-servlet 10.0.20 10.0.22
org.json:json 20240205 20240303
org.apache.maven.plugins:maven-jar-plugin 3.3.0 3.4.2

Updates org.junit:junit-bom from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view

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

Release notes

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

Version 10.0.3

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

Version 10.0.2

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

Version 10.0.1

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

Version 10.0.0

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

Version 9.2.0

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

Version 9.1.0

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

Version 9.0.10

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.3 (2024-07-16)

  • feat: Enable configuration of a lower resultsPerPage on NVD API (#6843)
  • build(deps): bump open-vulnerability-clients from 6.1.6 to 6.1.7 (#6848)
  • build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#6814)
  • build(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0 (#6762)
  • build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 (#6815)
  • build(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine (#6805)

See the full listing of changes.

Version 10.0.2 (2024-07-06)

Mandatory Upgrade - due to older versions of dependency-check causing numerous, spurious requests that end in processing failures, this upgrade is mandatory so that the NVD can differentiate valid requests and block the old clients.

  • build(deps): bump open-vulnerability-clients (#6810)
  • fix(db): #6788 removing redundant db index "idxVulnerability" on "vulnerability.cve" (#6807)
  • docs: Further improve formatting and docs of H2 database caching strats (#6804)
  • fix: update_vulnerability in dbStatements_oracle.properties (#6803)
  • fix: fix NPE (#6778)
  • fix: add hint to resolve false negative (#6802)
  • chore: update configure (#6794)

See the full listing of changes.

Version 10.0.1 (2024-07-02)

  • build(deps): bump open-vulnerability-client (#6772)
  • fix: remove debug logging (#6770)
  • fix: postgresql column count error (#6773)
  • fix: mssql column name and version (#6761)
  • docs: update supported versions (#6771)

See the full listing of changes.

Version 10.0.0 (2024-07-01)

  • breaking change: upgrade to dotnet 8.0 (#6580)
    • Users of the AssemblyAnalyzer must upgrade/utilize dotnet 8 to analyze assemblies
  • feat: fix the NVD API related errors by adding cvssV4 support (#6756)
  • fix: avoid escaping unnecessary chars in HTML report suppression regexes (#6749)
  • fix: #6688 Trim version number when parsin POM (#6705)
  • fix: change request if lockfile is file v3 (#6690)
  • fix: skip pyproject.toml unless it contains tool.poetry before ensuring lockfiles (#6681)

See the full listing of changes.

Version 9.2.0 (2024-05-15)

... (truncated)

Commits
  • c888dcc build: prepare release v10.0.3
  • 762c2df docs: release 10.0.3
  • 5f6270c build(deps): bump open-vulnerability-clients from 6.1.6 to 6.1.7 (#6848)
  • 72ce4a0 build(deps): bump JamesIves/github-pages-deploy-action from 4.6.1 to 4.6.3 (#...
  • ffbc6d8 feat: Enable configuration of a lower resultsPerPage on NVD API (#6843)
  • ed0e8cb build(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17...
  • b44770a build(deps): bump open-vulnerability-client (#6830)
  • 708ea51 docs: fix typo
  • b96ca71 build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1...
  • 77f1acb build(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine (#6805)
  • Additional commits viewable in compare view

Updates org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.12

New Features

  • JaCoCo now officially supports Java 22 (GitHub #1596).
  • Experimental support for Java 23 class files (GitHub #1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #1600).
Commits

Updates org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

Commits
  • f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1
  • 7626998 Bump apache/maven-gh-actions-shared from 3 to 4
  • 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)
  • 40ae495 Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)
  • 073462b Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)
  • 0b1c823 Fix typos in AbstractSourceJarMojo exception
  • 099c65a [MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (...
  • 1edeea4 [MSOURCES-139] Fix typo in AbstractSourceJarMojo exception
  • 436966e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Release notes

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

3.7.0

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile (#280) @​dependabot
  • Exclude JDK 8 - temurin, adopt-openj9 on macos (#279) @​slawekjaranowski

🔧 Build

Commits
  • 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0
  • eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException...
  • 0a26a7e Update since tags
  • 08205b1 Add compile step for MJAVADOC-365 IT
  • 4c8ca8e [MJAVADOC-804] Remove temporary directories created by tests
  • 91369fa [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR
  • be2fa20 [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath
  • 3eb47c5 [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven...
  • d3afd39 [MJAVADOC-803] Add default parameter to force root locale
  • 4904e08 [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to $...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4

Release notes

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

3.2.4

Release Notes - Maven GPG Plugin - Version 3.2.4


📦 Dependency updates

3.2.3

Release Notes - Maven GPG Plugin - Version 3.2.3

... (truncated)

Commits
  • 789149e [maven-release-plugin] prepare release maven-gpg-plugin-3.2.4
  • 893aedc [MGPG-125] Fix "bestPractices" (#95)
  • b6f0324 [MGPG-126] Bump commons-io:commons-io from 2.16.0 to 2.16.1 (#94)
  • 3c5878b [maven-release-plugin] prepare for next development iteration
  • 89b91a4 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.3
  • fc2efa3 [MGPG-123][MGPG-124] Dependency upgrades (#93)
  • 50222d3 [MGPG-120] New mojo sign-deployed (#88)
  • a6c3a09 [MGPG-122] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3...
  • 78f5e37 [MGPG-121] Return the workaround for pseudo security (#90)
  • 582df74 [MGPG-117] Improve passphrase handling (#86)
  • Additional commits viewable in compare view

Updates org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0

Updates org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1

Release notes

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

3.7.1

Release Notes - Maven Assembly Plugin - Version 3.7.1

What's Changed

Full Changelog: apache/maven-assembly-plugin@maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1

3.7.0

Release Notes - Maven Assembly Plugin - Version 3.7.0

... (truncated)

Commits
  • 0afbb3e [maven-release-plugin] prepare release maven-assembly-plugin-3.7.1
  • 74e858a [MASSEMBLY-1022] Unresolved artifacts should be not processed
  • cb56382 [MASSEMBLY-1025] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2...
  • 86bbed0 [MASSEMBLY-1024] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26...
  • bdcc4d0 [MASSEMBLY-1023] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3...
  • 74fe92e [maven-release-plugin] prepare for next development iteration
  • 9be6e87 [maven-release-plugin] prepare release maven-assembly-plugin-3.7.0
  • e8630dc Bump apache/maven-gh-actions-shared from 3 to 4
  • 98f97a5 Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730
  • c84e110 [MASSEMBLY-1019] Maven 3.6.3 as minimum requirements
  • Additional commits viewable in compare view

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

Release notes

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

3.13.0

🚀 New features and improvements

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

Commits
  • a1415aa [maven-release-plugin] prepare release maven-compiler-plugin-3.13.0
  • b2b9196 [MCOMPILER-574] Propagate cause of exception in AbstractCompilerMojo
  • 6d2ce5a [MCOMPILER-584] Refresh page - Using Non-Javac Compilers
  • eebad60 [MCOMPILER-585] Refresh plugins versions in ITs
  • ceacf68 [MCOMPILER-582] Automatic detection of release option for JDK < 9
  • 110293f [MCOMPILER-583] Require Maven 3.6.3
  • 90131df [MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (#227)
  • 74cfc72 [MCOMPILER-548] JDK 21 throws annotations processing warning that can not be ...
  • f85aa27 Bump apache/maven-gh-actions-shared from 3 to 4
  • d59ef49 extract Maven 3.3.1 specific method call
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1

Release notes

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

3.3.0

Release Notes - Maven Surefire - Version 3.3.0

What's Changed

... (truncated)

Commits
  • 7e45620 [maven-release-plugin] prepare release surefire-3.3.1
  • 561b4ca [SUREFIRE-2250] Surefire Test Report Schema properties element is not consist...
  • 6aaea8a [SUREFIRE-1360] Ability to disable properties for successfully passed tests
  • c17b92b Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24
  • 748d9dc Fix typos
  • f8092e9 Improve time units
  • c670335 [SUREFIRE-1934] Ability to disable system-out/system-err for successfully pas...
  • bce1b39 Improve docs of linkXRef
  • 3c49ebd Bump org.htmlunit:htmlunit from 4.2.0 to 4.3.0
  • 6ff0f83 [SUREFIRE-2242] Plain test report does not include names of the skipped tests
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1

Release notes

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

3.1.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 4f350d4 [maven-release-plugin] prepare release maven-release-3.1.1
  • 06f6de4 [MRELEASE-1153] Revert parts of MRELEASE-1109 (8dfcb47996320af5e6f0b2d50eac20...
  • 985d0bc [MRELEASE-1149] Current release of the plugin has configuration docs missing
  • 47e94b4 [maven-release-plugin] prepare for next development iteration
  • f2f9f4e [maven-release-plugin] prepare release maven-release-3.1.0
  • e109d3b Bump scmVersion from 2.0.1 to 2.1.0
  • 5f794a1 Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0
  • 28201bb Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3
  • 8547606 Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27
  • adf6aaf Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.0 to 1.5.6

Commits
  • 7812a55 prepare release 1.5.6
  • 759fc25 fix issues/805 i.e. LOGBACK-1768, included file with inner conditional
  • 3d55638 start work on 1.5.6-SNAPSHOT
  • a91d2b6 notes about javadocs
  • c7c5e89 prepare release 1.5.5
  • 7db8797 upgrade build to slf4j 2.0.13
  • f9c04d2 test inclusion with conditionals
  • f32ed30 remove support for metaannotations for NoAutoStart annotation
  • 4476edd Search for @​NoAutoStart annotations in ancestor hierarchy, implemented interf...
  • a649c60 rename IncludeActionTest as IncludeModelHandlerTest
  • Additional commits viewable in compare view

Updates org.slf4j:jul-to-slf4j from 2.0.12 to 2.0.13

Updates org.slf4j:slf4j-api from 2.0.12 to 2.0.13

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

Release notes

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

3.7.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.7.0

🚀 New features and improvements

Bumps the dependencies group with 38 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.2` | `5.10.3` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `9.0.9` | `10.0.3` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.11` | `0.8.12` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.3.1` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.8.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.4` |
| org.sonatype.plugins:nexus-staging-maven-plugin | `1.6.13` | `1.7.0` |
| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.6.0` | `3.7.1` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.12.1` | `3.13.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.3.1` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.0` | `1.5.6` |
| org.slf4j:jul-to-slf4j | `2.0.12` | `2.0.13` |
| org.slf4j:slf4j-api | `2.0.12` | `2.0.13` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.6.1` | `3.7.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.2` | `42.7.3` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.2` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.16.1` | `2.17.2` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.2` |
| org.apache.commons:commons-text | `1.11.0` | `1.12.0` |
| [de.fraunhofer.iosb.ilt:Configurable](https://github.com/FraunhoferIOSB/Configurable) | `0.34` | `0.35` |
| org.apache.commons:commons-lang3 | `3.14.0` | `3.15.0` |
| [org.codehaus.mojo:javacc-maven-plugin](https://github.com/mojohaus/javacc-maven-plugin) | `3.0.1` | `3.1.0` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `7.0.0` | `9.0.1` |
| org.apache.commons:commons-dbcp2 | `2.11.0` | `2.12.0` |
| org.jooq:jooq | `3.16.23` | `3.19.10` |
| org.jooq:jooq-meta | `3.16.23` | `3.19.10` |
| org.jooq:jooq-codegen | `3.16.23` | `3.19.10` |
| org.keycloak:keycloak-servlet-filter-adapter | `23.0.6` | `24.0.5` |
| commons-io:commons-io | `2.15.1` | `2.16.1` |
| [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.10.0` | `1.11.0` |
| [de.fraunhofer.iosb.ilt:FROST-Client](https://github.com/FraunhoferIOSB/FROST-Client) | `0.44` | `0.45` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.1` | `3.6.0` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.20.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.0.0-jre` | `33.2.1-jre` |
| org.eclipse.jetty:jetty-servlet | `10.0.20` | `10.0.22` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20240205` | `20240303` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.2` |



Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

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

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.11 to 0.8.12
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.11...v0.8.12)

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

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

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

Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.13 to 1.7.0

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

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

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

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

Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.6
- [Commits](qos-ch/logback@v_1.5.0...v_1.5.6)

Updates `org.slf4j:jul-to-slf4j` from 2.0.12 to 2.0.13

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

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

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

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.13

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

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.1 to 2.17.2
- [Commits](FasterXML/jackson-core@jackson-core-2.16.1...jackson-core-2.17.2)

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

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.1 to 2.17.2
- [Commits](FasterXML/jackson-core@jackson-core-2.16.1...jackson-core-2.17.2)

Updates `org.apache.commons:commons-text` from 1.11.0 to 1.12.0

Updates `de.fraunhofer.iosb.ilt:Configurable` from 0.34 to 0.35
- [Changelog](https://github.com/FraunhoferIOSB/Configurable/blob/master/CHANGELOG.md)
- [Commits](FraunhoferIOSB/Configurable@v0.34...v0.35)

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

Updates `org.apache.commons:commons-lang3` from 3.14.0 to 3.15.0

Updates `org.codehaus.mojo:javacc-maven-plugin` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/mojohaus/javacc-maven-plugin/releases)
- [Commits](mojohaus/javacc-maven-plugin@javacc-maven-plugin-3.0.1...3.1.0)

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 7.0.0 to 9.0.1
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v7.0.0...v9.0.1)

Updates `org.apache.commons:commons-dbcp2` from 2.11.0 to 2.12.0

Updates `org.jooq:jooq` from 3.16.23 to 3.19.10

Updates `org.jooq:jooq-meta` from 3.16.23 to 3.19.10

Updates `org.jooq:jooq-codegen` from 3.16.23 to 3.19.10

Updates `org.jooq:jooq-codegen` from 3.16.23 to 3.19.10

Updates `org.keycloak:keycloak-servlet-filter-adapter` from 23.0.6 to 24.0.5

Updates `commons-io:commons-io` from 2.15.1 to 2.16.1

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

Updates `de.fraunhofer.iosb.ilt:FROST-Client` from 0.44 to 0.45
- [Changelog](https://github.com/FraunhoferIOSB/FROST-Client/blob/master/CHANGELOG.md)
- [Commits](FraunhoferIOSB/FROST-Client@v0.44...v0.45)

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

Updates `org.testcontainers:junit-jupiter` from 1.19.5 to 1.20.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.5...1.20.0)

Updates `com.google.guava:guava` from 33.0.0-jre to 33.2.1-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.20 to 10.0.22

Updates `org.json:json` from 20240205 to 20240303
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

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

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  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-major
  dependency-group: dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-source-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-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-assembly-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: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: de.fraunhofer.iosb.ilt:Configurable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.codehaus.mojo:javacc-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-dbcp2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-meta
  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-codegen
  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-major
  dependency-group: dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: de.fraunhofer.iosb.ilt:FROST-Client
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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.json:json
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

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

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/maven/v2.0.x/dependencies-75515aa15d branch August 5, 2024 06:50
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