8000 Bump the maven group across 2 directories with 13 updates by dependabot[bot] · Pull Request #62 · Mattlk13/nacos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump the maven group across 2 directories with 13 updates #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
@dependabot dependabot bot commented on behalf of github Oct 3, 2024

Bumps the maven group with 13 updates in the / directory:

Package From To
com.alibaba:fastjson 1.2.47 1.2.83
commons-io:commons-io 2.2 2.14.0
ch.qos.logback:logback-classic 1.2.3 1.2.13
ch.qos.logback:logback-core 1.2.3 1.2.13
org.apache.logging.log4j:log4j-core 2.11.2 2.12.4
org.apache.httpcomponents:httpclient 4.5 4.5.13
com.ning:async-http-client 1.7.17 1.9.0
mysql:mysql-connector-java 5.1.34 8.0.28
org.apache.derby:derby 10.10.1.1 10.17.1.0
com.fasterxml.jackson.core:jackson-databind 2.9.9 2.12.7.1
io.netty:netty-all 4.0.42.Final 4.1.42.Final
org.apache.mina:mina-core 2.0.0-RC1 2.0.22
org.apache.tomcat.embed:tomcat-embed-jasper 7.0.59 7.0.72

Bumps the maven group with 13 updates in the /console directory:

Package From To
com.alibaba:fastjson 1.2.47 1.2.83
commons-io:commons-io 2.2 2.14.0
ch.qos.logback:logback-classic 1.2.3 1.2.13
ch.qos.logback:logback-core 1.2.3 1.2.13
org.apache.logging.log4j:log4j-core 2.11.2 2.12.4
org.apache.httpcomponents:httpclient 4.5 4.5.13
com.ning:async-http-client 1.7.17 1.9.0
mysql:mysql-connector-java 5.1.34 8.0.28
org.apache.derby:derby 10.10.1.1 10.17.1.0
com.fasterxml.jackson.core:jackson-databind 2.9.9 2.12.7.1
io.netty:netty-all 4.0.42.Final 4.1.42.Final
org.apache.mina:mina-core 2.0.0-RC1 2.0.22
org.apache.tomcat.embed:tomcat-embed-jasper 7.0.59 7.0.72

Updates com.alibaba:fastjson from 1.2.47 to 1.2.83

Release notes

Sourced from com.alibaba:fastjson's releases.

FASTJSON 1.2.83版本发布(安全修复)

这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。

安全修复方案https://github.com/alibaba/fastjson/wiki/security_update_20220523

FASTJSON2已经发布并且提供兼容包,性能更好也更安全,升级指南 https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn

Issues

  1. 安全加固
  2. 修复JDK17下setAccessible报错的问题 #4077

fastjson 1.2.79版本发布,BUG修复

这又是一个bug fixed的版本,大家按需升级

Issues

  1. 修复引入MethodInheritanceComparator导致某些场景序列化报错的问题
  2. 增强JDK 9兼容
  3. 修复JSONArray/JSONObject的equals方法在内部对象map/list相同时不直接返回true的问题

相关链接

fastjson 1.2.76版本发布,BUG修复增强兼容

这又是一个bug fixed的版本,大家按需升级

Issues

  1. 修复一些直接抛RuntimeException的问题 #3631
  2. parser自动识别gzip bytes #3614
  3. 修复Throwable继承类属性不支持自动类型转换问题 #3217
  4. 修复PrettyFormat情况下引用计算不对的问题 #3672
  5. 修复AutoType不兼容LinkedHashMap的问题
  6. 增强对Enum类型的自定类型转换
  7. 修复deserializeUsing在泛型某些场景不能正常工作的问题 #3693
  8. 提升JSONReader性能,减少小对象创建 #3627
  9. 增强对JSONPath对filter的支持 #3629
  10. JSONPath支持忽略NullValue的选项 #3607
  11. 增强对定制化enum的支持 #3601
  12. 增强对java.time.Instant和org.joda.time.Instant的支持 #3539
  13. 修复Parser某些场景不能识别引用的问题

相关链接

... (truncated)

Commits

Updates commons-io:commons-io from 2.2 to 2.14.0

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

Commits

Updates ch.qos.logback:logback-core from 1.2.3 to 1.2.13

Commits

Updates org.apache.logging.log4j:log4j-core from 2.11.2 to 2.12.4

Updates org.apache.httpcomponents:httpclient from 4.5 to 4.5.13

Updates com.ning:async-http-client from 1.7.17 to 1.9.0

Commits
  • 63a708f [maven-release-plugin] prepare release async-http-client-1.9.0
  • a6e2fec Change web socket package into ws
  • f2f5c8d [maven-release-plugin] prepare for next development iteration
  • a064764 [maven-release-plugin] prepare release async-http-client-1.9.0-BETA24
  • a8a8faa Notify Handshake failures, close #767
  • 104865d Possible event loss when pooled connection is closed before writing, close #768
  • afd3068 Fix previous commit
  • b4e9558 Minor clean up
  • 551142a [maven-release-plugin] prepare for next development iteration
  • 2cd9178 [maven-release-plugin] prepare release async-http-client-1.9.0-BETA23
  • Additional commits viewable in compare view

Updates mysql:mysql-connector-java from 5.1.34 to 8.0.28

Changelog

Sourced from mysql:mysql-connector-java's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 9.0.0

  • WL#16391, Upgrade 3rd party libraries and tools.

  • Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.

  • Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session. Thanks to Daniel Kec for his contribution.

  • Fix for Bug#114989 (Bug#36612566), Setting null value in setClientInfo throws an NPE.

  • WL#16376, Set 'caching_sha2_password' as default fallback authentication plugin.

  • WL#16342, Update MySQL error codes mapping.

  • WL#16353, Refresh the list of acceptable TLS ciphers.

  • Fix for Bug#114687 (Bug#36529541), Tests fail after mysql_native_password has been made optional in server.

  • WL#16319, Remove deprecated insensitive terminology based methods.

  • WL#16324, Update static MySQL keywords list.

  • Fix for Bug#110512 (Bug#35223851), Contribution: Replace synchronized with ReentrantLock. Thanks to Bart De Neuter and Janick Reynders for their contributions.

  • Fix for Bug#108830 (Bug#34721173), LIMIT clause, setMaxRows and cursor combined returns wrong number or rows.

Version 8.4.0

  • WL#15706, Add OpenTelemetry tracing.

  • WL#16174, Support for VECTOR data type.

  • Fix for Bug#36380711, Tests failing due to removal of deprecated features.

  • Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retrieval of imported primary keys. Thanks to Henning Pöttker for his contribution.

  • WL#16196, GPL License Exception Update.

  • Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest.java. Thanks to Abby Palmero for her contribution.

  • Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with StringBuilder in ValueEncoders. Thanks to Henning Pöttker for his contribution.

... (truncated)

Commits
  • 7ff2161 Updating copyright years
  • b13af38 Fix for DateTimeTest according to changes in MySQL server.
  • 5c7b775 Update in test for Bug#96900 (30355150).
  • e1169ee Fix for Bug#99260 (31189960), statement.setQueryTimeout,creates a database co...
  • 05778ef Fix for Bug#103324 (32770013), X DevAPI Collection.replaceOne() missing match...
  • 48219f2 Fix for Bug#105197 (33461744), Statement.executeQuery() may return non-naviga...
  • 24cf7e2 Fix for Bug#105323 (33507321), README.md contains broken links.
  • ad46620 Fix for Bug#96900 (30355150), STATEMENT.CANCEL()CREATE A DATABASE
  • 4d19ea1 Fix for Bug#104067 (33054827), No reset autoCommit after unknown issue occurs.
  • bc45d35 Fix for Bug#85223 (25656020), MYSQLSQLXML SETSTRING CRASH.
  • Additional commits viewable in compare view

Updates org.apache.derby:derby from 10.10.1.1 to 10.17.1.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.12.7.1

Commits

Updates io.netty:netty-all from 4.0.42.Final to 4.1.42.Final

Commits
  • bd907c3 [maven-release-plugin] prepare release netty-4.1.42.Final
  • 2791f0f Avoid use of global AtomicLong for ScheduledFutureTask ids (#9599)
  • 86ff76a Fix incorrect comment (#9598)
  • 5e69a13 Cleanup JNI code to always correctly free memory when loading fails and also ...
  • eb3c4bd ChunkedNioFile can use absolute FileChannel::read to read chunks (#9592)
  • 76592db Close eventfd shutdown/wakeup race by closely tracking epoll edges (#9586)
  • 0a2d85f Fix GraalVM native image build error (#9593)
  • dc4de7f We need to use NewGloblRef when caching jclass instances (#9595)
  • 4499384 Update to netty-tcnative 2.0.26.Final (#9589)
  • 8648171 Fix *SslEngineTest to not throw ClassCastException and pass in all cases (#9588)
  • Additional commits viewable in compare view

Updates org.apache.mina:mina-core from 2.0.0-RC1 to 2.0.22

Commits
  • 97df92e [maven-release-plugin] prepare release 2.0.22
  • 3a91690 Backport fix for malformed HTTP decoder loop
  • faf9e5c Fix DIRMINA-1115 prevent division by zero
  • 087bb71 Switched back to http for the 'project' tag in each pom.xml.
  • 9929f0c Switched to https
  • 5f3a628 Backport DIRMINA-1095 from 2.1.X
  • 1931add Backport fix DIRMINA-1104 see d3ffb4b779912be1e100b40261877e167ace565c
  • 3e57e7f [maven-release-plugin] prepare for next development iteration
  • 4ab6e03 [maven-release-plugin] prepare release 2.0.21
  • 94798f7 Removed teh destroy function that is never called
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-jasper from 7.0.59 to 7.0.72

Updates com.alibaba:fastjson from 1.2.47 to 1.2.83

Release notes

Sourced from com.alibaba:fastjson's releases.

FASTJSON 1.2.83版本发布(安全修复)

这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。

安全修复方案https://github.com/alibaba/fastjson/wiki/security_update_20220523

FASTJSON2已经发布并且提供兼容包,性能更好也更安全,升级指南 https://github.com/alibaba/fastjson2/wiki/fastjson_1_upgrade_cn

Issues

  1. 安全加固
  2. 修复JDK17下setAccessible报错的问题 #4077

fastjson 1.2.79版本发布,BUG修复

这又是一个bug fixed的版本,大家按需升级

Issues

  1. 修复引入MethodInheritanceComparator导致某些场景序列化报错的问题
  2. 增强JDK 9兼容
  3. 修复JSONArray/JSONObject的equals方法在内部对象map/list相同时不直接返回true的问题

相关链接

fastjson 1.2.76版本发布,BUG修复增强兼容

这又是一个bug fixed的版本,大家按需升级

Issues

  1. 修复一些直接抛RuntimeException的问题 #3631
  2. parser自动识别gzip bytes #3614
  3. 修复Throwable继承类属性不支持自动类型转换问题 #3217
  4. 修复PrettyFormat情况下引用计算不对的问题 #3672
  5. 修复AutoType不兼容LinkedHashMap的问题
  6. 增强对Enum类型的自定类型转换
  7. 修复deserializeUsing在泛型某些场景不能正常工作的问题 #3693
  8. 提升JSONReader性能,减少小对象创建 #3627
  9. 增强对JSONPath对filter的支持 #3629
  10. JSONPath支持忽略NullValue的选项 #3607
  11. 增强对定制化enum的支持 #3601
  12. 增强对java.time.Instant和org.joda.time.Instant的支持 #3539
  13. 修复Parser某些场景不能识别引用的问题

相关链接

... (truncated)

Commits

Updates commons-io:commons-io from 2.2 to 2.14.0

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

Commits

Updates ch.qos.logback:logback-core from 1.2.3 to 1.2.13

Commits

Updates org.apache.logging.log4j:log4j-core from 2.11.2 to 2.12.4

Updates org.apache.httpcomponents:httpclient from 4.5 to 4.5.13

Updates com.ning:async-http-client from 1.7.17 to 1.9.0

Commits
  • 63a708f [maven-release-plugin] prepare release async-http-client-1.9.0
  • a6e2fec Change web socket package into ws
  • f2f5c8d [maven-release-plugin] prepare for next development iteration
  • a064764 [maven-release-plugin] prepare release async-http-client-1.9.0-BETA24
  • a8a8faa Notify Handshake failures, close #767
  • 104865d Possible event loss when pooled connection is closed before writing, close #768
  • afd3068 Fix previous commit
  • b4e9558 Minor clean up
  • 551142a [maven-release-plugin] prepare for next development iteration
  • 2cd9178 [maven-release-plugin] prepare release async-http-client-1.9.0-BETA23
  • Additional commits viewable in compare view

Updates mysql:mysql-connector-java from 5.1.34 to 8.0.28

Changelog

Sourced from mysql:mysql-connector-java's changelog.

Changelog

https://dev.mysql.com/doc/relnotes/connector-j/en/

Version 9.0.0

  • WL#16391, Upgrade 3rd party libraries and tools.

  • Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.

  • Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session. Thanks to Daniel Kec for his contribution.

  • Fix for Bug#114989 (Bug#36612566), Setting null value in setClientInfo throws an NPE.

  • WL#16376, Set 'caching_sha2_password' as default fallback authentication plugin.

  • WL#16342, Update MySQL error codes mapping.

  • WL#16353, Refresh the list of acceptable TLS ciphers.

  • Fix for Bug#114687 (Bug#36529541), Tests fail after mysql_native_password has been made optional in server.

  • WL#16319, Remove deprecated insensitive terminology based methods.

  • WL#16324, Update static MySQL keywords list.

  • Fix for Bug#110512 (Bug#35223851), Contribution: Replace synchronized with ReentrantLock. Thanks to Bart De Neuter and Janick Reynders for their contributions.

  • Fix for Bug#108830 (Bug#34721173), LIMIT clause, setMaxRows and cursor combined returns wrong number or rows.

Version 8.4.0

  • WL#15706, Add OpenTelemetry tracing.

  • WL#16174, Support for VECTOR data type.

  • Fix for Bug#36380711, Tests failing due to removal of deprecated features.

  • Fix for Bug#113600 (Bug#36171575), Contribution: Fix join condition for retrieval of imported primary keys. Thanks to Henning Pöttker for his contribution.

  • WL#16196, GPL License Exception Update.

  • Fix for Bug#111031 (Bug#35392222), Contribution: Update SyntaxRegressionTest.java. Thanks to Abby Palmero for her contribution.

  • Fix for Bug#113599 (Bug#36171571), Contribution: Replace StringBuffer with StringBuilder in ValueEncoders. Thanks to Henning Pöttker for his contribution.

... (truncated)

Commits
  • 7ff2161 Updating copyright years
  • b13af38 Fix for DateTimeTest according to changes in MySQL server.
  • 5c7b775 Update in test for Bug#96900 (30355150).
  • e1169ee Fix for Bug#99260 (31189960), statement.setQueryTimeout,creates a database co...
  • 05778ef Fix for Bug#103324 (32770013), X DevAPI Collection.replaceOne() missing match...
  • 48219f2 Fix for Bug#105197 (33461744), Statement.executeQuery() may return non-naviga...
  • 24cf7e2 Fix for Bug#105323 (33507321), README.md contains broken links.
  • ad46620 Fix for Bug#96900 (30355150), STATEMENT.CANCEL()CREATE A DATABASE
  • 4d19ea1 Fix for Bug#104067 (33054827), No reset autoCommit after unknown issue occurs.
  • bc45d35 Fix for Bug#85223 (25656020), MYSQLSQLXML SETSTRING CRASH.
  • Additional commits viewable in compare view

Updates org.apache.derby:derby from 10.10.1.1 to 10.17.1.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.12.7.1

Commits

Updates io.netty:netty-all from 4.0.42.Final to 4.1.42.Final

Commits
  • bd907c3 [maven-release-plugin] prepare release netty-4.1.42.Final
  • 2791f0f Avoid use of global AtomicLong for ScheduledFutureTask ids (#9599)
  • 86ff76a Fix incorrect comment (#9598)
  • 5e69a13 Cleanup JNI code to always correctly free memory when loading fails and also ...
  • eb3c4bd ChunkedNioFile can use absolute FileChannel::read to read chunks (#9592)
  • 76592db Close eventfd shutdown/wakeup race by closely tracking epoll edges (#9586)
  • 0a2d85f Fix GraalVM native image build error (#9593)
  • dc4de7f We need to use NewGloblRef when caching jclass instances (#9595)
  • 4499384 Update to netty-tcnative 2.0.26.Final (#9589)
  • 8648171 Fix *SslEngineTest to not throw ClassCastException and pass in all cases (#9588)
  • Additional commits viewable in compare view

Updates org.apache.mina:mina-core from 2.0.0-RC1 to 2.0.22

Commits
  • 97df92e [maven-release-plugin] prepare release 2.0.22
  • 3a91690 Backport fix for malformed HTTP decoder loop
  • faf9e5c Fix DIRMINA-1115 prevent division by zero
  • 087bb71 Switched back to http for the 'project' tag in each pom.xml.
  • 9929f0c Switched to https
  • 5f3a628 Backport DIRMINA-1095 from 2.1.X
  • 1931add Backport fix DIRMINA-1104 see d3ffb4b779912be1e100b40261877e167ace565c
  • 3e57e7f [maven-release-plugin] prepare for next development iteration
  • 4ab6e03 [maven-release-plugin] prepare release 2.0.21
  • 94798f7 Removed teh destroy function that is never called
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-jasper from 7.0.59 to 7.0.72

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.alibaba:fastjson](https://github.com/alibaba/fastjson) | `1.2.47` | `1.2.83` |
| commons-io:commons-io | `2.2` | `2.14.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.3` | `1.2.13` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.2.3` | `1.2.13` |
| org.apache.logging.log4j:log4j-core | `2.11.2` | `2.12.4` |
| org.apache.httpcomponents:httpclient | `4.5` | `4.5.13` |
| [com.ning:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `1.7.17` | `1.9.0` |
| [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j) | `5.1.34` | `8.0.28` |
| org.apache.derby:derby | `10.10.1.1` | `10.17.1.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.9.9` | `2.12.7.1` |
| [io.netty:netty-all](https://github.com/netty/netty) | `4.0.42.Final` | `4.1.42.Final` |
| [org.apache.mina:mina-core](https://github.com/apache/mina) | `2.0.0-RC1` | `2.0.22` |
| org.apache.tomcat.embed:tomcat-embed-jasper | `7.0.59` | `7.0.72` |

Bumps the maven group with 13 updates in the /console directory:

| Package | From | To |
| --- | --- | --- |
| [com.alibaba:fastjson](https://github.com/alibaba/fastjson) | `1.2.47` | `1.2.83` |
| commons-io:commons-io | `2.2` | `2.14.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.3` | `1.2.13` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.2.3` | `1.2.13` |
| org.apache.logging.log4j:log4j-core | `2.11.2` | `2.12.4` |
| org.apache.httpcomponents:httpclient | `4.5` | `4.5.13` |
| [com.ning:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `1.7.17` | `1.9.0` |
| [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j) | `5.1.34` | `8.0.28` |
| org.apache.derby:derby | `10.10.1.1` | `10.17.1.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.9.9` | `2.12.7.1` |
| [io.netty:netty-all](https://github.com/netty/netty) | `4.0.42.Final` | `4.1.42.Final` |
| [org.apache.mina:mina-core](https://github.com/apache/mina) | `2.0.0-RC1` | `2.0.22` |
| org.apache.tomcat.embed:tomcat-embed-jasper | `7.0.59` | `7.0.72` |



Updates `com.alibaba:fastjson` from 1.2.47 to 1.2.83
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](alibaba/fastjson@1.2.47...1.2.83)

Updates `commons-io:commons-io` from 2.2 to 2.14.0

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.3 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `org.apache.logging.log4j:log4j-core` from 2.11.2 to 2.12.4

Updates `org.apache.httpcomponents:httpclient` from 4.5 to 4.5.13

Updates `com.ning:async-http-client` from 1.7.17 to 1.9.0
- [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases)
- [Changelog](https://github.com/AsyncHttpClient/async-http-client/blob/main/CHANGES.md)
- [Commits](AsyncHttpClient/async-http-client@async-http-client-1.7.17...async-http-client-1.9.0)

Updates `mysql:mysql-connector-java` from 5.1.34 to 8.0.28
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@5.1.34...8.0.28)

Updates `org.apache.derby:derby` from 10.10.1.1 to 10.17.1.0

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

Updates `io.netty:netty-all` from 4.0.42.Final to 4.1.42.Final
- [Commits](netty/netty@netty-4.0.42.Final...netty-4.1.42.Final)

Updates `org.apache.mina:mina-core` from 2.0.0-RC1 to 2.0.22
- [Commits](apache/mina@2.0.0-RC1...2.0.22)

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 7.0.59 to 7.0.72

Updates `com.alibaba:fastjson` from 1.2.47 to 1.2.83
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](alibaba/fastjson@1.2.47...1.2.83)

Updates `commons-io:commons-io` from 2.2 to 2.14.0

Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.3 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.3...v_1.2.13)

Updates `org.apache.logging.log4j:log4j-core` from 2.11.2 to 2.12.4

Updates `org.apache.httpcomponents:httpclient` from 4.5 to 4.5.13

Updates `com.ning:async-http-client` from 1.7.17 to 1.9.0
- [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases)
- [Changelog](https://github.com/AsyncHttpClient/async-http-client/blob/main/CHANGES.md)
- [Commits](AsyncHttpClient/async-http-client@async-http-client-1.7.17...async-http-client-1.9.0)

Updates `mysql:mysql-connector-java` from 5.1.34 to 8.0.28
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@5.1.34...8.0.28)

Updates `org.apache.derby:derby` from 10.10.1.1 to 10.17.1.0

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

Updates `io.netty:netty-all` from 4.0.42.Final to 4.1.42.Final
- [Commits](netty/netty@netty-4.0.42.Final...netty-4.1.42.Final)

Updates `org.apache.mina:mina-core` from 2.0.0-RC1 to 2.0.22
- [Commits](apache/mina@2.0.0-RC1...2.0.22)

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 7.0.59 to 7.0.72

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.ning:async-http-client
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.derby:derby
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.mina:mina-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.httpcomponents:httpclient
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.ning:async-http-client
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.derby:derby
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.mina:mina-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0