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 maven-dependencies group with 15 updates #51

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the maven-dependencies group with 15 updates:

Package From To
org.cryptomator:integrations-api 1.2.0 1.3.0
org.eclipse.jetty:jetty-server 10.0.16 11.0.16
org.eclipse.jetty:jetty-servlet 10.0.16 11.0.16
org.jetbrains:annotations 23.0.0 24.0.1
org.slf4j:slf4j-api 2.0.7 2.0.9
org.slf4j:slf4j-simple 2.0.7 2.0.9
org.junit.jupiter:junit-jupiter 5.9.3 5.10.0
org.apache.maven.plugins:maven-compiler-plugin 3.10.1 3.11.0
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M7 3.1.2
org.apache.maven.plugins:maven-source-plugin 3.2.1 3.3.0
org.apache.maven.plugins:maven-javadoc-plugin 3.4.1 3.6.0
org.owasp:dependency-check-maven 8.1.2 8.4.0
org.jacoco:jacoco-maven-plugin 0.8.9 0.8.10
org.apache.maven.plugins:maven-gpg-plugin 3.0.1 3.1.0
org.apache.maven.plugins:maven-deploy-plugin 3.1.0 3.1.1

Updates org.cryptomator:integrations-api from 1.2.0 to 1.3.0

Release notes

Sourced from org.cryptomator:integrations-api's releases.

1.3.0

What's Changed

Full Changelog: cryptomator/integrations-api@1.2.0...1.3.0

Release 1.3.0-beta1

What's Changed

  • Adjusted TrayMenuController API to support further tray icon types (#19) in preparation for libappindicator support (#17)
  • Marked Mount API as stable

Full Changelog: cryptomator/integrations-api@1.2.0...1.3.0-beta1

Commits
  • b58ecc6 Merge branch 'release/1.3.0'
  • c463221 Merge branch 'develop' into release/1.3.0
  • adda424 replace deprecated release action
  • dff4e81 prepare 1.3.0
  • 948faea updated .idea config for IDEA 2023.1+
  • 5b43e50 Merge pull request #19 from cryptomator/feature/tray-icon-loader
  • 9daf5f6 mark api as still being subject to change
  • cdf313e polymorphic tray icon loading
  • 90ad49c Merge pull request #17 from purejava/libappindicator
  • 17fbf49 Change API to support svg icons
  • Additional commits viewable in compare view

Updates org.eclipse.jetty:jetty-server from 10.0.16 to 11.0.16

Release notes

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

11.0.16

Security Updates

This release addresses:

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #10397 - Iso88591StringBuilder.append seems to have a logic error
  • #10388 - Jetty10 inetaccess mod started error
  • #10352 - Jetty accepts "+" prefixed value in Content-Length (CVE-2023-40167)
  • #10329 - Various cleanups in HttpParser
  • #10271 - jetty.sh does not stop jetty anymore
  • #10211 - NPE in ArrayByteBufferPool.findOldestEntry()
  • #10176 - cleanups of DateCache
  • #10160 - Verify PROXY_AUTHENTICATION is sent to forward proxies
  • #10145 - WritePendingException over HTTP/2 tunnel
  • #10143 - Startup fails due to IllegalArgumentException: Comparison method violates its general contract
  • #10135 - Websocket: Using PerMessageDeflateExtension and flush in batchMode send FLUSH_FRAME to client.
  • #10105 - Document that Request objects are not reusable
  • #10086 - Revisiting ProxyConfiguration.getProxies()
  • #10066 - Allow SAXParserFactory or SAXParser to be configured in Jetty's XmlParser class - Allows for GHSA-58qw-p7qm-5rvh workaround
  • #9997 - No progress during Gzip Request Inflation results in bogus error
  • #9947 - Cannot invoke "org.eclipse.jetty.io.ManagedSelector.getTotalKeys()" because "selector" is null (@​strogiyotec)
  • #9938 - Bulletproof AbstractProxyServlet#destory() to make it easier to write (@​garydgregory)
  • #9895 - A MessageTooLargeException doesn't close a WebSocket connection
  • #9887 - Deprecate CGI Servlet (CVE-2023-36479)
  • #9798 - review and cleanup of HTTP/3 QPACK Integer and String encoding
  • #9777 - CrossOriginFilter does not return Vary header on no-cors mode
  • #9761 - H3: Fix racy read from stream-less channel
  • #9749 - HTTP/2 improvements.
  • #9741 - Review of websocket parser, improve testing & comments.
  • #9728 - Fixes to QPACK configuration from SETTINGS frames.
  • #9715 - deprecate PushSessionCacheFilter
  • #9685 - Jetty doesn't set the date header on error responses
  • #9682 - RetainableByteBuffer buffer release bug in WebSocket
  • #9554 - Move (qpack/hpack) HuffmanDecoder / HuffmanEncoder / NBitInteger* to common location
  • #9476 - onCompleteFailure called multiple times
  • #8926 - HttpClient GZIPContentDecoder should remove Content-Length and Content-Encoding: gzip
  • #8556 - ServletContext.getSessionTimeout() incorrectly throws IllegalStateException

... (truncated)

Commits
  • bedff45 Updating to version 11.0.16
  • d3fbcaf Fixing release-jetty.sh script
  • 99c049e Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • c3cf256 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • cf97e58 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 5cc4a9d Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • b6a298f Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 90aa433 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 1309c65 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • 6588cc8 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • Additional commits viewable in compare view

Updates org.eclipse.jetty:jetty-servlet from 10.0.16 to 11.0.16

Release notes

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

11.0.16

Security Updates

This release addresses:

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #10397 - Iso88591StringBuilder.append seems to have a logic error
  • #10388 - Jetty10 inetaccess mod started error
  • #10352 - Jetty accepts "+" prefixed value in Content-Length (CVE-2023-40167)
  • #10329 - Various cleanups in HttpParser
  • #10271 - jetty.sh does not stop jetty anymore
  • #10211 - NPE in ArrayByteBufferPool.findOldestEntry()
  • #10176 - cleanups of DateCache
  • #10160 - Verify PROXY_AUTHENTICATION is sent to forward proxies
  • #10145 - WritePendingException over HTTP/2 tunnel
  • #10143 - Startup fails due to IllegalArgumentException: Comparison method violates its general contract
  • #10135 - Websocket: Using PerMessageDeflateExtension and flush in batchMode send FLUSH_FRAME to client.
  • #10105 - Document that Request objects are not reusable
  • #10086 - Revisiting ProxyConfiguration.getProxies()
  • #10066 - Allow SAXParserFactory or SAXParser to be configured in Jetty's XmlParser class - Allows for GHSA-58qw-p7qm-5rvh workaround
  • #9997 - No progress during Gzip Request Inflation results in bogus error
  • #9947 - Cannot invoke "org.eclipse.jetty.io.ManagedSelector.getTotalKeys()" because "selector" is null (@​strogiyotec)
  • #9938 - Bulletproof AbstractProxyServlet#destory() to make it easier to write (@​garydgregory)
  • #9895 - A MessageTooLargeException doesn't close a WebSocket connection
  • #9887 - Deprecate CGI Servlet (CVE-2023-36479)
  • #9798 - review and cleanup of HTTP/3 QPACK Integer and String encoding
  • #9777 - CrossOriginFilter does not return Vary header on no-cors mode
  • #9761 - H3: Fix racy read from stream-less channel
  • #9749 - HTTP/2 improvements.
  • #9741 - Review of websocket parser, improve testing & comments.
  • #9728 - Fixes to QPACK configuration from SETTINGS frames.
  • #9715 - deprecate PushSessionCacheFilter
  • #9685 - Jetty doesn't set the date header on error responses
  • #9682 - RetainableByteBuffer buffer release bug in WebSocket
  • #9554 - Move (qpack/hpack) HuffmanDecoder / HuffmanEncoder / NBitInteger* to common location
  • #9476 - onCompleteFailure called multiple times
  • #8926 - HttpClient GZIPContentDecoder should remove Content-Length and Content-Encoding: gzip
  • #8556 - ServletContext.getSessionTimeout() incorrectly throws IllegalStateException

... (truncated)

Commits
  • bedff45 Updating to version 11.0.16
  • d3fbcaf Fixing release-jetty.sh script
  • 99c049e Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • c3cf256 Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
  • cf97e58 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 5cc4a9d Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • b6a298f Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 90aa433 Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
  • 1309c65 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • 6588cc8 Merge branch 'jetty-10.0.x' into jetty-11.0.x
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 23.0.0 to 24.0.1

Release notes

Sourced from org.jetbrains:annotations's releases.

24.0.1

  • Added @Documented annotation where it would be useful.

24.0.0

  • Added new annotation: @CheckReturnValue

23.1.0

  • Added new annotation: @ApiStatus.Obsolete
Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 24.0.1

  • Added @Documented annotation where it would be useful.

Version 24.0.0

  • Added new annotation: @CheckReturnValue.

Version 23.1.0

  • Added new annotation: @ApiStatus.Obsolete.
Commits

Updates org.slf4j:slf4j-api from 2.0.7 to 2.0.9

Updates org.slf4j:slf4j-simple from 2.0.7 to 2.0.9

Updates org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0

Release notes

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

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.0-RC2...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

Commits
  • 7f619ca Release 5.10
  • 9899de4 Update Gradle Enterprise plugin to 3.14
  • 45b970f Replace soon-to-be-deprecated usages of project.buildDir
  • 463ae36 Prune Release Notes for 5.10 GA
  • 893c64b Back to snapshots for further development
  • e6ff0c5 Release 5.10.0-RC2
  • b08a76b Add 5.10.0-RC2 release notes
  • 2c278c7 Revert "Prune Release Notes for 5.10 GA"
  • acb6e65 Provide access to source element annotations for TempDirFactory
  • 73818a1 Bump org.gradle.toolchains:foojay-resolver from 0.5.0 to 0.6.0
  • Additional commits viewable in compare view

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

Release notes

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

3.11.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • eeda628 [maven-release-plugin] prepare release maven-compiler-plugin-3.11.0
  • 82b799f [MCOMPILER-527] Upgrade plexus-java to 1.1.2 (#177)
  • f9c2350 [MCOMPILER-526] Fix IT (#178)
  • 4022bd0 [MCOMPILER-494] - Add a useModulePath switch to the testCompile mojo (#119)
  • f4a8a54 [MCOMPILER-525] Incorrect detection of dependency change (#172)
  • 86b9f59 [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths' (#...
  • e304ceb [MCOMPILER-526] Ignore reformat commit for git blame
  • f7a4613 [MCOMPILER-526] Reformat
  • cc78aee [MCOMPILER-526] Upgrade to parent 39
  • 3dca82f [MCOMPILER-526] Add packages to please the formatter
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.1.2

Release notes

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

3.1.2

Release Notes - Maven Surefire - Version 3.1.2

📦 Dependency updates

👻 Maintenance

3.1.0

Release Notes - Maven Surefire - Version 3.1.0 Sub-task

Bug

Improvement

  • [SUREFIRE-2153] - Replace SurefireReportGenerator with a new SurefireReportRenderer
  • [SUREFIRE-2160] - Replace LocalizedProperties with (Custom)I18N approach from MPIR

Task

... (truncated)

Commits
  • 5e097b5 [maven-release-plugin] prepare release surefire-3.1.2
  • 255bb51 Update commons compress to 1.23.0
  • a77dfb2 Drop unused commons-lang 2.6 from management (#661)
  • 95e8e95 [SUREFIRE-2157] Upgrade junit-jupiter to 5.9.3/junit-platform to 1.9.2
  • 9092b5e [SUREFIRE-2157] Upgrade surefire IT to 3.1.0
  • 1af92f5 Remove old junittoolbox dependency no longer used (#658)
  • 8878ed5 update test libraries (#657)
  • a6613a8 Remove redundant space
  • e0e89e4 update commons-io to 2.12.0
  • d8ac134 [MNGSITE-393] remove descriptions of Maven 2.x and very old versions
  • Additional commits viewable in compare view

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

Commits
  • 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0
  • f186993 [MSOURCES-135] Cleanup project code
  • 021af55 [MSOURCES-134] Refresh download page
  • b11a457 Use shared GitHub actions v3
  • 7caf2b0 [MSOURCES-133] Upgrade Parent to 39 - ignore git blame
  • dee4c10 [MSOURCES-133] Upgrade Parent to 39
  • 452111f Add dependabot configuration
  • e691ac3 s/MSOURCE/MSOURCES/
  • 1ddffd8 Auto-link MSOURCE Jira
  • 37ffefe Add pull request template
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.4.1 to 3.6.0

Release notes

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

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

... (truncated)

Commits
  • 7548066 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.0
  • 77adc47 [MJAVADOC-642] Make offline mode configurable (#238)
  • 24362d2 [MJAVADOC-742] Fix resolution of docletArtifacts (#186)
  • bee4197 fix jenkins link (#237)
  • 9830bdc Fix build on jenkins
  • 6f30bed [MJAVADOC-642] Make offline mode configurable (#232)
  • e4023d0 [JAVADOC-771] Upgrade Parent to 40 (#234)
  • 7904e45 [MJAVADOC-772] Refresh download page
  • 87c2424 Bump org.apache.maven:maven-core (#226)
  • 83ab01b Use 3.6.0 as release version (#233)
  • Additional commits viewable in compare view

Updates org.owasp:dependency-check-maven from 8.1.2 to 8.4.0

Release notes

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

Version 8.4.0

Added

  • feat: Add support for Nexus v3 to NexusAnalyzer (#5849)

Fixed

  • fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
  • chore: switch to sha1-pinning as suggested by Semgrep
  • fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
  • fix: use curl with -L to follow github redirect (#5808)
  • fix: use curl with -L to follow github redirect
  • fix: #5671 out of memory error (#5789)
  • fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError

Version 8.3.1

Re-release of 8.3.0 as 8.3.1.

v8.3.0

Added

  • Add LibmanAnalyzer (#5652)
  • Update HTML report Dependencies head...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 18, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/maven-dependencies-224909b92b branch 2 times, most recently from 334e653 to 51f7ce9 Compare September 18, 2023 09:07
@overheadhunter
Copy link
Member

@dependabot show org.eclipse.jetty:jetty-server ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

No ignore conditions found for the dependency org.eclipse.jetty:jetty-server

@overheadhunter
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

Looks like this PR is already up-to-date with develop! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@overheadhunter
Copy link
Member

@dependabot recreate

Bumps the maven-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [org.cryptomator:integrations-api](https://github.com/cryptomator/integrations-api) | `1.2.0` | `1.3.0` |
| [org.eclipse.jetty:jetty-server](https://github.com/eclipse/jetty.project) | `10.0.16` | `11.0.16` |
| [org.eclipse.jetty:jetty-servlet](https://github.com/eclipse/jetty.project) | `10.0.16` | `11.0.16` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `23.0.0` | `24.0.1` |
| org.slf4j:slf4j-api | `2.0.7` | `2.0.9` |
| org.slf4j:slf4j-simple | `2.0.7` | `2.0.9` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.9.3` | `5.10.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.10.1` | `3.11.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.0.0-M7` | `3.1.2` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.2.1` | `3.3.0` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.4.1` | `3.6.0` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `8.1.2` | `8.4.0` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.9` | `0.8.10` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.0.1` | `3.1.0` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.0` | `3.1.1` |


Updates `org.cryptomator:integrations-api` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/cryptomator/integrations-api/releases)
- [Commits](cryptomator/integrations-api@1.2.0...1.3.0)

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

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

Updates `org.jetbrains:annotations` from 23.0.0 to 24.0.1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@23.0.0...24.0.1)

Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.9

Updates `org.slf4j:slf4j-simple` from 2.0.7 to 2.0.9

Updates `org.junit.jupiter:junit-jupiter` from 5.9.3 to 5.10.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.3...r5.10.0)

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

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

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.2.1 to 3.3.0
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)

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

Updates `org.owasp:dependency-check-maven` from 8.1.2 to 8.4.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.1.2...v8.4.0)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.9 to 0.8.10
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.9...v0.8.10)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.0.1 to 3.1.0
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0)

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

---
updated-dependencies:
- dependency-name: org.cryptomator:integrations-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.eclipse.jetty:jetty-servlet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/maven-dependencies-224909b92b branch from 51f7ce9 to 9143583 Compare September 18, 2023 09:42
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Sep 18, 2023
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-224909b92b branch September 18, 2023 09:52
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.

None yet

1 participant