-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore(deps): bump the minor-and-patch group with 30 updates #235
Closed
+30
−30
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the minor-and-patch group with 30 updates: | Package | From | To | | --- | --- | --- | | [com.google.guava:guava](https://github.com/google/guava) | `33.0.0-jre` | `33.4.0-jre` | | [com.github.gestalt-config:gestalt-core](https://github.com/gestalt-config/gestalt) | `0.29.0` | `0.35.1` | | [com.github.gestalt-config:gestalt-toml](https://github.com/gestalt-config/gestalt) | `0.29.0` | `0.35.1` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.15.2` | `2.18.2` | | [org.jctools:jctools-core](https://github.com/JCTools/JCTools) | `4.0.1` | `4.0.5` | | [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) | `0.11.5` | `0.12.6` | | [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) | `0.11.5` | `0.12.6` | | io.jsonwebtoken:jjwt-jackson | `0.11.5` | `0.12.6` | | io.vertx:vertx-auth-jwt | `4.5.3` | `4.5.11` | | [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `4.5.3` | `4.5.11` | | io.vertx:vertx-web | `4.5.3` | `4.5.11` | | [io.netty:netty-all](https://github.com/netty/netty) | `4.1.108.Final` | `4.1.116.Final` | | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.11.0` | `1.14.2` | | [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) | `1.1.1` | `1.4.1` | | [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.4.12` | `1.5.15` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.15` | | org.slf4j:slf4j-api | `2.0.7` | `2.0.16` | | [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java) | `1.26.0-alpha` | `1.45.0-alpha` | | [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) | `1.26.0` | `1.45.0` | | [info.picocli:picocli](https://github.com/remkop/picocli) | `4.7.3` | `4.7.6` | | [info.picocli:picocli-codegen](https://github.com/remkop/picocli) | `4.7.3` | `4.7.6` | | [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.18.0` | `2.36.0` | | io.libp2p:jvm-libp2p | `1.0.1-RELEASE` | `1.2.2-RELEASE` | | [com.aayushatharva.brotli4j:brotli4j](https://github.com/hyperxpro/Brotli4j) | `1.16.0` | `1.18.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.9.1` | `5.11.4` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.9.0` | `5.11.4` | | [org.junit.platform:junit-platform-suite-api](https://github.com/junit-team/junit5) | `1.9.1` | `1.11.4` | | [org.junit.platform:junit-platform-suite-engine](https://github.com/junit-team/junit5) | `1.9.1` | `1.11.4` | | [org.junit.platform:junit-platform-reporting](https://github.com/junit-team/junit5) | `1.9.1` | `1.11.4` | | com.diffplug.spotless | `6.23.3` | `6.25.0` | Updates `com.google.guava:guava` from 33.0.0-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.github.gestalt-config:gestalt-core` from 0.29.0 to 0.35.1 - [Release notes](https://github.com/gestalt-config/gestalt/releases) - [Commits](gestalt-config/gestalt@v0.29.0...v0.35.1) Updates `com.github.gestalt-config:gestalt-toml` from 0.29.0 to 0.35.1 - [Release notes](https://github.com/gestalt-config/gestalt/releases) - [Commits](gestalt-config/gestalt@v0.29.0...v0.35.1) Updates `com.fasterxml.jackson:jackson-bom` from 2.15.2 to 2.18.2 - [Commits](FasterXML/jackson-bom@jackson-bom-2.15.2...jackson-bom-2.18.2) Updates `org.jctools:jctools-core` from 4.0.1 to 4.0.5 - [Release notes](https://github.com/JCTools/JCTools/releases) - [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md) - [Commits](JCTools/JCTools@v4.0.1...v4.0.5) Updates `io.jsonwebtoken:jjwt-api` from 0.11.5 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.11.5...0.12.6) Updates `io.jsonwebtoken:jjwt-impl` from 0.11.5 to 0.12.6 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.11.5...0.12.6) Updates `io.jsonwebtoken:jjwt-jackson` from 0.11.5 to 0.12.6 Updates `io.vertx:vertx-auth-jwt` from 4.5.3 to 4.5.11 Updates `io.vertx:vertx-core` from 4.5.3 to 4.5.11 - [Commits](eclipse-vertx/vert.x@4.5.3...4.5.11) Updates `io.vertx:vertx-web` from 4.5.3 to 4.5.11 Updates `io.netty:netty-all` from 4.1.108.Final to 4.1.116.Final - [Commits](netty/netty@netty-4.1.108.Final...netty-4.1.116.Final) Updates `io.micrometer:micrometer-registry-prometheus` from 1.11.0 to 1.14.2 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.11.0...v1.14.2) Updates `io.micrometer:micrometer-tracing-bom` from 1.1.1 to 1.4.1 - [Release notes](https://github.com/micrometer-metrics/tracing/releases) - [Commits](micrometer-metrics/tracing@v1.1.1...v1.4.1) Updates `ch.qos.logback:logback-core` from 1.4.12 to 1.5.15 - [Commits](qos-ch/logback@v_1.4.12...v_1.5.15) Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.15 - [Commits](qos-ch/logback@v_1.4.14...v_1.5.15) Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.16 Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.26.0-alpha to 1.45.0-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-bom` from 1.26.0 to 1.45.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.26.0...v1.45.0) Updates `info.picocli:picocli` from 4.7.3 to 4.7.6 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.3...v4.7.6) Updates `info.picocli:picocli-codegen` from 4.7.3 to 4.7.6 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.3...v4.7.6) Updates `com.google.errorprone:error_prone_core` from 2.18.0 to 2.36.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.18.0...v2.36.0) Updates `io.libp2p:jvm-libp2p` from 1.0.1-RELEASE to 1.2.2-RELEASE Updates `com.aayushatharva.brotli4j:brotli4j` from 1.16.0 to 1.18.0 - [Release notes](https://github.com/hyperxpro/Brotli4j/releases) - [Commits](hyperxpro/Brotli4j@v1.16.0...v1.18.0) Updates `org.junit.jupiter:junit-jupiter` from 5.9.1 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.1...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.0 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.0...r5.11.4) Updates `org.junit.platform:junit-platform-suite-api` from 1.9.1 to 1.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-suite-engine` from 1.9.1 to 1.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-reporting` from 1.9.1 to 1.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `com.diffplug.spotless` from 6.23.3 to 6.25.0 --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.github.gestalt-config:gestalt-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.github.gestalt-config:gestalt-toml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.jctools:jctools-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.jsonwebtoken:jjwt-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.jsonwebtoken:jjwt-impl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.vertx:vertx-auth-jwt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.vertx:vertx-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.vertx:vertx-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.netty:netty-all dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.micrometer:micrometer-tracing-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: io.opentelemetry:opentelemetry-bom-alpha dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.opentelemetry:opentelemetry-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: info.picocli:picocli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: info.picocli:picocli-codegen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: com.google.errorprone:error_prone_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: io.libp2p:jvm-libp2p dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.aayushatharva.brotli4j:brotli4j dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.junit.platform:junit-platform-suite-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.junit.platform:junit-platform-suite-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.junit.platform:junit-platform-reporting dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 22, 2024
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/gradle/minor-and-patch-a8c2b666c8
branch
December 29, 2024 02:39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 30 updates:
33.0.0-jre
33.4.0-jre
0.29.0
0.35.1
0.29.0
0.35.1
2.15.2
2.18.2
4.0.1
4.0.5
0.11.5
0.12.6
0.11.5
0.12.6
0.11.5
0.12.6
4.5.3
4.5.11
4.5.3
4.5.11
4.5.3
4.5.11
4.1.108.Final
4.1.116.Final
1.11.0
1.14.2
1.1.1
1.4.1
1.4.12
1.5.15
1.4.14
1.5.15
2.0.7
2.0.16
1.26.0-alpha
1.45.0-alpha
1.26.0
1.45.0
4.7.3
4.7.6
4.7.3
4.7.6
2.18.0
2.36.0
1.0.1-RELEASE
1.2.2-RELEASE
1.16.0
1.18.0
5.9.1
5.11.4
5.9.0
5.11.4
1.9.1
1.11.4
1.9.1
1.11.4
1.9.1
1.11.4
6.23.3
6.25.0
Updates
com.google.guava:guava
from 33.0.0-jre to 33.4.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
... (truncated)
Commits
Updates
com.github.gestalt-config:gestalt-core
from 0.29.0 to 0.35.1Release notes
Sourced from com.github.gestalt-config:gestalt-core's releases.
... (truncated)
Commits
aad3846
chore: prepare release 0.35.19c3fb51
fix: module issues with RunTimeConfigNodeProcessor.6f617a4
chore: update github actions.e341cb4
feat: prepare release v0.35.03b9719d
dep: update to Kotlin 2.1.0706c1cd
perf: fix performance regression with cache since we added getConfigResult, a...ea3eb75
docs: update some details on the web page like changing the order of the anno...19c23ea
Update README.mdca3c5b5
test: add additional test for dist 100.b48fb58
chore: prepare release v0.34.0Updates
com.github.gestalt-config:gestalt-toml
from 0.29.0 to 0.35.1Release notes
Sourced from com.github.gestalt-config:gestalt-toml's releases.
... (truncated)
Commits
aad3846
chore: prepare release 0.35.19c3fb51
fix: module issues with RunTimeConfigNodeProcessor.6f617a4
chore: update github actions.e341cb4
feat: prepare release v0.35.03b9719d
dep: update to Kotlin 2.1.0706c1cd
perf: fix performance regression with cache since we added getConfigResult, a...ea3eb75
docs: update some details on the web page like changing the order of the anno...19c23ea
Update README.mdca3c5b5
test: add additional test for dist 100.b48fb58
chore: prepare release v0.34.0Updates
com.fasterxml.jackson:jackson-bom
from 2.15.2 to 2.18.2Commits
55ff098
[maven-release-plugin] prepare release jackson-bom-2.18.284a6fe4
Prep for 2.18.2 release88591c6
Merge branch '2.17' into 2.18bc1206e
Back to snapshot dep1021173
[maven-release-plugin] prepare for next development iteratione3fd468
[maven-release-plugin] prepare release jackson-bom-2.17.3ef13a7a
Start 2.17.3 release1ed3d25
Back to snapshot depsfac9a3b
[maven-release-plugin] prepare for next development iterationef33ac7
[maven-release-plugin] prepare release jackson-bom-2.18.1Updates
org.jctools:jctools-core
from 4.0.1 to 4.0.5Release notes
Sourced from org.jctools:jctools-core's releases.
Commits
a17b56f
Update development version to 4.0.5-SNAPSHOT173423c
Addressing Nitsan's comment4b7d2ac
Adding Atomic Unpadded queues5c1b88b
Update development version to 4.0.4-SNAPSHOT0dae71c
Update development version to 4.0.3-SNAPSHOTf36b00f
Fix #384,##
in javadoc instead of#
463181b
Add module descriptor tojctools-core
3e54465
Add CodeQL workflow for GitHub code scanning25c1a28
Adding benchmark for thread-local object pool use case9c39910
Update RELEASE-NOTES.md post 4.0.1 releaseUpdates
io.jsonwebtoken:jjwt-api
from 0.11.5 to 0.12.6Release notes
Sourced from io.jsonwebtoken:jjwt-api's releases.
... (truncated)
Changelog
Sourced from io.jsonwebtoken:jjwt-api's changelog.
... (truncated)
Commits
0df9756
[maven-release-plugin] prepare release 0.12.6aacdfdc
- Updated README.adoc:project-version:
to be0.12.6
.d14f27b
Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78 (#941)0c2d96c
Fixes #949 (#950)a7de554
Fixes #947 (#948)7543248
Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.78 (#943)3489fdb
JWE arbitrary content compression (#937)23d9a33
Allow using GenericSecret for HmacSHA* (#935)c673b76
Update SECURITY.md2694861
Use Acsiidoc as README format (#777)Updates
io.jsonwebtoken:jjwt-impl
from 0.11.5 to 0.12.6Release notes
Sourced from io.jsonwebtoken:jjwt-impl's releases.
... (truncated)
Changelog
Sourced from io.jsonwebtoken:jjwt-impl's changelog.
... (truncated)
Commits
0df9756
[maven-release-plugin] prepare release 0.12.6aacdfdc
- Updated README.adoc:project-version:
to be0.12.6
.d14f27b
Bump org.bouncycastle:bcprov-jdk18on from 1.76 to 1.78 (#941)0c2d96c
Fixes #949 (#950)a7de554
Fixes #947 (#948)7543248
Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.78 (#943)3489fdb
JWE arbitrary content compression (#937)23d9a33
Allow using GenericSecret for HmacSHA* (#935)c673b76
Update SECURITY.md2694861
Use Acsiidoc as README format (#777)Updates
io.jsonwebtoken:jjwt-jackson
from 0.11.5 to 0.12.6Updates
io.vertx:vertx-auth-jwt
from 4.5.3 to 4.5.11Updates
io.vertx:vertx-core
from 4.5.3 to 4.5.11Commits
27e674d
Releasing 4.5.11e87837f
Decouple the handshake part ServerWebSocket API.fcfc661
Redefine what a context closed means.a87afd2
Future.await should interrupt the current thread when the worker executor is ...ccca2b8
Merge pull request #5316 from franz1981/4.x_unified_allocator_fix_ssla7c2ba5
Provide opportunity to create a client WebSocket with a given vertx context t...032de2b
Add peer host and port info for server SslHandler3600204
Save recursive locks on websocket writeFrame775d945
Execute blocking operations and context worker tasks should be concurrent.a3393ac
Adding new end 2 end testUpdates
io.vertx:vertx-web
from 4.5.3 to 4.5.11Updates
io.netty:netty-all
from 4.1.108.Final to 4.1.116.FinalCommits
2a58b07
[maven-release-plugin] prepare release netty-4.1.116.Finala739efa
Adaptive: Add assert to guard against bugs related to chunk pooling (#14590)22cb4ec
Fix race and leaks introduced in tests by a16f8aaf2ff101567a526916b46… (#14588)ad104c6
Correctly gard aginst failure when running on systems with 1 corea16f8aa
Allow PcapWriteHandler to output PCAP files larger than 2GB (#14478)dccfcc8
Adapt: Ensure Chunks from the central Queue are re-used even if there… (#14586)fdc10c4
chore: use readRetainedSlice to avoid copy in SpdyFrameDecoder (#14573)46b11cc
Adapt: Don't fail when we run on a host with 1 core (#14582) (#14584)6138a5a
Adapt: Only add Chunk to central Queue if unused (#14580) (#14583)6c3041f
Adaptive: Correctly restore allocatedBytes value on failure (#14577) (#14578)Updates
io.micrometer:micrometer-registry-prometheus
from 1.11.0 to 1.14.2Release notes
Sourced from io.micrometer:micrometer-registry-prometheus's releases.
... (truncated)
Commits
4f534a7
Protect against concurrent reads/writes to Context keyvalues (#5739)4a44430
Merge branch '1.13.x' into 1.14.x157a7e5
Merge branch '1.12.x' into 1.13.x23cd63b
Configure context at right place877d5ca
Use shared context for deploy secretsa7d7488
Merge branch '1.13.x' into 1.14.x8cd92d9
Merge branch '1.12.x' into 1.13.xc5514c1
Include queued submissions inexecutor.queued
c95db08
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 (#5722)de00aa3
Bump testcontainers from 1.20.3 to 1.20.4 (#5720)Updates
io.micrometer:micrometer-tracing-bom
from 1.1.1 to 1.4.1Release notes
Sourced from io.micrometer:micrometer-tracing-bom's releases.
... (truncated)
Commits
81e3387
Upgrade to Micrometer 1.14.267b8941
Merge branch '1.3.x' into 1.4.x06acfac
Upgrade to Micrometer 1.13.9391d116
Bump io.micrometer:micrometer-bom from 1.14.0 to 1.14.1 (#904)58b57d3
Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2 (#906)734a668
Bump testcontainers from 1.20.3 to 1.20.4 (#905)88cfadb
Merge branch '1.3.x' into 1.4.x916821e
Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.4.2 to 3.4.3 (#903)f0bbf8e
Merge branch '1.3.x' into 1.4.xe830428
Merge branch '1.2.x' into 1.3.xUpdates
ch.qos.logback:logback-core
from 1.4.12 to 1.5.15Commits
c32c92a
prepare release 1.5.15402fc67
check that logback-classic and logback-core are identical020610a
name is optional in EventEvaluator, add ExceptionMatchEvaluator with a test11a3951
start work on 1.5.15-SNAPSHOT3ddf27b
prepare release 1.5.14d4804f9
fix incompatibile change, Spring-Boot issue 8853492bc8
start work on 1.5.14-SNAPSHOT32638aa
prepare release 1.5.130056a9c
CORE_POOL_SIZE set to 42cb6d52
remove JaninoEventEvaluatorUpdates
ch.qos.logback:logback-classic
from 1.4.14 to 1.5.15Commits
c32c92a
prepare release 1.5.15402fc67
check that logback-classic and logback-core are identical020610a
name is optional in EventEvaluator, add ExceptionMatchEvaluator with a test11a3951
start work on 1.5.15-SNAPSHOT3ddf27b
prepare release 1.5.14d4804f9
fix incompatibile change, Spring-Boot issue 8853492bc8
start work on 1.5.14-SNAPSHOT32638aa
prepare release 1.5.130056a9c
CORE_POOL_SIZE set to 42cb6d52
remove JaninoEventEvaluatorUpdates
org.slf4j:slf4j-api
from 2.0.7 to 2.0.16Updates
io.opentelemetry:opentelemetry-bom-alpha
from 1.26.0-alpha to 1.45.0-alphaRelease notes
Sourced from io.opentelemetry:opentelemetry-bom-alpha's releases.