This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.openai-openai-java-4.28.0
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 3037edc785d7 chore(deps): Bump com.openai:openai-java from 4.26.0 to 
4.28.0
     add c027c9ae3e47 chore(camel-test-infra-kafka): upgrade 
redpanda.container.image to v25.3.10 (#22001)
     add c8192ad3f7b6 chore(camel-test-infra-nats): upgrade nats.container to 
2.12.5 (#22005)
     add a80a753344bf chore(deps): Bump org.eclipse.jgit:org.eclipse.jgit
     add f6331388bf41 CAMEL-23112: Lower minimum JDK requirement from 21 to 17 
(#21991)
     add 1efb30a75511 chore(camel-test-infra-solr): upgrade solr.container to 
9.10.1-slim
     add 1eddf0350de8 chore(camel-test-infra-mongodb): upgrade 
mongodb.container to 7.0.30-jammy
     add 77d9a63de3a6 chore(deps): Bump com.google.cloud:google-cloud-bigquery 
(#22020)
     add 2a48f7f06640 chore(deps): Bump com.sun.xml.bind:jaxb-impl from 4.0.6 
to 4.0.7 (#22019)
     add 8048b6a2276a chore(camel-test-infra-rabbitmq): upgrade 
rabbitmq.container to 4.2.4-management
     add 0eda4b3c3117 chore(deps): Bump resilience4j-version from 2.3.0 to 2.4.0
     add 9052b63336a4 chore(deps): Bump aws-java-sdk2-version from 2.42.12 to 
2.42.13
     add 909aadf920fd chore(camel-test-infra-postgres): upgrade 
postgres.vector.container to pg18
     add 078357efc4a1 chore(deps): Bump spring-version from 7.0.5 to 7.0.6
     add 636f1555ae6f chore(deps): Bump 
org.springframework.data:spring-data-redis
     add 5ccc089d9eec chore(ci): Fix parent POM dependency change detection 
(#22022)
     add 977422b4addd chore(deps): Bump com.openai:openai-java from 4.26.0 to 
4.28.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3037edc785d7)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.openai-openai-java-4.28.0 (977422b4addd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/actions/detect-dependencies/action.yaml    |  50 ++++
 .github/actions/detect-dependencies/detect-test.sh | 289 ++++++++++++++++++---
 .github/workflows/pr-build-main.yml                |   2 +
 .../springai/image/SpringAiImageOllamaIT.java      |   2 +-
 .../support/jsse/BaseSSLContextParameters.java     | 103 ++++++--
 .../camel/support/jsse/SSLContextParameters.java   |   2 +-
 .../support/jsse/SSLContextParametersTest.java     | 193 ++++++++------
 .../ManagedVirtualThreadExecutorTest.java          |   7 +-
 .../camel/support/DefaultThreadPoolFactory.java    |  15 +-
 .../camel/support/builder/ExpressionBuilder.java   |   2 +-
 .../camel/util/concurrent/CamelThreadFactory.java  |  35 +--
 .../camel/util/concurrent/CamelThreadFactory.java  |   0
 parent/pom.xml                                     |  14 +-
 pom.xml                                            |   2 +-
 .../test/infra/kafka/services/container.properties |   2 +-
 .../infra/mongodb/services/container.properties    |   2 +-
 .../test/infra/nats/services/container.properties  |   2 +-
 .../infra/postgres/services/container.properties   |   2 +-
 .../infra/rabbitmq/services/container.properties   |   2 +-
 .../test/infra/solr/services/container.properties  |   2 +-
 .../org/apache/camel/util/json/JsonObject.java     |  22 +-
 21 files changed, 554 insertions(+), 196 deletions(-)
 copy core/camel-util/src/main/{java => 
java21}/org/apache/camel/util/concurrent/CamelThreadFactory.java (100%)

Reply via email to