Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the maven group across 12 directories with 10 updates #8

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 17, 2024

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

Package From To
junit:junit 4.12 4.13.1
org.xerial:sqlite-jdbc 3.34.0 3.41.2.2
dom4j:dom4j 1.6.1 1.6.1-brew
org.springframework.ldap:spring-ldap-core 1.3.2.RELEASE 2.3.2.RELEASE
org.codehaus.groovy:groovy 2.1.3 2.4.21
org.apache.commons:commons-compress 1.21 1.26.0
org.apache.cassandra:cassandra-all 1.1.6 3.0.26
org.codehaus.groovy:groovy-all 1.8.6 2.4.21
org.jruby:jruby 1.0.2 1.7.3
org.apache.kafka:kafka-clients 2.5.0 2.6.3

Bumps the maven group with 2 updates in the /xap-core/xap-datagrid directory: junit:junit and org.xerial:sqlite-jdbc.
Bumps the maven group with 3 updates in the /xap-core/xap-openspaces directory: junit:junit, dom4j:dom4j and org.springframework.ldap:spring-ldap-core.
Bumps the maven group with 2 updates in the /xap-extensions/xap-cassandra directory: junit:junit and org.apache.cassandra:cassandra-all.
Bumps the maven group with 1 update in the /xap-extensions/xap-full-text-search directory: junit:junit.
Bumps the maven group with 2 updates in the /xap-extensions/xap-groovy directory: junit:junit and org.codehaus.groovy:groovy-all.
Bumps the maven group with 2 updates in the /xap-extensions/xap-jruby directory: junit:junit and org.jruby:jruby.
Bumps the maven group with 2 updates in the /xap-extensions/xap-kafka directory: junit:junit and org.apache.kafka:kafka-clients.
Bumps the maven group with 1 update in the /xap-extensions/xap-metrics-influxdb directory: junit:junit.
Bumps the maven group with 2 updates in the /xap-extensions/xap-mongodb directory: junit:junit and org.apache.commons:commons-compress.
Bumps the maven group with 2 updates in the /xap-extensions/xap-rest directory: junit:junit and org.codehaus.groovy:groovy.
Bumps the maven group with 1 update in the /xap-extensions/xap-spatial directory: junit:junit.

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.xerial:sqlite-jdbc from 3.34.0 to 3.41.2.2

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.41.2.2

Changelog

🚀 Features

jdbc

  • add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63)
  • implement PreparedStatement getParameterType and getParameterTypeName (bdb3d8a)

native-image

  • resource optimization and configuration to export native lib (6f42683)

🐛 Fixes

  • use random UUID for external resources (edb4b8a)

🛠 Build

deps

  • bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe)
  • bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2)
  • bump surefire.version from 3.0.0 to 3.1.0 (658e907)
  • bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f)
  • bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636)
  • bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35)
  • bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82)
  • bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701)
  • bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191)
  • bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c)

deps-dev

  • bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348)
  • bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b)
  • bump logback-classic from 1.4.6 to 1.4.7 (5a4f485)
  • bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f)
  • bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983)
  • bump junit-jupiter from 5.9.1 to 5.9.2 (c917e81)
  • bump logback-classic from 1.4.5 to 1.4.6 (eab4939)

unscoped

  • replace jdk 19 with 20 (0c5a645)
  • replace asciidoc variables during release (0053e60)
  • run spotless:check during maven verify phase (043efd7)

📝 Documentation

  • use markdown for SECURITY.md because Github doesn't support Asciidoc (00e9c3f)
  • convert markdown to asciidoc (fb0f263)

Contributors

We'd like to thank the following people for their contributions:

... (truncated)

Commits
  • 080c808 chore(release): 3.41.2.2 [skip ci]
  • edb4b8a fix: use random UUID for external resources
  • 0c5a645 ci: replace jdk 19 with 20
  • 48e8ebe build(deps): bump native-maven-plugin from 0.9.21 to 0.9.22
  • 00e9c3f docs: use markdown for SECURITY.md because Github doesn't support Asciidoc
  • 0053e60 ci: replace asciidoc variables during release
  • fb0f263 docs: convert markdown to asciidoc
  • 128d9b2 build(deps): bump graal-sdk from 22.3.0 to 22.3.2
  • 658e907 build(deps): bump surefire.version from 3.0.0 to 3.1.0
  • f149f9f build(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view

Updates dom4j:dom4j from 1.6.1 to 1.6.1-brew

Updates org.springframework.ldap:spring-ldap-core from 1.3.2.RELEASE to 2.3.2.RELEASE

Commits
  • e34028e Release version 2.3.2.RELEASE
  • c0def85 return the processed context (as it can be a proxy)
  • 1da8319 Fix broken Markdown headings
  • f9bb4dd fixing usernmae typo to username
  • bdbbd72 Issues: gh-430 gh-432
  • 6be3662 Cast is needed or compile will fail
  • 08e8ae2 Force reconnect with credentials on DefaultTlsDirContextAuthenticationStrategy
  • 9d8f9fb javacc uses https
  • 5f85dfe Update pom.xml versions
  • 145d42b Fix javacc download url
  • Additional commits viewable in compare view

Updates org.codehaus.groovy:groovy from 2.1.3 to 2.4.21

Commits

Updates org.apache.commons:commons-compress from 1.21 to 1.26.0

Updates org.apache.cassandra:cassandra-all from 1.1.6 to 3.0.26

Updates org.codehaus.groovy:groovy-all from 1.8.6 to 2.4.21

Commits

Updates org.jruby:jruby from 1.0.2 to 1.7.3

Commits
  • dac429b Bump for 1.7.3
  • 40f85f0 JRUBY-6988 and possibly others launcher issues
  • 2fa2021 XML Entity expansion protection
  • 3dd1c53 Prevent failure in MRI 1.9 to run this and also to actually extract paragraph...
  • 9d210e3 * Updated jars for Eclipse
  • 82cda78 Support marshaling and unmarshaling strings with repeated encodings
  • 040d849 Reduce some spec failures (which strangely are ignoring their tags)
  • 016860d Merge pull request #537 from bruceadams/add-epl-text
  • 54c1703 Add the complete text of the Eclipse Public License
  • ce7c497 Hack jruby-rake-plugin to work on a windows machine
  • Additional commits viewable in compare view

Updates org.apache.kafka:kafka-clients from 2.5.0 to 2.6.3

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.xerial:sqlite-jdbc from 3.34.0 to 3.41.2.2

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.41.2.2

Changelog

🚀 Features

jdbc

  • add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63)
  • implement PreparedStatement getParameterType and getParameterTypeName (bdb3d8a)

native-image

  • resource optimization and configuration to export native lib (6f42683)

🐛 Fixes

  • use random UUID for external resources (edb4b8a)

🛠 Build

deps

  • bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe)
  • bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2)
  • bump surefire.version from 3.0.0 to 3.1.0 (658e907)
  • bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f)
  • bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636)
  • bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35)
  • bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82)
  • bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701)
  • bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191)
  • bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c)

deps-dev

  • bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348)
  • bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b)
  • bump logback-classic from 1.4.6 to 1.4.7 (5a4f485)
  • bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f)
  • bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983)
  • bump junit-jupiter from 5.9.1 to 5.9.2 (c917e81)
  • bump logback-classic from 1.4.5 to 1.4.6 (eab4939)

unscoped

  • replace jdk 19 with 20 (0c5a645)
  • replace asciidoc variables during release (0053e60)
  • run spotless:check during maven verify phase (043efd7)

📝 Documentation

  • use markdown for SECURITY.md because Github doesn't support Asciidoc (00e9c3f)
  • convert markdown to asciidoc (fb0f263)

Contributors

We'd like to thank the following people for their contributions:

... (truncated)

Commits
  • 080c808 chore(release): 3.41.2.2 [skip ci]
  • edb4b8a fix: use random UUID for external resources
  • 0c5a645 ci: replace jdk 19 with 20
  • 48e8ebe build(deps): bump native-maven-plugin from 0.9.21 to 0.9.22
  • 00e9c3f docs: use markdown for SECURITY.md because Github doesn't support Asciidoc
  • 0053e60 ci: replace asciidoc variables during release
  • fb0f263 docs: convert markdown to asciidoc
  • 128d9b2 build(deps): bump graal-sdk from 22.3.0 to 22.3.2
  • 658e907 build(deps): bump surefire.version from 3.0.0 to 3.1.0
  • f149f9f build(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates dom4j:dom4j from 1.6.1 to 1.6.1-brew

Updates org.springframework.ldap:spring-ldap-core from 1.3.2.RELEASE to 2.3.2.RELEASE

Commits
  • e34028e Release version 2.3.2.RELEASE
  • c0def85 return the processed context (as it can be a proxy)
  • 1da8319 Fix broken Markdown headings
  • f9bb4dd fixing usernmae typo to username
  • bdbbd72 Issues: gh-430 gh-432
  • 6be3662 Cast is needed or compile will fail
  • 08e8ae2 Force reconnect with credentials on DefaultTlsDirContextAuthenticationStrategy
  • 9d8f9fb javacc uses https
  • 5f85dfe Update pom.xml versions
  • 145d42b Fix javacc download url
  • Additional commits viewable in compare view

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.apache.cassandra:cassandra-all from 1.1.6 to 3.0.26

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.codehaus.groovy:groovy-all from 1.8.6 to 2.4.21

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.jruby:jruby from 1.0.2 to 1.7.3

Commits
  • dac429b Bump for 1.7.3
  • 40f85f0 JRUBY-6988 and possibly others launcher issues
  • 2fa2021 XML Entity expansion protection
  • 3dd1c53 Prevent failure in MRI 1.9 to run this and also to actually extract paragraph...
  • 9d210e3 * Updated jars for Eclipse
  • 82cda78 Support marshaling and unmarshaling strings with repeated encodings
  • 040d849 Reduce some spec failures (which strangely are ignoring their tags)
  • 016860d Merge pull request #537 from bruceadams/add-epl-text
  • 54c1703 Add the complete text of the Eclipse Public License
  • ce7c497 Hack jruby-rake-plugin to work on a windows machine
  • Additional commits viewable in compare view

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.apache.kafka:kafka-clients from 2.5.0 to 2.6.3

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.apache.commons:commons-compress from 1.21 to 1.26.0

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits

Updates org.codehaus.groovy:groovy from 2.1.3 to 2.4.21

Commits

Updates junit:junit from 4.12 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

Commits
  • 1b683f4 [maven-release-plugin] prepare release r4.13.1
  • ce6ce3a Draft 4.13.1 release notes
  • c29dd82 Change version to 4.13.1-SNAPSHOT
  • 1d17486 Add a link to assertThrows in exception testing
  • 543905d Use sep...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [junit:junit](https://github.com/junit-team/junit4) | `4.12` | `4.13.1` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.34.0` | `3.41.2.2` |
| dom4j:dom4j | `1.6.1` | `1.6.1-brew` |
| [org.springframework.ldap:spring-ldap-core](https://github.com/SpringSource/spring-ldap) | `1.3.2.RELEASE` | `2.3.2.RELEASE` |
| [org.codehaus.groovy:groovy](https://github.com/apache/groovy) | `2.1.3` | `2.4.21` |
| org.apache.commons:commons-compress | `1.21` | `1.26.0` |
| org.apache.cassandra:cassandra-all | `1.1.6` | `3.0.26` |
| [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) | `1.8.6` | `2.4.21` |
| [org.jruby:jruby](https://github.com/jruby/jruby) | `1.0.2` | `1.7.3` |
| org.apache.kafka:kafka-clients | `2.5.0` | `2.6.3` |

Bumps the maven group with 2 updates in the /xap-core/xap-datagrid directory: [junit:junit](https://github.com/junit-team/junit4) and [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc).
Bumps the maven group with 3 updates in the /xap-core/xap-openspaces directory: [junit:junit](https://github.com/junit-team/junit4), dom4j:dom4j and [org.springframework.ldap:spring-ldap-core](https://github.com/SpringSource/spring-ldap).
Bumps the maven group with 2 updates in the /xap-extensions/xap-cassandra directory: [junit:junit](https://github.com/junit-team/junit4) and org.apache.cassandra:cassandra-all.
Bumps the maven group with 1 update in the /xap-extensions/xap-full-text-search directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 2 updates in the /xap-extensions/xap-groovy directory: [junit:junit](https://github.com/junit-team/junit4) and [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy).
Bumps the maven group with 2 updates in the /xap-extensions/xap-jruby directory: [junit:junit](https://github.com/junit-team/junit4) and [org.jruby:jruby](https://github.com/jruby/jruby).
Bumps the maven group with 2 updates in the /xap-extensions/xap-kafka directory: [junit:junit](https://github.com/junit-team/junit4) and org.apache.kafka:kafka-clients.
Bumps the maven group with 1 update in the /xap-extensions/xap-metrics-influxdb directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the maven group with 2 updates in the /xap-extensions/xap-mongodb directory: [junit:junit](https://github.com/junit-team/junit4) and org.apache.commons:commons-compress.
Bumps the maven group with 2 updates in the /xap-extensions/xap-rest directory: [junit:junit](https://github.com/junit-team/junit4) and [org.codehaus.groovy:groovy](https://github.com/apache/groovy).
Bumps the maven group with 1 update in the /xap-extensions/xap-spatial directory: [junit:junit](https://github.com/junit-team/junit4).


Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.xerial:sqlite-jdbc` from 3.34.0 to 3.41.2.2
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.34.0...3.41.2.2)

Updates `dom4j:dom4j` from 1.6.1 to 1.6.1-brew

Updates `org.springframework.ldap:spring-ldap-core` from 1.3.2.RELEASE to 2.3.2.RELEASE
- [Release notes](https://github.com/SpringSource/spring-ldap/releases)
- [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt)
- [Commits](spring-projects/spring-ldap@1.3.2.RELEASE...2.3.2.RELEASE)

Updates `org.codehaus.groovy:groovy` from 2.1.3 to 2.4.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.commons:commons-compress` from 1.21 to 1.26.0

Updates `org.apache.cassandra:cassandra-all` from 1.1.6 to 3.0.26

Updates `org.codehaus.groovy:groovy-all` from 1.8.6 to 2.4.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.jruby:jruby` from 1.0.2 to 1.7.3
- [Release notes](https://github.com/jruby/jruby/releases)
- [Commits](jruby/jruby@1.0.2...1.7.3)

Updates `org.apache.kafka:kafka-clients` from 2.5.0 to 2.6.3

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.xerial:sqlite-jdbc` from 3.34.0 to 3.41.2.2
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.34.0...3.41.2.2)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `dom4j:dom4j` from 1.6.1 to 1.6.1-brew

Updates `org.springframework.ldap:spring-ldap-core` from 1.3.2.RELEASE to 2.3.2.RELEASE
- [Release notes](https://github.com/SpringSource/spring-ldap/releases)
- [Changelog](https://github.com/spring-projects/spring-ldap/blob/main/changelog.txt)
- [Commits](spring-projects/spring-ldap@1.3.2.RELEASE...2.3.2.RELEASE)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.apache.cassandra:cassandra-all` from 1.1.6 to 3.0.26

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.codehaus.groovy:groovy-all` from 1.8.6 to 2.4.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.jruby:jruby` from 1.0.2 to 1.7.3
- [Release notes](https://github.com/jruby/jruby/releases)
- [Commits](jruby/jruby@1.0.2...1.7.3)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.apache.kafka:kafka-clients` from 2.5.0 to 2.6.3

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.apache.commons:commons-compress` from 1.21 to 1.26.0

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

Updates `org.codehaus.groovy:groovy` from 2.1.3 to 2.4.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `junit:junit` from 4.12 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.1)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: dom4j:dom4j
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.ldap:spring-ldap-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.cassandra:cassandra-all
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.codehaus.groovy:groovy-all
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.jruby:jruby
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: dom4j:dom4j
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.ldap:spring-ldap-core
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.cassandra:cassandra-all
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.codehaus.groovy:groovy-all
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.jruby:jruby
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.kafka:kafka-clients
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2024
Copy link

cr-gpt bot commented Oct 17, 2024

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants