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

[9.4.x] Bump the dev-dependencies group with 21 updates #12666

Open
wants to merge 1 commit into
base: jetty-9.4.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the dev-dependencies group with 21 updates:

Package From To
org.junit.jupiter:junit-jupiter 5.10.5 5.11.4
org.junit:junit-bom 5.10.5 5.11.4
org.junit.vintage:junit-vintage-engine 5.10.5 5.11.4
org.junit.jupiter:junit-jupiter-api 5.10.5 5.11.4
net.java.dev.jna:jna 5.15.0 5.16.0
org.infinispan.protostream:protostream 4.4.4.Final 4.5.0.Final
org.apache.mina:mina-core 2.2.3 2.2.4
com.google.guava:guava 33.3.1-jre 33.4.0-jre
io.grpc:grpc-core 1.68.2 1.69.0
org.apache.maven.plugins:maven-invoker-plugin 3.8.1 3.9.0
com.google.cloud:google-cloud-datastore 2.24.3 2.25.1
org.eclipse.platform:org.eclipse.osgi 3.21.0 3.22.0
org.ops4j.pax.exam:pax-exam 4.13.5 4.14.0
org.ops4j.pax.exam:pax-exam-inject 4.13.5 4.14.0
org.ops4j.pax.exam:pax-exam-container-forked 4.13.5 4.14.0
org.ops4j.pax.exam:pax-exam-junit4 4.13.5 4.14.0
org.ops4j.pax.exam:pax-exam-link-mvn 4.13.5 4.14.0
org.ops4j.pax.swissbox:pax-swissbox-framework 1.8.3 1.9.0
org.ops4j.pax.swissbox:pax-swissbox-tracker 1.8.3 1.9.0
org.ops4j.pax.url:pax-url-aether 2.6.14 2.6.15
org.ops4j.pax.url:pax-url-wrap 2.6.14 2.6.15

Updates org.junit.jupiter:junit-jupiter from 5.10.5 to 5.11.4

Release notes

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

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

... (truncated)

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 5.10.5 to 5.11.4

Release notes

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

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

... (truncated)

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.junit.vintage:junit-vintage-engine from 5.10.5 to 5.11.4

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

... (truncated)

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.10.5 to 5.11.4

Release notes

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

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

... (truncated)

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates net.java.dev.jna:jna from 5.15.0 to 5.16.0

Changelog

Sourced from net.java.dev.jna:jna's changelog.

Release 5.16.0

Features

  • #1626: Add caching of field list and field validation in Structure along with more efficient reentrant read-write locking instead of synchronized() blocks - @​BrettWooldridge

Bug Fixes

Commits
  • 7452f87 Release 5.16.0
  • a9d4e09 Merge pull request #1643 from matthiasblaesing/javadoc2
  • d1bef49 Merge pull request #1642 from matthiasblaesing/android-fix-16k
  • dfb4016 Fix missing javadoc file resoures/fonts/dejavu.css
  • e62279f Bump JNI revision number and rebuild android native parts (other platforms ar...
  • 58d2c1b Fix unittest when run on linux systems with more than 15 partitions
  • 17f4e59 Fix calls to jnidispatch on Android with 16KB page size
  • 3befd7f Merge pull request #1637 from matthiasblaesing/fix-javadoc
  • 3fb2f87 Fix javadoc
  • 9e1e377 Merge pull request #1631 from matthiasblaesing/pr-1629
  • Additional commits viewable in compare view

Updates org.infinispan.protostream:protostream from 4.4.4.Final to 4.5.0.Final

Release notes

Sourced from org.infinispan.protostream:protostream's releases.

4.5.0.Final

What's Changed

New Contributors

Full Changelog: infinispan/protostream@4.5.0.Dev01...4.5.0.Final

4.5.0.CR1

What's Changed

Full Changelog: infinispan/protostream@4.5.0.Dev05...4.5.0.CR1

Commits
  • fcb7cb9 Releasing 4.5.0.Final
  • 972ae1b IPROTO-244 Do not pretty print JSON by default
  • e1d9692 IPROTO-247 Upgrade Jboss Logging to 3.5.0
  • 4660c08 IPROTO-246 Upgrade Log4J to 2.18.0
  • 8497dad IPROTO-245 Upgrade Jackson to 2.13.3
  • a2948b8 IPROTO-248 Make parent/pom.xml valid against Maven XSD
  • ec8d650 Upload test reports so that they can be processed by 'test_report.yaml'
  • b23d9a6 Add 'Test Report' GH action
  • b001605 IPROTO-243 JSonUtil field 18 as boolean considered as a string
  • 4aaa478 Next version 4.5.0-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.apache.mina:mina-core from 2.2.3 to 2.2.4

Commits
  • 4134a12 [maven-release-plugin] prepare release 2.2.4
  • ccc85e3 Fixing another link issue
  • bfb75f2 Rollbacked to source plugin 3.2.1
  • 625a524 Trying to get maven source plugin to the latest version
  • 252130d Solved some link issues
  • 859e7aa Fixed a bad @​link
  • f583441 Fixed some compilation issues
  • b1dc83a Fixed some javadoc issues
  • 06a5107 Rollbacked maven source plugin to 3.2.1, because since 3.3.0 the build fails
  • 9791886 Added some missing spaces
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.3.1-jre to 33.4.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.0-jre</version>
  <!-- or, for Android: -->
  <version>33.4.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
  • base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency. (45e6be2688)
  • base: Added ToStringHelper.omitEmptyValues(). (f5ec2ab85c)
  • collect: Added an optimized copyOf method to TreeRangeMap. (a46565dd1c)
  • collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent. (81be061f85)
  • io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush(). (6ace8bc8ea)
  • net: Added HttpHeaders.ALT_SVC and MediaType.CBOR. (503ba429f9, 7c0bf0892d)
Commits

Updates io.grpc:grpc-core from 1.68.2 to 1.69.0

Release notes

Sourced from io.grpc:grpc-core's releases.

v1.69.0

v1.69.0

New Features

  • api: Allow LoadBalancers to specify an authority per-RPC.(#11631) (c167ead85) CallOptions.withAuthority() has higher precedence.
  • netty: Add soft Metadata size limit enforcement. (#11603) (735b3f3fe) The soft limit is a lower size limit that fails an increasing percentage of RPCs as the Metadata size approaches the upper limit. This can be used as an “early warning” that the Metadata size is growing too large
  • alts: support altsCallCredentials in GoogleDefaultChannelCredentials (#11634) (ba8ab796e)
  • xds: Add grpc.xds_client metrics, as documented by OpenTelemetry Metrics (#11661) (20d09cee5). grpc.xds.authority is not yet available

Bug Fixes

  • api: When forwarding from Listener onAddresses to Listener2 continue to use onResult (#11666) (dae078c0a). This fixes a 1.68.1 "IllegalStateException: Not called from the SynchronizationContext" regression (#11662) that could be seen in certain custom NameResolvers
  • okhttp: If the frame handler thread is null do not schedule it on the executor (ef1fe8737). This fixes a 1.68.1 NullPointerException regression when a custom transportExecutor was provided to the channel and it did not have enough threads to run new tasks

Improvements

  • api: Add java.time.Duration overloads to CallOptions, AbstractStub methods that take TimeUnit and a time value (#11562) (766b92379)
  • core: Make timestamp usage in Channelz use nanos from Java.time.Instant when available (#11604) (9176b5528). This increases the timestamp precision from milliseconds
  • okhttp: Fix for ipv6 link local with scope (#11725) (e98e7445b)
  • binder: Let AndroidComponentAddress specify a target UserHandle (#11670) (e58c998a4)
  • servlet: Deframe failures should be logged on the server as warnings (#11645) (a5db67d0c)
  • s2a: Rename the Bazel target s2av2_credentials to s2a (29dd9bad3). The target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t previously exist
  • services: Make channelz work with proto lite (#11685) (b1703345f). This compatibility is on the source level. There is not a pre-built binary on Maven Central that supports proto lite
  • services: Deprecate ProtoReflectionService (#11681) (921f88ae3). The class implements the deprecated v1alpha of the reflection protocol. Prefer ProtoReflectionServiceV1, which implements the v1 version of the reflection protocol

Dependencies

  • Upgrade proto-google-common-protos to 2.48.0 (1993e68b0)
  • Upgrade google-auth-library to 1.24.1 (1993e68b0)
  • Upgrade error_prone_annotations to 2.30.0 (1993e68b0)
  • Upgrade Guava to 33.3.1-android (1993e68b0)
  • Upgrade opentelemetry-api to 1.43.0 (1993e68b0)
  • xds: Remove Bazel dependency on xds v2 (664f1fcf8). This had been done for the Maven Central binaries in 1.63.0, but had been missed for Bazel builds

Documentation

  • binder: Update error codes doc for new "Safer Intent" rules. (#11639) (fe350cfd5)
  • examples: Use xds-enabled server and xds credentials in example-gcp-csm-observability (#11706) (a79982c7f)

Thanks to
@​niloc132
@​rockspore
@​SreeramdasLavanya
@​vinodhabib

Commits
  • 34a7cff Bump version to 1.69.0
  • ddc3163 Update README etc to reference 1.69.0
  • e98e744 okhttp: Fix for ipv6 link local with scope (#11725) (#11729)
  • 29dd9ba change s2av2_credentials to s2a
  • a79982c [CSM] Use xds-enabled server and xds credentials in examples (#11706)
  • 20d09ce xds: Add counter and gauge metrics (#11661)
  • 92de2f3 testing: enabled smallLatency test (#11671)
  • 32f4cf4 gae-interop-testing: Upgrade to Java 17
  • e58c998 AndroidComponentAddress includes a target UserHandle (#11670)
  • 6a92a2a interop-testing: Add concurrency condition to the soak test using existing bl...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0

Release notes

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

3.9.0

🚀 New features and improvements

📦 Dependency updates

Commits
  • 217e86f [maven-release-plugin] prepare release maven-invoker-plugin-3.9.0
  • fdae00c [MINVOKER-376] Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#264)
  • 56de6e0 [MINVOKER-375] Bump org.apache.groovy:groovy-bom from 4.0.23 to 4.0.24 (#262)
  • 7a95d4f [MINVOKER-374] Ability to skip project collection (#265)
  • 30731f1 [MINVOKER-373] Switch to Doxia 2
  • 4fd5322 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.junit.vintage:junit-vintage-engine from 5.10.5 to 5.11.4

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.0...r5.11.1

JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.10.3...r5.11.0

JUnit 5.11.0-RC1 = Platform 1.11.0-RC1 + Jupiter 5.11.0-RC1 + Vintage 5.11.0-RC1

... (truncated)

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates com.google.cloud:google-cloud-datastore from 2.24.3 to 2.25.1

Release notes

Sourced from com.google.cloud:google-cloud-datastore's releases.

v2.25.1

2.25.1 (2024-12-13)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.51.0 (106ee4d)

Dependencies

v2.25.0

2.25.0 (2024-12-11)

Features

  • Introduce java.time methods and variables (#1671) (5a78a80)

Dependencies

  • Update dependency com.google.cloud:gapic-libraries-bom to v1.48.0 (

Bumps the dev-dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.5` | `5.11.4` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.5` | `5.11.4` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) | `5.10.5` | `5.11.4` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.5` | `5.11.4` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.15.0` | `5.16.0` |
| [org.infinispan.protostream:protostream](https://github.com/infinispan/protostream) | `4.4.4.Final` | `4.5.0.Final` |
| [org.apache.mina:mina-core](https://github.com/apache/mina) | `2.2.3` | `2.2.4` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` |
| [io.grpc:grpc-core](https://github.com/grpc/grpc-java) | `1.68.2` | `1.69.0` |
| [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) | `3.8.1` | `3.9.0` |
| [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore) | `2.24.3` | `2.25.1` |
| [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) | `3.21.0` | `3.22.0` |
| org.ops4j.pax.exam:pax-exam | `4.13.5` | `4.14.0` |
| org.ops4j.pax.exam:pax-exam-inject | `4.13.5` | `4.14.0` |
| org.ops4j.pax.exam:pax-exam-container-forked | `4.13.5` | `4.14.0` |
| org.ops4j.pax.exam:pax-exam-junit4 | `4.13.5` | `4.14.0` |
| org.ops4j.pax.exam:pax-exam-link-mvn | `4.13.5` | `4.14.0` |
| [org.ops4j.pax.swissbox:pax-swissbox-framework](https://github.com/ops4j/org.ops4j.pax.swissbox) | `1.8.3` | `1.9.0` |
| [org.ops4j.pax.swissbox:pax-swissbox-tracker](https://github.com/ops4j/org.ops4j.pax.swissbox) | `1.8.3` | `1.9.0` |
| [org.ops4j.pax.url:pax-url-aether](https://github.com/ops4j/org.ops4j.pax.url) | `2.6.14` | `2.6.15` |
| [org.ops4j.pax.url:pax-url-wrap](https://github.com/ops4j/org.ops4j.pax.url) | `2.6.14` | `2.6.15` |


Updates `org.junit.jupiter:junit-jupiter` from 5.10.5 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.11.4)

Updates `org.junit:junit-bom` from 5.10.5 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.11.4)

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.5 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.5 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.11.4)

Updates `net.java.dev.jna:jna` from 5.15.0 to 5.16.0
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.15.0...5.16.0)

Updates `org.infinispan.protostream:protostream` from 4.4.4.Final to 4.5.0.Final
- [Release notes](https://github.com/infinispan/protostream/releases)
- [Commits](infinispan/protostream@4.4.4.Final...4.5.0.Final)

Updates `org.apache.mina:mina-core` from 2.2.3 to 2.2.4
- [Commits](apache/mina@2.2.3...2.2.4)

Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `io.grpc:grpc-core` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.0)

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

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.5 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.11.4)

Updates `com.google.cloud:google-cloud-datastore` from 2.24.3 to 2.25.1
- [Release notes](https://github.com/googleapis/java-datastore/releases)
- [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-datastore@v2.24.3...v2.25.1)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.5 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.11.4)

Updates `org.eclipse.platform:org.eclipse.osgi` from 3.21.0 to 3.22.0
- [Commits](https://github.com/eclipse-equinox/equinox/commits)

Updates `org.ops4j.pax.exam:pax-exam` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-inject` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-container-forked` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-junit4` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-link-mvn` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-inject` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-container-forked` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.swissbox:pax-swissbox-framework` from 1.8.3 to 1.9.0
- [Commits](ops4j/org.ops4j.pax.swissbox@swissbox-1.8.3...swissbox-1.9.0)

Updates `org.ops4j.pax.swissbox:pax-swissbox-tracker` from 1.8.3 to 1.9.0
- [Commits](ops4j/org.ops4j.pax.swissbox@swissbox-1.8.3...swissbox-1.9.0)

Updates `org.ops4j.pax.swissbox:pax-swissbox-tracker` from 1.8.3 to 1.9.0
- [Commits](ops4j/org.ops4j.pax.swissbox@swissbox-1.8.3...swissbox-1.9.0)

Updates `org.ops4j.pax.exam:pax-exam-junit4` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.exam:pax-exam-link-mvn` from 4.13.5 to 4.14.0

Updates `org.ops4j.pax.url:pax-url-aether` from 2.6.14 to 2.6.15
- [Commits](ops4j/org.ops4j.pax.url@url-2.6.14...url-2.6.15)

Updates `org.ops4j.pax.url:pax-url-wrap` from 2.6.14 to 2.6.15
- [Commits](ops4j/org.ops4j.pax.url@url-2.6.14...url-2.6.15)

Updates `org.ops4j.pax.url:pax-url-wrap` from 2.6.14 to 2.6.15
- [Commits](ops4j/org.ops4j.pax.url@url-2.6.14...url-2.6.15)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.infinispan.protostream:protostream
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.mina:mina-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.cloud:google-cloud-datastore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.eclipse.platform:org.eclipse.osgi
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-inject
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-container-forked
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-junit4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-link-mvn
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-inject
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-container-forked
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.swissbox:pax-swissbox-framework
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.swissbox:pax-swissbox-tracker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.swissbox:pax-swissbox-tracker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-junit4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.exam:pax-exam-link-mvn
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.url:pax-url-aether
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.url:pax-url-wrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.ops4j.pax.url:pax-url-wrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Jan 1, 2025
@dependabot dependabot bot added this to the 9.4.x milestone Jan 1, 2025
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