wanglingsong / JsonSurfer

A streaming JsonPath processor in Java
MIT License
294 stars 55 forks source link

Bump the minor-updates group across 1 directory with 15 updates #126

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps the minor-updates group with 15 updates in the / directory:

Package From To
ch.qos.logback:logback-classic 1.2.13 1.5.6
org.mockito:mockito-core 5.8.0 5.12.0
org.apache.maven.plugins:maven-gpg-plugin 3.1.0 3.2.4
org.apache.maven.plugins:maven-source-plugin 3.3.0 3.3.1
org.apache.maven.plugins:maven-javadoc-plugin 3.6.2 3.6.3
org.sonarsource.scanner.maven:sonar-maven-plugin 3.10.0.2594 3.11.0.3922
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.13.0
org.apache.maven.plugins:maven-deploy-plugin 3.1.1 3.1.2
com.fasterxml.jackson.core:jackson-databind 2.16.0 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.16.0 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-smile 2.16.0 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-ion 2.16.0 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf 2.16.0 2.17.1
com.fasterxml.jackson.dataformat:jackson-dataformat-avro 2.16.0 2.17.1
com.alibaba:fastjson 2.0.42 2.0.50

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

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


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

Release notes

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

v5.12.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.12.0

v5.11.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.11.0

... (truncated)

Commits
  • 12cef84 AdditionalMatchers.and() and or() swap matcher order (#3335)
  • f3821ff Bump com.gradle.enterprise from 3.17.2 to 3.17.3 (#3341)
  • 25ad018 Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.23 to 1.9.24 (#3339)
  • de38124 Bump versions.bytebuddy from 1.14.14 to 1.14.15 (#3338)
  • 88e8481 Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.23 to 1.9.24 (#3336)
  • 8c222c2 Bump org.shipkit:shipkit-auto-version from 2.0.6 to 2.0.7 (#3337)
  • fb9ff6d Bump gradle/wrapper-validation-action from 3.3.1 to 3.3.2 (#3327)
  • af70125 Bump versions.bytebuddy from 1.14.13 to 1.14.14 (#3324)
  • 1eac76b Bump org.shipkit:shipkit-auto-version from 2.0.5 to 2.0.6 (#3322)
  • cd512ab Bump gradle/wrapper-validation-action from 3.3.0 to 3.3.1 (#3320)
  • Additional commits viewable in compare view


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

Release notes

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

3.2.4

Release Notes - Maven GPG Plugin - Version 3.2.4


📦 Dependency updates

3.2.3

Release Notes - Maven GPG Plugin - Version 3.2.3

... (truncated)

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


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

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


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

Commits
  • 8205008 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.3
  • b69af90 [MJAVADOC-682] Reactor builds fail when multiple modules with same groupId:ar...
  • b47b280 directory, not folder
  • 488624f [MJAVADOC-782] Align read-only parameters naming with other plugins
  • 867dc73 [MJAVADOC-781] Upgrade plugins and components (in ITs)
  • 0104ab2 Fix incorrect config in test-javadoc-test-plugin-config.xml
  • dd39c0c [MJAVADOC-780] add missing plugin configuration
  • e6e6180 Remove junk from 692d7a8a9918efd24633a44f0f3d4dfd22d0fec4
  • 692d7a8 [MJAVADOC-779] - Upgrade maven-plugin parent to 41
  • 386d4ea Remove dead link
  • Additional commits viewable in compare view


Updates org.sonarsource.scanner.maven:sonar-maven-plugin from 3.10.0.2594 to 3.11.0.3922

Release notes

Sourced from org.sonarsource.scanner.maven:sonar-maven-plugin's releases.

3.11.0.3922

Release notes - Sonar Scanner for Maven - 3.11

Bug

MSONAR-205 Undesired behaviour when sonar.projectKey is specified in root pom or as user property

Documentation

MSONAR-203 Update license headers

Task

MSONAR-208 Migrate tests to JUnit 5

Improvement

MSONAR-202 Improve logging : log information about Maven options, Java version and the OS

MSONAR-204 "SonarQube version" is not displayed when communicating with SonarCloud

MSONAR-207 The scanner for Maven collects files outside of conventional sonar.sources

Commits
  • 250195e Upgrade release action to version 5.2.1 (#208)
  • f25764d MSONAR-205 Remove sonar.projectKey for submodules
  • 9059ca0 Fix quality flaw: refactor "findMavenProject" method
  • bce0bd0 MSONAR-211 Remove compatibility with old SQ modules( > 7.6 ) in ITs (#205)
  • 495d1c9 MSONAR-202 Improve logging with information about Maven options, Java versio...
  • b637acd MSONAR-212 Fix performance regression in our ITs with [LATEST_RELEASE] & [DE...
  • 4b86947 MSONAR-204 "SonarQube version" shouldn't be displayed when communicating with...
  • dd4f9cd MSONAR-208 Add junit-jupiter-api to enable the execution of tests from Intell...
  • 0faeade MSONAR-209 Bump maven-invoker-plugin to the latest version 3.6.0 (#198)
  • f2ab7c9 MSONAR-208 Migrate tests to JUnit 5 (#197)
  • Additional commits viewable in compare view


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

Release notes

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

3.13.0

🚀 New features and improvements

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

3.12.1

🐛 Bug Fixes

📦 Dependency updates

3.12.0

🚀 New features and improvements

... (truncated)

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


Updates org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2

Release notes

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

3.1.2

Release Notes - Maven Deploy Plugin - Version 3.1.2


What's Changed

New Contributors

Full Changelog: https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2

Commits
  • 4f016bc [maven-release-plugin] prepare release maven-deploy-plugin-3.1.2
  • 0ed18be Remove workaround, handle it centrally
  • b9c1c8b [MDEPLOY-314] Include artifactId in DeployMojo#processProject messages
  • 74d331b [MDEPLOY-316] Parent 42 and prerequisite 3.6.3 (#54)
  • ac9c49d Bump org.mockito:mockito-core from 2.28.2 to 4.11.0
  • de7cefb Bump apache/maven-gh-actions-shared from 3 to 4
  • edf85d7 Add Dependabot
  • 390e610 [MDEPLOY-313] Update to parent 41, cleanup (#47)
  • 29f3c81 DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
  • 9039fc6 Type: fill --> file
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.17.1

Commits


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-cbor from 2.16.0 to 2.17.1

Commits
  • 349b40a [maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1
  • 643bbf0 Prepare for 2.17.1 release
  • cb43e22 Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.17
  • 4d4d141 Fix #490: regression in Double/Float conversion for "untyped" deserialization...
  • 2de31bf Merge branch '2.16' into 2.17
  • ea6e8ea Add test wrt #490, passing against 2.16 (#491)
  • 1efa12b Update release notes wrt #487
  • 9f9df25 Don't close IonParser on EOF to be compatible with MappingIterator when sourc...
  • d90dd25 Update release notes
  • 0aa976a Fix #488: update ion-java dep to 1.11.7 (#489)
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.16.0 to 2.17.1

Commits
  • 349b40a [maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1
  • 643bbf0 Prepare for 2.17.1 release
  • cb43e22 Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.17
  • 4d4d141 Fix #490: regression in Double/Float conversion for "untyped" deserialization...
  • 2de31bf Merge branch '2.16' into 2.17
  • ea6e8ea Add test wrt #490, passing against 2.16 (#491)
  • 1efa12b Update release notes wrt #487
  • 9f9df25 Don't close IonParser on EOF to be compatible with MappingIterator when sourc...
  • d90dd25 Update release notes
  • 0aa976a Fix #488: update ion-java dep to 1.11.7 (#489)
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-ion from 2.16.0 to 2.17.1

Commits


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf from 2.16.0 to 2.17.1

Commits
  • 349b40a [maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1
  • 643bbf0 Prepare for 2.17.1 release
  • cb43e22 Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.17
  • 4d4d141 Fix #490: regression in Double/Float conversion for "untyped" deserialization...
  • 2de31bf Merge branch '2.16' into 2.17
  • ea6e8ea Add test wrt #490, passing against 2.16 (#491)
  • 1efa12b Update release notes wrt #487
  • 9f9df25 Don't close IonParser on EOF to be compatible with MappingIterator when sourc...
  • d90dd25 Update release notes
  • 0aa976a Fix #488: update ion-java dep to 1.11.7 (#489)
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-avro from 2.16.0 to 2.17.1

Commits
  • 349b40a [maven-release-plugin] prepare release jackson-dataformats-binary-2.17.1
  • 643bbf0 Prepare for 2.17.1 release
  • cb43e22 Merge branch '2.17' of github.com:FasterXML/jackson-dataformats-binary into 2.17
  • 4d4d141 Fix #490: regression in Double/Float conversion for "untyped" deserialization...
  • 2de31bf Merge branch '2.16' into 2.17
  • ea6e8ea Add test wrt #490, passing against 2.16 (#491)
  • 1efa12b Update release notes wrt #487
  • 9f9df25 Don't close IonParser on EOF to be compatible with MappingIterator when sourc...
  • d90dd25 Update release notes
  • 0aa976a Fix #488: update ion-java dep to 1.11.7 (#489)
  • Additional commits viewable in compare view


Updates com.alibaba:fastjson from 2.0.42 to 2.0.50

Release notes

Sourced from com.alibaba:fastjson's releases.

fastjson 2.0.50发布

这又是一个例行月度更新的BUG FIX版本,大家按需升级。这个版本继续优化了JIT生成的代码,性能有提升,并且支持配置全局配置在JIT时去掉不必要功能的代码生成,提升性能。

注意已知问题

  • 当parseObject制定Filter时会导致OOM(会尽快发布2.0.51版本修复,或者先回退到2.0.49版本)

Issues

  1. 支持全局配置JIT参数提升性能 https://github.com/alibaba/fastjson2/wiki/jit_optimization
  2. 修复JDK8 ARM服务器下序列化boolean类型偶发结果不对的问题 #2210 #2502
  3. 修复org.bson.types.Decimal128转double报错的问题 #2558
  4. 内置android proguard rules,减少用户手动添加规则 #2511 #2466
  5. 修复org.joda.time.DateTime使用JSONB序列化和反序列化报错的问题 #2563
  6. 修复序列化包括java.security.ProtectionDomain字段对象报错的问题 #2562
  7. 修复序列化配置WriteNonStringValueAsString在Boolean类型不生效的问题 #2560
  8. 修复JSON.tJSON在格式为"millis"时处理Date类型报错的问题 #2550
  9. 修复不支持fastjson 1.x JSONField#unwrap配置的问题 #2551 #2525
  10. 修复在某些场景不能识别复杂Jackson Annotation JsonSubTypes的问题 #2548
  11. 修复反序列化enum类型输入不存在负数数值时报错的问题 #2531 #2536
  12. 修复反序列化ImmutableCollection字段报错的问题 #2532
  13. 修复兼容包某些场景报错的问题 #2542 #2537 #2534 #2526 #2521 #2520 #2476 #2440 #2450
  14. 修复Android API Leval < 24时序列化boolean类型报错的问题 #2497
  15. 反序列化boolean类型支持更多输入格式 #2493
  16. 修复部分PropertyNamingStrategy不起作用的问题 #2478 #2459
  17. 修复LinkedMultiValueMap类型反序列化结果类型不对的问题 #2489
  18. 修复反序列化Set类型报错的问题 #2475
  19. 修复JDK17模块化使用报错的问题 #2451
  20. 修复序列化java.sql.Timestamp带millis和不带millis时格式不同的问题 #2460
  21. 修复int/long类型不能识别带千分符字符串的问题 #2461
  22. 修复序列化hutool中CaseInsensitiveMap/CaseInsensitiveLinkedMap类型结果不对的问题 #2458
  23. 支持通过JSONFactory. setDefaultWriterAlphabetic全局配置保持字段顺序输出
  24. 修复序列化java.time.Period结果不对的问题 #2446
  25. 修复JSON.toJSON会导致部分Field类型丢失的问题 #2447
  26. 新增将Properties对象转换为Java对象的支持 #2442

2. MAVEN依赖配置

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.50</version>
</dependency>
  • android5针对优化版本
<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2</artifactId>
    <version>2.0.50.android5</version>
</dependency>
</tr></table> 

... (truncated)

Commits
  • 93bf266 2.0.50 release
  • 760cd52 fix serialize & deserialize org.joda.time.DateTime with jsonb
  • fd68be8 update fury to 0.5.0
  • ec566bd support jackson annotation JsonTypeInfo on interface, for issue #2548
  • 77c1c44 add 'java.security.ProtectionDomain' to ignore properties
  • a3ea6c9 fix WriteNonStringValueAsString not work on Boolean type, for issue #2560
  • 7f22132 fix #2558 (#2559)
  • 45cc6b3 fix toJSON date field error, for issue #2550
  • 8dee60c fix fastjson 1.x JSONField#unwrapped not work, for issue #2551
  • 3198ef5 Issue2535问题fixed
  • Additional commits viewable in compare view
dependabot[bot] commented 5 months ago

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