mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-13 02:57:00 +00:00
browser-processor-reliability
703 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
58258eb640 |
BiDiJson: map results to null for commands that return Void
Fixes java.lang.UnsupportedOperationException: Unsupported type: class java.lang.Void |
||
|
|
1392da4fa6 | LocalWebDriverBiDi: make close() reliably terminate the browser | ||
|
|
27d0f05010 | LocalWebDriverBiDi: time out and clean up if the browser fails to start | ||
|
|
99cd6d942d | LocalWebDriverBiDi: fail pending commands when the connection is lost | ||
|
|
4b396426e5 |
LocalWebDriverBiDi: serialize WebSocket sends
The JDK WebSocket only permits one outstanding sendText() at a time. With many toe threads issuing BiDi commands concurrently sends can fail with IllegalStateException, so chain them. |
||
|
|
789603c1b7 | [maven-release-plugin] prepare for next development iteration | ||
|
|
7af0bf56ea | [maven-release-plugin] prepare release 3.16.0 | ||
|
|
6c7a54b5c5 | [maven-release-plugin] prepare for next development iteration | ||
|
|
9fdd5543af | [maven-release-plugin] prepare release 3.16.0 | ||
|
|
3b468c05c9 |
Merge pull request #737 from internetarchive/ato/fix-mitmproxy-request-content
BrowserProcessor/MitmProxy: Fix request recording |
||
|
|
b1c1f1f207 |
Bump the minor-and-patch group with 6 updates
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `7.0.7` | `7.0.8` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `7.0.7` | `7.0.8` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `7.0.7` | `7.0.8` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.7` | `7.0.8` | | [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.28.2` | `2.28.3` | Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) Updates `org.springframework:spring-core` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-beans` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-context` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-expression` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-beans` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-context` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `org.springframework:spring-expression` from 7.0.7 to 7.0.8 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.7...v7.0.8) Updates `com.github.mwiede:jsch` from 2.28.2 to 2.28.3 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.28.2...jsch-2.28.3) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.mwiede:jsch dependency-version: 2.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
e156997dbd |
MitmProxy: Fix request recording
This fixes a bug where POST requests would get recorded with a doubled header and a bunch of nulls at the end. It seems that the onRequestContent() listener doesn't pass us the right buffer when proxying. The buffer seems to contain client-to-server data and the buffer's limit isn't set. So instead this records the request content by overriding newProxyToServerRequestContent. |
||
|
|
709ac00dd2 | Add PaginationBehavior: repeatedly clicks next-page and extracts links | ||
|
|
fc76935fea | webdriver: Support Cookie.sameSite value "default" | ||
|
|
3406c14632 |
Bump the minor-and-patch group with 11 updates
Bumps the minor-and-patch group with 11 updates: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` | | [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) | `5.0.5` | `5.0.6` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.3` | `2.22.0` | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.34` | `12.0.36` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.34` | `12.0.36` | | [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j) | `2.0.17` | `2.0.18` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` | | [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) | `3.6.4` | `3.6.5` | | org.glassfish.jaxb:jaxb-runtime | `4.0.7` | `4.0.9` | | [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.30.0` | `5.31.0` | | org.apache.kafka:kafka-clients | `4.2.0` | `4.3.0` | Updates `org.junit.jupiter:junit-jupiter` from 6.0.3 to 6.1.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) Updates `org.apache.groovy:groovy-bom` from 5.0.5 to 5.0.6 - [Commits](https://github.com/apache/groovy/commits) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.3 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.3...jackson-bom-2.22.0) Updates `org.eclipse.jetty:jetty-bom` from 12.0.34 to 12.0.36 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.34...jetty-12.0.36) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.34 to 12.0.36 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.34...jetty-12.0.36) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.34 to 12.0.36 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.34...jetty-12.0.36) Updates `org.slf4j:slf4j-bom` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.17...v_2.0.18) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6) Updates `dnsjava:dnsjava` from 3.6.4 to 3.6.5 - [Release notes](https://github.com/dnsjava/dnsjava/releases) - [Changelog](https://github.com/dnsjava/dnsjava/blob/master/Changelog) - [Commits](https://github.com/dnsjava/dnsjava/commits) Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.7 to 4.0.9 Updates `com.rabbitmq:amqp-client` from 5.30.0 to 5.31.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.30.0...v5.31.0) Updates `org.apache.kafka:kafka-clients` from 4.2.0 to 4.3.0 --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.groovy:groovy-bom dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.0.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.slf4j:slf4j-bom dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: dnsjava:dnsjava dependency-version: 3.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-version: 4.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
e0b46789bc | [maven-release-plugin] prepare for next development iteration | ||
|
|
bc28f4d1ae | [maven-release-plugin] prepare release 3.15.0 | ||
|
|
bb219db589 |
Bump the minor-and-patch group with 12 updates
Bumps the minor-and-patch group with 12 updates: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.2` | `2.21.3` | | commons-io:commons-io | `2.21.0` | `2.22.0` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.21.0` | `1.22.0` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `7.0.6` | `7.0.7` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `7.0.6` | `7.0.7` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `7.0.6` | `7.0.7` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.6` | `7.0.7` | | [org.netpreserve.commons:webarchive-commons](https://github.com/iipc/webarchive-commons) | `3.0.3` | `3.0.4` | | [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.28.0` | `2.28.2` | | [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.29.0` | `5.30.0` | | [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) | `1.10.4` | `1.11.0` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` | Updates `com.fasterxml.jackson:jackson-bom` from 2.21.2 to 2.21.3 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.2...jackson-bom-2.21.3) Updates `commons-io:commons-io` from 2.21.0 to 2.22.0 Updates `commons-codec:commons-codec` from 1.21.0 to 1.22.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.21.0...rel/commons-codec-1.22.0) Updates `org.springframework:spring-core` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.springframework:spring-beans` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.springframework:spring-context` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.springframework:spring-expression` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.springframework:spring-beans` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.springframework:spring-context` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.springframework:spring-expression` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) Updates `org.netpreserve.commons:webarchive-commons` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/iipc/webarchive-commons/releases) - [Changelog](https://github.com/iipc/webarchive-commons/blob/master/CHANGES.md) - [Commits](https://github.com/iipc/webarchive-commons/compare/webarchive-commons-3.0.3...webarchive-commons-3.0.4) Updates `com.github.mwiede:jsch` from 2.28.0 to 2.28.2 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.28.0...jsch-2.28.2) Updates `com.rabbitmq:amqp-client` from 5.29.0 to 5.30.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.29.0...v5.30.0) Updates `at.yawk.lz4:lz4-java` from 1.10.4 to 1.11.0 - [Release notes](https://github.com/yawkat/lz4-java/releases) - [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md) - [Commits](https://github.com/yawkat/lz4-java/compare/v1.10.4...v1.11.0) Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.13.2...gson-parent-2.14.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: commons-io:commons-io dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commons-codec:commons-codec dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.netpreserve.commons:webarchive-commons dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.mwiede:jsch dependency-version: 2.28.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: at.yawk.lz4:lz4-java dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
94aaebfca2 | [maven-release-plugin] prepare for next development iteration | ||
|
|
56f8aee836 | [maven-release-plugin] prepare release 3.14.1 | ||
|
|
1620dc06ce |
Merge pull request #713 from internetarchive/xxe
Enable XXE protection when parsing crawl job XML |
||
|
|
46b198a180 |
Bump the minor-and-patch group with 21 updates
Bumps the minor-and-patch group with 21 updates: | Package | From | To | | --- | --- | --- | | [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) | `5.0.4` | `5.0.5` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.1` | `2.21.2` | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.32` | `12.0.34` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.32` | `12.0.34` | | [commons-net:commons-net](https://github.com/apache/commons-net) | `3.12.0` | `3.13.0` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `7.0.5` | `7.0.6` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `7.0.5` | `7.0.6` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `7.0.5` | `7.0.6` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.5` | `7.0.6` | | [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.27.8` | `2.28.0` | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.4.0` | `3.5.0` | | org.apache.pdfbox:pdfbox | `3.0.6` | `3.0.7` | | org.glassfish.jaxb:jaxb-runtime | `4.0.6` | `4.0.7` | | [org.webjars.npm:codemirror__autocomplete](https://github.com/codemirror/autocomplete) | `6.20.0` | `6.20.1` | | [org.webjars.npm:codemirror__commands](https://github.com/codemirror/commands) | `6.10.1` | `6.10.2` | | [org.webjars.npm:codemirror__language](https://github.com/codemirror/language) | `6.12.1` | `6.12.2` | | [org.webjars.npm:codemirror__view](https://github.com/codemirror/view) | `6.39.11` | `6.39.16` | | [org.webjars.npm:codemirror__lint](https://github.com/codemirror/lint) | `6.9.2` | `6.9.5` | | [org.webjars.npm:lezer__common](https://github.com/lezer-parser/common) | `1.5.0` | `1.5.1` | | [org.webjars.npm:lezer__lr](https://github.com/lezer-parser/lr) | `1.4.7` | `1.4.8` | | [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) | `1.10.3` | `1.10.4` | Updates `org.apache.groovy:groovy-bom` from 5.0.4 to 5.0.5 - [Commits](https://github.com/apache/groovy/commits) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.1 to 2.21.2 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.1...jackson-bom-2.21.2) Updates `org.eclipse.jetty:jetty-bom` from 12.0.32 to 12.0.34 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.32...jetty-12.0.34) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.32 to 12.0.34 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.32...jetty-12.0.34) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.32 to 12.0.34 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.32...jetty-12.0.34) Updates `commons-net:commons-net` from 3.12.0 to 3.13.0 - [Changelog](https://github.com/apache/commons-net/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-net/compare/rel/commons-net-3.12.0...rel/commons-net-3.13.0) Updates `org.springframework:spring-core` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `org.springframework:spring-beans` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `org.springframework:spring-context` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `org.springframework:spring-expression` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `org.springframework:spring-beans` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `org.springframework:spring-context` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `org.springframework:spring-expression` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.5...v7.0.6) Updates `com.github.mwiede:jsch` from 2.27.8 to 2.28.0 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.8...jsch-2.28.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/v3.4.0...maven-resources-plugin-3.5.0) Updates `org.apache.pdfbox:pdfbox` from 3.0.6 to 3.0.7 Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.6 to 4.0.7 Updates `org.webjars.npm:codemirror__autocomplete` from 6.20.0 to 6.20.1 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.20.0...6.20.1) Updates `org.webjars.npm:codemirror__commands` from 6.10.1 to 6.10.2 - [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/commands/compare/6.10.1...6.10.2) Updates `org.webjars.npm:codemirror__language` from 6.12.1 to 6.12.2 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.12.1...6.12.2) Updates `org.webjars.npm:codemirror__view` from 6.39.11 to 6.39.16 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.39.11...6.39.16) Updates `org.webjars.npm:codemirror__lint` from 6.9.2 to 6.9.5 - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lint/compare/6.9.2...6.9.5) Updates `org.webjars.npm:lezer__common` from 1.5.0 to 1.5.1 - [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/common/compare/1.5.0...1.5.1) Updates `org.webjars.npm:lezer__lr` from 1.4.7 to 1.4.8 - [Changelog](https://github.com/lezer-parser/lr/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/lr/compare/1.4.7...1.4.8) Updates `at.yawk.lz4:lz4-java` from 1.10.3 to 1.10.4 - [Release notes](https://github.com/yawkat/lz4-java/releases) - [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md) - [Commits](https://github.com/yawkat/lz4-java/compare/v1.10.3...v1.10.4) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-bom dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.0.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: commons-net:commons-net dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.mwiede:jsch dependency-version: 2.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.pdfbox:pdfbox dependency-version: 3.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-version: 4.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__autocomplete dependency-version: 6.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__commands dependency-version: 6.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__language dependency-version: 6.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__view dependency-version: 6.39.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__lint dependency-version: 6.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:lezer__common dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:lezer__lr dependency-version: 1.4.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: at.yawk.lz4:lz4-java dependency-version: 1.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
96737799ed |
Enable XXE protection when parsing crawl job XML
Heritrix's Spring XML based job config format by design allows arbitrary code execution, so this doesn't realistically make things much safer, but I also don't see any reason we need external entity resolution enabled. I suppose there's a chance this could mitigate a generic automated attack that uses XXE but doesn't target Heritrix or Spring XML specifically. Fixes #711 |
||
|
|
5b2d677498 |
Bump the minor-and-patch group with 11 updates
Bumps the minor-and-patch group with 11 updates: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.0` | `2.21.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.4` | `3.5.5` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `7.0.3` | `7.0.5` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `7.0.3` | `7.0.5` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `7.0.3` | `7.0.5` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.3` | `7.0.5` | | [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.27.7` | `2.27.8` | | [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) | `4.0.4` | `4.0.5` | | [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.28.0` | `5.29.0` | | org.apache.kafka:kafka-clients | `4.1.1` | `4.2.0` | Updates `org.junit.jupiter:junit-jupiter` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.0 to 2.21.1 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.21.0...jackson-bom-2.21.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.5) Updates `org.springframework:spring-core` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-beans` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-context` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-expression` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-beans` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-context` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `org.springframework:spring-expression` from 7.0.3 to 7.0.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.3...v7.0.5) Updates `com.github.mwiede:jsch` from 2.27.7 to 2.27.8 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.7...jsch-2.27.8) Updates `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5) Updates `com.rabbitmq:amqp-client` from 5.28.0 to 5.29.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.28.0...v5.29.0) Updates `org.apache.kafka:kafka-clients` from 4.1.1 to 4.2.0 --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.mwiede:jsch dependency-version: 2.27.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
1a2b108663 | [maven-release-plugin] prepare for next development iteration | ||
|
|
9ffead59c0 | [maven-release-plugin] prepare release 3.14.0 | ||
|
|
d06dca0a68 | Bump webarchive-commons from 3.0.2 to 3.0.3 | ||
|
|
938c68dbd8 |
Bump the minor-and-patch group with 25 updates
Bumps the minor-and-patch group with 25 updates: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.2` | | [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) | `5.0.3` | `5.0.4` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.1` | `2.21.0` | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.31` | `12.0.32` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.31` | `12.0.32` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.1` | `3.15.0` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.20.1` | `2.21.0` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.9.0` | `0.10.0` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.20.0` | `1.21.0` | | [dnsjava:dnsjava](https://github.com/dnsjava/dnsjava) | `3.6.3` | `3.6.4` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `7.0.2` | `7.0.3` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `7.0.2` | `7.0.3` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `7.0.2` | `7.0.3` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.2` | `7.0.3` | | [org.webjars.npm:codemirror__autocomplete](https://github.com/codemirror/autocomplete) | `6.18.6` | `6.20.0` | | [org.webjars.npm:codemirror__commands](https://github.com/codemirror/commands) | `6.8.1` | `6.10.1` | | [org.webjars.npm:codemirror__language](https://github.com/codemirror/language) | `6.11.3` | `6.12.1` | | [org.webjars.npm:codemirror__state](https://github.com/codemirror/state) | `6.5.2` | `6.5.4` | | [org.webjars.npm:codemirror__view](https://github.com/codemirror/view) | `6.38.1` | `6.39.11` | | [org.webjars.npm:codemirror__lint](https://github.com/codemirror/lint) | `6.8.5` | `6.9.2` | | [org.webjars.npm:lezer__common](https://github.com/lezer-parser/common) | `1.2.3` | `1.5.0` | | [org.webjars.npm:lezer__lr](https://github.com/lezer-parser/lr) | `1.4.2` | `1.4.7` | | [org.webjars.npm:lezer__highlight](https://github.com/lezer-parser/highlight) | `1.2.1` | `1.2.3` | | [org.webjars.npm:style-mod](https://github.com/marijnh/style-mod) | `4.1.2` | `4.1.3` | | [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) | `1.10.2` | `1.10.3` | Updates `org.junit.jupiter:junit-jupiter` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2) Updates `org.apache.groovy:groovy-bom` from 5.0.3 to 5.0.4 - [Commits](https://github.com/apache/groovy/commits) Updates `com.fasterxml.jackson:jackson-bom` from 2.20.1 to 2.21.0 - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.1...jackson-bom-2.21.0) Updates `org.eclipse.jetty:jetty-bom` from 12.0.31 to 12.0.32 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.31...jetty-12.0.32) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.31 to 12.0.32 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.31...jetty-12.0.32) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.31 to 12.0.32 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.31...jetty-12.0.32) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.20.1 to 2.21.0 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.20.1...2.21.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) Updates `commons-codec:commons-codec` from 1.20.0 to 1.21.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.21.0) Updates `dnsjava:dnsjava` from 3.6.3 to 3.6.4 - [Release notes](https://github.com/dnsjava/dnsjava/releases) - [Changelog](https://github.com/dnsjava/dnsjava/blob/master/Changelog) - [Commits](https://github.com/dnsjava/dnsjava/compare/v3.6.3...v3.6.4) Updates `org.springframework:spring-core` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-beans` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-context` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-expression` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-beans` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-context` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.springframework:spring-expression` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.2...v7.0.3) Updates `org.webjars.npm:codemirror__autocomplete` from 6.18.6 to 6.20.0 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/autocomplete/compare/6.18.6...6.20.0) Updates `org.webjars.npm:codemirror__commands` from 6.8.1 to 6.10.1 - [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/commands/compare/6.8.1...6.10.1) Updates `org.webjars.npm:codemirror__language` from 6.11.3 to 6.12.1 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/language/compare/6.11.3...6.12.1) Updates `org.webjars.npm:codemirror__state` from 6.5.2 to 6.5.4 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.5.2...6.5.4) Updates `org.webjars.npm:codemirror__view` from 6.38.1 to 6.39.11 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/compare/6.38.1...6.39.11) Updates `org.webjars.npm:codemirror__lint` from 6.8.5 to 6.9.2 - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/lint/compare/6.8.5...6.9.2) Updates `org.webjars.npm:lezer__common` from 1.2.3 to 1.5.0 - [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/common/compare/1.2.3...1.5.0) Updates `org.webjars.npm:lezer__lr` from 1.4.2 to 1.4.7 - [Changelog](https://github.com/lezer-parser/lr/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/lr/compare/1.4.2...1.4.7) Updates `org.webjars.npm:lezer__highlight` from 1.2.1 to 1.2.3 - [Changelog](https://github.com/lezer-parser/highlight/blob/main/CHANGELOG.md) - [Commits](https://github.com/lezer-parser/highlight/compare/1.2.1...1.2.3) Updates `org.webjars.npm:style-mod` from 4.1.2 to 4.1.3 - [Commits](https://github.com/marijnh/style-mod/compare/4.1.2...4.1.3) Updates `at.yawk.lz4:lz4-java` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/yawkat/lz4-java/releases) - [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md) - [Commits](https://github.com/yawkat/lz4-java/compare/v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.groovy:groovy-bom dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commons-codec:commons-codec dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: dnsjava:dnsjava dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__autocomplete dependency-version: 6.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__commands dependency-version: 6.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__language dependency-version: 6.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__state dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__view dependency-version: 6.39.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars.npm:codemirror__lint dependency-version: 6.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars.npm:lezer__common dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars.npm:lezer__lr dependency-version: 1.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:lezer__highlight dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars.npm:style-mod dependency-version: 4.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: at.yawk.lz4:lz4-java dependency-version: 1.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
c54fcc3aa7 |
Bump the minor-and-patch group with 12 updates
Bumps the minor-and-patch group with 12 updates: | Package | From | To | | --- | --- | --- | | [org.apache.groovy:groovy-bom](https://github.com/apache/groovy) | `5.0.2` | `5.0.3` | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.30` | `12.0.31` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.30` | `12.0.31` | | [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.2.0` | `3.3.1` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `7.0.1` | `7.0.2` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `7.0.1` | `7.0.2` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `7.0.1` | `7.0.2` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `7.0.1` | `7.0.2` | | [com.github.crawler-commons:crawler-commons](https://github.com/crawler-commons/crawler-commons) | `1.5` | `1.6` | | [org.webjars:webjars-locator-lite](https://github.com/webjars/webjars-locator-lite) | `1.1.2` | `1.1.3` | | [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.27.1` | `5.28.0` | | [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) | `1.10.1` | `1.10.2` | Updates `org.apache.groovy:groovy-bom` from 5.0.2 to 5.0.3 - [Commits](https://github.com/apache/groovy/commits) Updates `org.eclipse.jetty:jetty-bom` from 12.0.30 to 12.0.31 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.30...jetty-12.0.31) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.30 to 12.0.31 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.30...jetty-12.0.31) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.30 to 12.0.31 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.30...jetty-12.0.31) Updates `org.apache.maven.plugins:maven-release-plugin` from 3.2.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.2.0...maven-release-3.3.1) Updates `org.springframework:spring-core` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `org.springframework:spring-beans` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `org.springframework:spring-context` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `org.springframework:spring-expression` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `org.springframework:spring-beans` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `org.springframework:spring-context` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `org.springframework:spring-expression` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.1...v7.0.2) Updates `com.github.crawler-commons:crawler-commons` from 1.5 to 1.6 - [Release notes](https://github.com/crawler-commons/crawler-commons/releases) - [Changelog](https://github.com/crawler-commons/crawler-commons/blob/master/CHANGES.txt) - [Commits](https://github.com/crawler-commons/crawler-commons/compare/crawler-commons-1.5...crawler-commons-1.6) Updates `org.webjars:webjars-locator-lite` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/webjars/webjars-locator-lite/releases) - [Commits](https://github.com/webjars/webjars-locator-lite/compare/webjars-locator-lite-1.1.2...webjars-locator-lite-1.1.3) Updates `com.rabbitmq:amqp-client` from 5.27.1 to 5.28.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.27.1...v5.28.0) Updates `at.yawk.lz4:lz4-java` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/yawkat/lz4-java/releases) - [Changelog](https://github.com/yawkat/lz4-java/blob/main/CHANGES.md) - [Commits](https://github.com/yawkat/lz4-java/compare/v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy-bom dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.crawler-commons:crawler-commons dependency-version: '1.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.webjars:webjars-locator-lite dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: at.yawk.lz4:lz4-java dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
3a1974528a | [maven-release-plugin] prepare for next development iteration | ||
|
|
ec62a9b0ad | [maven-release-plugin] prepare release 3.13.0 | ||
|
|
65233a5f56 |
Merge pull request #696 from internetarchive/dependabot/maven/spring.version-7.0.1
Bump spring.version from 6.2.12 to 7.0.1 |
||
|
|
df5920656c |
Merge pull request #695 from internetarchive/dependabot/maven/minor-and-patch-242d488f62
Bump the minor-and-patch group with 14 updates |
||
|
|
54e0b50edc |
Bump spring.version from 6.2.12 to 7.0.1
Bumps `spring.version` from 6.2.12 to 7.0.1. Updates `org.springframework:spring-core` from 6.2.12 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.1) Updates `org.springframework:spring-beans` from 6.2.12 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.1) Updates `org.springframework:spring-context` from 6.2.12 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.1) Updates `org.springframework:spring-expression` from 6.2.12 to 7.0.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-beans dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-expression dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
cc04602074 |
Bump the minor-and-patch group with 14 updates
Bumps the minor-and-patch group with 14 updates: | Package | From | To | | --- | --- | --- | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.29` | `12.0.30` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.29` | `12.0.30` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.19.1` | `2.20.1` | | [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.1.1` | `3.2.0` | | [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.20.0` | | [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.10.0` | `1.11.0` | | [org.netpreserve.commons:webarchive-commons](https://github.com/iipc/webarchive-commons) | `3.0.1` | `3.0.2` | | [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.27.5` | `2.27.7` | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.3.1` | `3.4.0` | | [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.7.1` | `3.8.0` | | [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.27.0` | `5.27.1` | | org.apache.kafka:kafka-clients | `4.1.0` | `4.1.1` | Updates `org.eclipse.jetty:jetty-bom` from 12.0.29 to 12.0.30 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.29...jetty-12.0.30) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.29 to 12.0.30 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.29...jetty-12.0.30) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.29 to 12.0.30 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.29...jetty-12.0.30) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.19.1 to 2.20.1 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.19.1...2.20.1) Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](https://github.com/apache/maven-release/compare/maven-release-3.1.1...maven-release-3.2.0) Updates `commons-io:commons-io` from 2.20.0 to 2.21.0 - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0) Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) Updates `commons-cli:commons-cli` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.10.0...rel/commons-cli-1.11.0) Updates `org.netpreserve.commons:webarchive-commons` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/iipc/webarchive-commons/releases) - [Changelog](https://github.com/iipc/webarchive-commons/blob/master/CHANGES.md) - [Commits](https://github.com/iipc/webarchive-commons/compare/webarchive-commons-3.0.1...webarchive-commons-3.0.2) Updates `com.github.mwiede:jsch` from 2.27.5 to 2.27.7 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.5...jsch-2.27.7) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.3.1...v3.4.0) Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.1...v3.8.0) Updates `com.rabbitmq:amqp-client` from 5.27.0 to 5.27.1 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.27.0...v5.27.1) Updates `org.apache.kafka:kafka-clients` from 4.1.0 to 4.1.1 --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.0.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: commons-cli:commons-cli dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.netpreserve.commons:webarchive-commons dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.mwiede:jsch dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
79396af478 | Issue #687 disable strictReplyParsing to accept server partial response | ||
|
|
ffad891b78 |
Bump com.github.mwiede:jsch in the minor-and-patch group
Bumps the minor-and-patch group with 1 update: [com.github.mwiede:jsch](https://github.com/mwiede/jsch). Updates `com.github.mwiede:jsch` from 2.27.4 to 2.27.5 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.4...jsch-2.27.5) --- updated-dependencies: - dependency-name: com.github.mwiede:jsch dependency-version: 2.27.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
ab41c7a658 | [maven-release-plugin] prepare for next development iteration | ||
|
|
b626f52d67 | [maven-release-plugin] prepare release 3.12.0 | ||
|
|
d627118307 |
Bump the minor-and-patch group across 1 directory with 18 updates (#680)
* Bump the minor-and-patch group across 1 directory with 18 updates Bumps the minor-and-patch group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) | `12.0.27` | `12.0.29` | | [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) | `12.0.27` | `12.0.29` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.14.1` | | [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.18.0` | `2.19.1` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.7.0` | `0.9.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.7` | `3.2.8` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` | | [org.springframework:spring-expression](https://github.com/spring-projects/spring-framework) | `6.2.11` | `6.2.12` | | [org.netpreserve.commons:webarchive-commons](https://github.com/iipc/webarchive-commons) | `3.0.0` | `3.0.1` | | [com.github.mwiede:jsch](https://github.com/mwiede/jsch) | `2.27.3` | `2.27.4` | | org.apache.pdfbox:pdfbox | `3.0.5` | `3.0.6` | | org.glassfish.jaxb:jaxb-runtime | `4.0.5` | `4.0.6` | | [org.webjars:webjars-locator-lite](https://github.com/webjars/webjars-locator-lite) | `1.1.0` | `1.1.2` | | [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.3.0` | `3.7.1` | | [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) | `5.26.0` | `5.27.0` | | [com.rethinkdb:rethinkdb-driver](https://github.com/rethinkdb/rethinkdb-java) | `2.3.3` | `2.4.4` | Updates `org.eclipse.jetty:jetty-bom` from 12.0.27 to 12.0.29 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.27...jetty-12.0.29) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.27 to 12.0.29 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.27...jetty-12.0.29) Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.27 to 12.0.29 - [Release notes](https://github.com/jetty/jetty.project/releases) - [Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.27...jetty-12.0.29) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.1) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.18.0 to 2.19.1 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.18.0...2.19.1) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.7.0 to 0.9.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8) Updates `org.springframework:spring-core` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.springframework:spring-beans` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.springframework:spring-context` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.springframework:spring-expression` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.springframework:spring-beans` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.springframework:spring-context` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.springframework:spring-expression` from 6.2.11 to 6.2.12 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.11...v6.2.12) Updates `org.netpreserve.commons:webarchive-commons` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/iipc/webarchive-commons/releases) - [Changelog](https://github.com/iipc/webarchive-commons/blob/master/CHANGES.md) - [Commits](https://github.com/iipc/webarchive-commons/compare/webarchive-commons-3.0.0...webarchive-commons-3.0.1) Updates `com.github.mwiede:jsch` from 2.27.3 to 2.27.4 - [Release notes](https://github.com/mwiede/jsch/releases) - [Changelog](https://github.com/mwiede/jsch/blob/master/ChangeLog) - [Commits](https://github.com/mwiede/jsch/compare/jsch-2.27.3...jsch-2.27.4) Updates `org.apache.pdfbox:pdfbox` from 3.0.5 to 3.0.6 Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.5 to 4.0.6 Updates `org.webjars:webjars-locator-lite` from 1.1.0 to 1.1.2 - [Release notes](https://github.com/webjars/webjars-locator-lite/releases) - [Commits](https://github.com/webjars/webjars-locator-lite/compare/webjars-locator-lite-1.1.0...webjars-locator-lite-1.1.2) Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.3.0 to 3.7.1 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.3.0...maven-assembly-plugin-3.7.1) Updates `com.rabbitmq:amqp-client` from 5.26.0 to 5.27.0 - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.26.0...v5.27.0) Updates `com.rethinkdb:rethinkdb-driver` from 2.3.3 to 2.4.4 - [Release notes](https://github.com/rethinkdb/rethinkdb-java/releases) - [Commits](https://github.com/rethinkdb/rethinkdb-java/commits/v2.4.4) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-bom dependency-version: 12.0.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom dependency-version: 12.0.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-version: 3.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-core dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-beans dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-context dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.springframework:spring-expression dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.netpreserve.commons:webarchive-commons dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.github.mwiede:jsch dependency-version: 2.27.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.pdfbox:pdfbox dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.glassfish.jaxb:jaxb-runtime dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.webjars:webjars-locator-lite dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.rabbitmq:amqp-client dependency-version: 5.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.rethinkdb:rethinkdb-driver dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Add json-simple as contrib dependency Needed for TroughClient and no longer included via rethinkdb. * Exclude junit from json-simple * Add Jackson BOM 2.20.0 to dependency management This ensures rethinkdb doesn't pull in an old version. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Osborne <aosborne@nla.gov.au> |
||
|
|
bfe45b25cd |
Merge pull request #675 from internetarchive/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.4
Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.5.4 |
||
|
|
c50f4dc461 | Bump org.apache.maven.plugins:maven-resources-plugin from 2.5 to 3.3.1 (#674) | ||
|
|
237d19a5d4 |
Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.5.4
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.22.2 to 3.5.4. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.2...surefire-3.5.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|
|
b988940eff | [maven-release-plugin] prepare for next development iteration | ||
|
|
e3bdd7220e | [maven-release-plugin] prepare release 3.11.0 | ||
|
|
1ed64142ea | Bump jsch from 2.27.2 to 2.27.3 | ||
|
|
94c0daeec5 | Bump spring from 6.2.10 to 6.2.11 | ||
|
|
20dcc89244 | [maven-release-plugin] prepare for next development iteration | ||
|
|
7a2c676dc9 | [maven-release-plugin] prepare release 3.10.2 | ||
|
|
31539e2d62 | Use Groovy BOM to ensure consistent versions |