Skip to content

Bump the all group with 12 updates#104

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/develop/all-229fcddf3d
Closed

Bump the all group with 12 updates#104
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/develop/all-229fcddf3d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2024

Bumps the all group with 12 updates:

Package From To
org.jline:jline 3.25.0 3.25.1
io.helidon:helidon-bom 4.0.2 4.0.7
com.io7m.jmulticlose:com.io7m.jmulticlose.core 1.1.0 1.1.2
org.postgresql:postgresql 42.7.2 42.7.3
io.opentelemetry:opentelemetry-bom 1.33.0 1.36.0
io.opentelemetry:opentelemetry-semconv 1.27.0-alpha 1.30.1-alpha
io.opentelemetry:opentelemetry-sdk-logs 1.33.0 1.36.0
org.jetbrains.kotlin:kotlin-stdlib 1.9.22 1.9.23
com.squareup.okio:okio-jvm 3.7.0 3.9.0
com.helger:ph-css 7.0.1 7.0.2
org.eclipse.angus:jakarta.mail 2.0.2 2.0.3
jakarta.activation:jakarta.activation-api 2.1.2 2.1.3

Updates org.jline:jline from 3.25.0 to 3.25.1

Release notes

Sourced from org.jline:jline's releases.

JLine 3.25.1

What's Changed

Full Changelog: jline/jline3@jline-parent-3.25.0...jline-parent-3.25.1

Changelog

Sourced from org.jline:jline's changelog.

[JLine 3.25.1][3_25_1]

[3_25_1] https://repo1.maven.org/maven2/org/jline/jline/3.25.1/

  • 3d96eac3 Fix native image metadata (fixes #923) (#931)
  • 7ad41da8 Fix NPE on windows with missing jna/jansi (fixes #930) (#933)
  • ad35d1a6 Upgrade Groovy from 4.0.13 to 4.0.17
  • 7dddf76f DefaultPrinter: improve printing string with line breaks, #909
  • 7ff2fbc5 Native libraries are not embedded in JLine bundle (fixes #927)
  • 2870d03c Fix source jars required for bundles
Commits
  • c75301f [maven-release-plugin] prepare release jline-parent-3.25.1
  • 7baf127 Do not use old oss-parent
  • 9bd4c6c Upgrade to latest dependencies and plugins
  • f40476a Update changelog for 3.25.1 release
  • 3d96eac Fix native image metadata (fixes #923) (#931)
  • 7ad41da Fix NPE on windows with missing jna/jansi (fixes #930) (#933)
  • ad35d1a Upgrade Groovy from 4.0.13 to 4.0.17
  • 7dddf76 DefaultPrinter: improve printing string with line breaks, #909
  • 7ff2fbc Native libraries are not embedded in JLine bundle (fixes #927)
  • 2870d03 Fix source jars required for bundles
  • Additional commits viewable in compare view

Updates io.helidon:helidon-bom from 4.0.2 to 4.0.7

Release notes

Sourced from io.helidon:helidon-bom's releases.

4.0.7

This is a bugfix release of Helidon and is recommended for all users of Helidon 4. Helidon 4 requires Java 21 or newer.

CHANGES

For a list of changes please see the Helidon 4.0.7 CHANGELOG.

4.0.6

This release contains important bug fixes and enhancements and is recommended for all users of Helidon 4.

Java 21 is required to use Helidon 4.

CHANGES

For a list of changes please see the Helidon 4.0.6 CHANGELOG.

4.0.5

This release contains important bugfixes and ehancements and is recommended for all users of Helidon 4.

Java 21 is required to use Helidon 4.0.5.

CHANGES

For a list of changes please see the Helidon 4.0.5 CHANGELOG.

4.0.4

This release contains bugfixes and ehancements and is recommended for all users of Helidon 4. In particular this release contains a fix for issue 8250 which can occur when running previous releases of Helidon 4 on Java 21.0.2 or newer.

Java 21 is required to use Helidon 4.0.4.

CHANGES

For a list of changes please see the Helidon 4.0.4 CHANGELOG.

4.0.3

This release contains bugfixes and ehancements and is recommended for all users of Helidon 4.

Java 21 is required to use Helidon 4.0.3.

CHANGES

For a list of changes please see the Helidon 4.0.3 CHANGELOG.

Changelog

Sourced from io.helidon:helidon-bom's changelog.

[4.0.7]

This release contains important bugfixes and ehancements and is recommended for all users of Helidon 4.

Java 21 is required to use Helidon 4.0.7.

CHANGES

  • Builders: Avoid using replicated default values for Lists when creating from builder or instance 8428
  • CORS: Properly handle opaque origin ("null") in CORS processing 8537
  • JAX-RS: Fix failure with input stream obtained more than once for post with more than one JAX-RS app 8558
  • Metrics: Add unwrap support to metrics builders 8588
  • Observability: Observers now inherit weight of the ObserveFeature. 8554
  • Security: Disabled OidcFeature no longer throws an NPE. 8520
  • Security: If there is no configuration of oidc provider, it is considered disabled 8603
  • Security: Support for disabling security providers through configuration. 8521
  • TLS: Fixed method that compares SSLParameters for equality 8570
  • Tracing: Fix baggage propagation from current active span 8512
  • Tracing: Properly return Optional.empty() for current span if there is no current OTel span 8583
  • WebServer: Fix static content sending 304 with entity. 8599
  • WebServer: Make HttpRouting an interface 8523
  • WebServer: Validate that header has at least one value when list is used. 8489
  • Build: Add version check to release script 8481
  • Build: Upgrade upload-artifact to v4 8610
  • Dependencies: Integrate Helidon Build Tools v4.0.6 8476
  • Dependencies: Upgrade netty to 4.1.108.Final 8532
  • Dependencies: Upgrade oci-sdk to 3.39.0 8611
  • Docs: Add MP observability page; discuss weight setting to resolve some routing conflicts 8580
  • Docs: Clarify ordinal definition of meta-config 8581
  • Docs: Fix SE Health endpoint path to match code snippet 8587
  • Docs: Fix wrong example for Config.onChange (#8607) 8608
  • Examples: Archetype - Add opens WEB to module info for multipart 8506
  • Examples: Archetype - Fix Json code duplication 8507
  • Examples: Archetype - Kubernetes uses ClusterIP instead of NodePort 8488
  • Examples: Update streaming example so it starts and downloads last uploaded file 8515
  • Examples: remove netty logging config from logging.properties 8534
  • Examples: threading example 8576
  • Tests: Avoid implementing the OCI Monitoring interface. 8474
  • Tests: Introducing a test to validate that combination of config annotations… 8491
  • Tests: Upgrade core profile tests to version 10.0.3 8606

[4.0.6]

This release contains important bugfixes and ehancements and is recommended for all users of Helidon 4.

Java 21 is required to use Helidon 4.0.6.

CHANGES

  • Builders: Fixes for problems discovered in service registry work 8403

... (truncated)

Commits

Updates com.io7m.jmulticlose:com.io7m.jmulticlose.core from 1.1.0 to 1.1.2

Changelog

Sourced from com.io7m.jmulticlose:com.io7m.jmulticlose.core's changelog.

Commits

Updates org.postgresql:postgresql from 42.7.2 to 42.7.3

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.3

Changes

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.3] (2024-04-14 14:51:00 -0400)

Changed

Fixed

  • fix: boolean types not handled in SimpleQuery mode [PR #3146](pgjdbc/pgjdbc#3146)
    • make sure we handle boolean types in simple query mode
    • support uuid as well
    • handle all well known types in text mode and change else if to switch
  • fix: released new versions of 42.2.29, 42.3.10, 42.4.5, 42.5.6, 42.6.2 to deal with NoSuchMethodError on ByteBuffer#position when running on Java 8
Commits
  • 818953a fix Issue # 3145 boolean types not handled in SimpleQuery mode (#3146)
  • 0e8ab63 The Gradle config enforces 17+ (#3147)
  • b591b9f Fix 2 changelog entry titles (#3142)
  • 81844e6 chore: ensure CI jobs include tests for all the values of preferQueryMode
  • 2fada9e update security page (#3135)
  • 388f027 fix: typo password_encrypton -> password_encryption in the error message
  • 9cde4f5 Update site for release of 42.7.2 (#3133)
  • df14e53 update version and last year modified
  • See full diff in compare view

Updates io.opentelemetry:opentelemetry-bom from 1.33.0 to 1.36.0

Release notes

Sourced from io.opentelemetry:opentelemetry-bom's releases.

Version 1.36.0

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​alexandru-roman-db @​asafm @​breedx-splk @​jack-berg @​jeanbisutti @​jkwatson @​johnbley @​lmolkova @​marcschumacher @​trask @​tydhot @​zeitlinger

Version 1.35.0

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.36.0 (2024-03-08)

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

Version 1.35.0 (2024-02-09)

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

Traces

... (truncated)

Commits
  • 049c6cf [release/v1.36.x] Prepare release 1.36.0 (#6278)
  • f032fc6 Prepare 1.36.0 (#6276)
  • c3ed1d5 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.23 (#6275)
  • e41470b Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • f24acbd Update dependency org.testcontainers:testcontainers-bom to v1.19.7 (#6271)
  • cd52950 Update dependency io.grpc:grpc-bom to v1.62.2 (#6254)
  • 96bed03 Update plugin de.undercouch.download to v5.6.0 (#6262)
  • 56c11e5 add ComponentLoader to support more auto configuration scenarios (#6217)
  • 5eeb733 Update dependency com.linecorp.armeria:armeria-bom to v1.27.2 (#6249)
  • 5ef2cb9 Update dependency checkstyle to v10.14.0 (#6261)
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-semconv from 1.27.0-alpha to 1.30.1-alpha

Release notes

Sourced from io.opentelemetry:opentelemetry-semconv's releases.

Version 1.30.0

API

Incubator

  • Add experimental synchronous gauge (#5506)

SDK

Metrics

  • Add attributes advice API (#5677, #5722)
  • Add AttributesProcessor toString, add attribute filter helper (#5765)
  • Increase metric name maximum length from 63 to 255 characters (#5697)

Exporter

  • Prometheus exporter: remove non-ucum units from conversion (#5719)
  • Prometheus exporter: add units to metric names in TYPE and HELP comments (#5718)

SDK Extensions

Semantic conventions

Project Tooling

  • Update Gradle Wrapper from 8.2.1 to 8.3 (#5728)
  • Remove dependabot and update-gradle-wrapper task in favor of renovate (#5746)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​brunobat @​dashpole @​dependabot @​Emily-Jiang @​erenming @​jack-berg @​jkwatson @​jsuereth @​mateuszrzeszutek @​tigrannajaryan @​trask

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-semconv's changelog.

Changelog

Unreleased

Version 1.37.0 (2024-04-05)

NOTICE: This release contains a significant restructuring of the experimental event API and the API incubator artifact. Please read the notes in the API -> Incubator section carefully.

API

  • Promote Span#addLink to stable API (#6317)

Incubator

  • BREAKING: Rename opentelemetry-extension-incubator to opentelemetry-api-incubator, merge opentelemetry-api-events into opentelemetry-api-incubator. (#6289)
  • BREAKING: Remove domain from event api. EventEmitterProvider#setEventDomain has been removed. The event.name field should now be namespaced to avoid collisions. See Semantic Conventions for Event Attributes for more details. (#6253)
  • BREAKING: Rename EventEmitter and related classes to EventLogger. (#6316)
  • BREAKING: Refactor Event API to reflect spec changes. Restructure API to put fields in the AnyValue log record body. Add setters for timestamp, context, and severity. Set default severity to INFO=9. (#6318)

SDK

  • Add get{Signal}Exporter methods to Simple{Signal}Processor, Batch{Signal}Processor. (#6078)

Metrics

  • Use synchronized instead of reentrant lock in explicit bucket histogram (#6309)

Exporters

  • Fix typo in OTLP javadoc (#6311)
  • Add PrometheusHttpServer#toBuilder() (#6333)
  • Bugfix: Use getPrometheusName for Otel2PrometheusConverter map keys to avoid metric name conflicts (#6308)

... (truncated)

Commits

Updates io.opentelemetry:opentelemetry-sdk-logs from 1.33.0 to 1.36.0

Release notes

Sourced from io.opentelemetry:opentelemetry-sdk-logs's releases.

Version 1.36.0

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​alexandru-roman-db @​asafm @​breedx-splk @​jack-berg @​jeanbisutti @​jkwatson @​johnbley @​lmolkova @​marcschumacher @​trask @​tydhot @​zeitlinger

Version 1.35.0

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-sdk-logs's changelog.

Version 1.36.0 (2024-03-08)

SDK

Traces

  • Lazily initialize the container for events in the SDK Span implementation (#6244)

Exporters

  • Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • Add connectTimeout configuration option OtlpGrpc{Signal}Exporters (#6079)

Extensions

  • Add ComponentLoader to autoconfigure support more scenarios (#6217)
  • Added MetricReader customizer for AutoConfiguredOpenTelemetrySdkBuilder (#6231)
  • Return AutoConfiguredOpenTelemetrySdkBuilder instead of the base type (#6248)

Tooling

  • Add note about draft PRs to CONTRIBUTING.md (#6247)

Version 1.35.0 (2024-02-09)

NOTE: The opentelemetry-exporter-jaeger and opentelemetry-exporter-jaeger-thift artifacts have stopped being published. Jaeger has native support for OTLP, and users should export to jaeger using OTLP instead.

API

Incubator

  • Add Span#addLink, for adding a link after span start (#6084)

SDK

Traces

... (truncated)

Commits
  • 049c6cf [release/v1.36.x] Prepare release 1.36.0 (#6278)
  • f032fc6 Prepare 1.36.0 (#6276)
  • c3ed1d5 Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.23 (#6275)
  • e41470b Add basic proxy configuration to OtlpHttp{Signal}Exporters (#6270)
  • f24acbd Update dependency org.testcontainers:testcontainers-bom to v1.19.7 (#6271)
  • cd52950 Update dependency io.grpc:grpc-bom to v1.62.2 (#6254)
  • 96bed03 Update plugin de.undercouch.download to v5.6.0 (#6262)
  • 56c11e5 add ComponentLoader to support more auto configuration scenarios (#6217)
  • 5eeb733 Update dependency com.linecorp.armeria:armeria-bom to v1.27.2 (#6249)
  • 5ef2cb9 Update dependency checkstyle to v10.14.0 (#6261)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 1.9.23

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Commits
  • 4c571ac Edit changelog for 1.9.23
  • 1ca6f32 Revert "[Wasm] Implement IrLinkageError end enable partial linker"
  • 3b90682 Add changelog for 1.9.23
  • f327391 Add validation for empty kotlin.build.report.json.directory property
  • 2f19d2e Add JSON output type for build reports
  • 666a2f2 [Wasm] Implement IrLinkageError end enable partial linker
  • 4dc6689 [Native] Support Xcode 15.3 — add back the TargetConditional.h macros
  • d3b2c6f K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...
  • c041815 K1/K2: add tests for KT-65441 current behavior
  • c262b97 K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashes
  • Additional commits viewable in compare view

Updates com.squareup.okio:okio-jvm from 3.7.0 to 3.9.0

Changelog

Sourced from com.squareup.okio:okio-jvm's changelog.

Version 3.9.0

2024-03-12

  • New: FileSystem.SYSTEM can be used in source sets that target both Kotlin/Native and Kotlin/JVM. Previously, we had this symbol in each source set but it wasn't available to common source sets.
  • New: COpaquePointer.readByteString(...) creates a ByteString from a memory address.
  • New: Support InflaterSource, DeflaterSink, GzipSink, and GzipSource in Kotlin/Native.
  • New: Support openZip() on Kotlin/Native. One known bug in this implementation is that FileMetadata.lastModifiedAtMillis() is interpreted as UTC and not the host machine's time zone.
  • New: Prefer NTFS timestamps in ZIP file systems' metadata. This avoids the time zone problems of ZIP's built-in DOS timestamps, and the 2038 time bombs of ZIP's extended timestamps.
  • Fix: Don't leak file handles to opened JAR files open in FileSystem.RESOURCES.
  • Fix: Don't throw a NullPointerException if Closeable.use { ... } returns null.

Version 3.8.0

2024-02-09

  • New: TypedOptions works like Options, but it returns a T rather than an index.
  • Fix: Don't leave sinks open when there's a race in Pipe.fold().
Commits
  • d6c38c2 Prepare for release 3.9.0.
  • eac869b Create FileSystem.SYSTEM property in shared source set (#1455)
  • fe6ac99 Fix Closeable.use NullPointerException (#1453)
  • 940496a Get ZipFileSystem to prefer NTFS timestamps when present (#1449)
  • 2c0d99e Merge pull request #1451 from square/renovate/org.jetbrains.dokka-dokka-gradl...
  • 6c96879 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20
  • 0b889e3 Update actions/setup-java action to v4.1.0 (#1446)
  • eb0b918 Tag the language in code samples (#1445)
  • 20b83aa Get openZip working on KotlinNative (#1439)
  • 3bcb813 Handle DOS dates in Kotlin/Multiplatform (#1438)
  • Additional commits viewable in compare view

Updates com.helger:ph-css from 7.0.1 to 7.0.2

Release notes

Sourced from com.helger:ph-css's releases.

ph-css 7.0.2

  • Updated to ph-commons 11.1.5
  • Created Java 21 compatibility

Full Changelog: phax/ph-css@ph-css-parent-pom-7.0.1...ph-css-parent-pom-7.0.2

Commits
  • ed53572 [maven-release-plugin] prepare release ph-css-parent-pom-7.0.2
  • da08ff7 Made sure CSS files are handled binary
  • 36ef5a6 Updated version headers
  • ee56852 Updated license headers
  • 103274f Updated badges
  • 62dc1ef [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.eclipse.angus:jakarta.mail from 2.0.2 to 2.0.3

Updates jakarta.activation:jakarta.activation-api from 2.1.2 to 2.1.3

Release notes

Sourced from jakarta.activation:jakarta.activation-api's releases.

Jakarta Activation 2.1.3 Final Release

The 2.1.3 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

  • fixes erroneous assumption about classes being loaded from Thread.getContextClassLoader
  • allows reproducible build

Full Changelog: jakartaee/jaf-api@2.1.2...2.1.3

Commits

Bumps the all group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jline:jline](https://github.com/jline/jline3) | `3.25.0` | `3.25.1` |
| [io.helidon:helidon-bom](https://github.com/oracle/helidon) | `4.0.2` | `4.0.7` |
| [com.io7m.jmulticlose:com.io7m.jmulticlose.core](https://github.com/io7m/jmulticlose) | `1.1.0` | `1.1.2` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.2` | `42.7.3` |
| [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.33.0` | `1.36.0` |
| [io.opentelemetry:opentelemetry-semconv](https://github.com/open-telemetry/opentelemetry-java) | `1.27.0-alpha` | `1.30.1-alpha` |
| [io.opentelemetry:opentelemetry-sdk-logs](https://github.com/open-telemetry/opentelemetry-java) | `1.33.0` | `1.36.0` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` |
| [com.squareup.okio:okio-jvm](https://github.com/square/okio) | `3.7.0` | `3.9.0` |
| [com.helger:ph-css](https://github.com/phax/ph-css) | `7.0.1` | `7.0.2` |
| org.eclipse.angus:jakarta.mail | `2.0.2` | `2.0.3` |
| [jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api) | `2.1.2` | `2.1.3` |


Updates `org.jline:jline` from 3.25.0 to 3.25.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.25.0...jline-parent-3.25.1)

Updates `io.helidon:helidon-bom` from 4.0.2 to 4.0.7
- [Release notes](https://github.com/oracle/helidon/releases)
- [Changelog](https://github.com/helidon-io/helidon/blob/4.0.7/CHANGELOG.md)
- [Commits](helidon-io/helidon@4.0.2...4.0.7)

Updates `com.io7m.jmulticlose:com.io7m.jmulticlose.core` from 1.1.0 to 1.1.2
- [Changelog](https://github.com/io7m/jmulticlose/blob/develop/README-CHANGES.xml)
- [Commits](io7m-com/jmulticlose@com.io7m.jmulticlose-1.1.0...com.io7m.jmulticlose-1.1.2)

Updates `org.postgresql:postgresql` from 42.7.2 to 42.7.3
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.2...REL42.7.3)

Updates `io.opentelemetry:opentelemetry-bom` from 1.33.0 to 1.36.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.33.0...v1.36.0)

Updates `io.opentelemetry:opentelemetry-semconv` from 1.27.0-alpha to 1.30.1-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

Updates `io.opentelemetry:opentelemetry-sdk-logs` from 1.33.0 to 1.36.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.33.0...v1.36.0)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `com.squareup.okio:okio-jvm` from 3.7.0 to 3.9.0
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.7.0...parent-3.9.0)

Updates `com.helger:ph-css` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/phax/ph-css/releases)
- [Commits](phax/ph-css@ph-css-parent-pom-7.0.1...ph-css-parent-pom-7.0.2)

Updates `org.eclipse.angus:jakarta.mail` from 2.0.2 to 2.0.3

Updates `jakarta.activation:jakarta.activation-api` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/jakartaee/jaf-api/releases)
- [Commits](jakartaee/jaf-api@2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: org.jline:jline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.helidon:helidon-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.io7m.jmulticlose:com.io7m.jmulticlose.core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: io.opentelemetry:opentelemetry-sdk-logs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.squareup.okio:okio-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.helger:ph-css
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.eclipse.angus:jakarta.mail
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jakarta.activation:jakarta.activation-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 7, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 7, 2024

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

@dependabot dependabot Bot closed this Apr 7, 2024
@dependabot dependabot Bot deleted the dependabot/maven/develop/all-229fcddf3d branch April 7, 2024 13:38
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