Skip to content

Commit

Permalink
Update dependency net.bytebuddy:byte-buddy to v1.15.10 (#14655)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puja Jagani <[email protected]>
  • Loading branch information
renovate[bot] and pujagani authored Nov 6, 2024
1 parent 9f5ee9f commit 8b55c03
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 29 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ maven.install(
"io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha",
"io.ous:jtoml:2.0.0",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.15.7",
"net.bytebuddy:byte-buddy:1.15.10",
"org.htmlunit:htmlunit-core-js:4.5.0",
"org.apache.commons:commons-exec:1.4.0",
"org.apache.logging.log4j:log4j-core:2.24.1",
Expand Down
10 changes: 5 additions & 5 deletions java/maven_install.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
"__INPUT_ARTIFACTS_HASH": 282748108,
"__RESOLVED_ARTIFACTS_HASH": 1016391538,
"__INPUT_ARTIFACTS_HASH": 1916308216,
"__RESOLVED_ARTIFACTS_HASH": 1662541222,
"conflict_resolution": {
"com.google.code.gson:gson:2.8.9": "com.google.code.gson:gson:2.11.0",
"com.google.errorprone:error_prone_annotations:2.3.2": "com.google.errorprone:error_prone_annotations:2.28.0",
Expand Down Expand Up @@ -495,10 +495,10 @@
},
"net.bytebuddy:byte-buddy": {
"shasums": {
"jar": "7f77ee7ae0a6f420218546424a92fc6c964ed5788b21a2559d6be177c5e1a718",
"sources": "d19281fa34e46008ff096ec955659f94c81df9a3301109e33503ac15f9e1c44d"
"jar": "d8390d20685a41a2bdca640f958942cd91bcbf21c42470494bdf5752d9a07b14",
"sources": "254ea80bf6f932e785b6f7dcdf3666b6fad4ceea36ef187c064a5346c650cb2c"
},
"version": "1.15.7"
"version": "1.15.10"
},
"net.bytebuddy:byte-buddy-agent": {
"shasums": {
Expand Down
109 changes: 86 additions & 23 deletions rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "1b307b787c95f27b60af367955d57dfd4b21ff233bf6e156a87950f4c610430e",
"checksum": "94895b25f9b1d0a76ec78d588887353422bc623faf9ef986467b199d2a966765",
"crates": {
"addr2line 0.21.0": {
"name": "addr2line",
Expand Down Expand Up @@ -572,14 +572,14 @@
],
"license_file": "LICENSE-APACHE"
},
"anyhow 1.0.89": {
"anyhow 1.0.91": {
"name": "anyhow",
"version": "1.0.89",
"version": "1.0.91",
"package_url": "https://github.com/dtolnay/anyhow",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/anyhow/1.0.89/download",
"sha256": "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
"url": "https://static.crates.io/crates/anyhow/1.0.91/download",
"sha256": "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
}
},
"targets": [
Expand Down Expand Up @@ -623,7 +623,7 @@
"deps": {
"common": [
{
"id": "anyhow 1.0.89",
"id": "anyhow 1.0.91",
"target": "build_script_build"
},
{
Expand All @@ -634,7 +634,7 @@
"selects": {}
},
"edition": "2018",
"version": "1.0.89"
"version": "1.0.91"
},
"build_script_attrs": {
"compile_data_glob": [
Expand Down Expand Up @@ -2034,16 +2034,79 @@
"id": "jobserver 0.1.31",
"target": "jobserver"
},
{
"id": "libc 0.2.160",
"target": "libc"
},
{
"id": "shlex 1.3.0",
"target": "shlex"
}
],
"selects": {}
"selects": {
"aarch64-apple-darwin": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"aarch64-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"aarch64-unknown-nixos-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"arm-unknown-linux-gnueabi": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"i686-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"powerpc-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"s390x-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-apple-darwin": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-unknown-freebsd": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-unknown-linux-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
],
"x86_64-unknown-nixos-gnu": [
{
"id": "libc 0.2.160",
"target": "libc"
}
]
}
},
"edition": "2018",
"version": "1.1.30"
Expand Down Expand Up @@ -4058,7 +4121,7 @@
"target": "log"
},
{
"id": "regex 1.11.0",
"id": "regex 1.11.1",
"target": "regex"
}
],
Expand Down Expand Up @@ -10411,14 +10474,14 @@
],
"license_file": "LICENSE"
},
"regex 1.11.0": {
"regex 1.11.1": {
"name": "regex",
"version": "1.11.0",
"version": "1.11.1",
"package_url": "https://github.com/rust-lang/regex",
"repository": {
"Http": {
"url": "https://static.crates.io/crates/regex/1.11.0/download",
"sha256": "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
"url": "https://static.crates.io/crates/regex/1.11.1/download",
"sha256": "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
}
},
"targets": [
Expand Down Expand Up @@ -10484,7 +10547,7 @@
"selects": {}
},
"edition": "2021",
"version": "1.11.0"
"version": "1.11.1"
},
"license": "MIT OR Apache-2.0",
"license_ids": [
Expand Down Expand Up @@ -12808,7 +12871,7 @@
"target": "quote"
},
{
"id": "regex 1.11.0",
"id": "regex 1.11.1",
"target": "regex"
},
{
Expand Down Expand Up @@ -14073,7 +14136,7 @@
"deps": {
"common": [
{
"id": "anyhow 1.0.89",
"id": "anyhow 1.0.91",
"target": "anyhow"
},
{
Expand Down Expand Up @@ -14117,7 +14180,7 @@
"target": "log"
},
{
"id": "regex 1.11.0",
"id": "regex 1.11.1",
"target": "regex"
},
{
Expand Down Expand Up @@ -22673,7 +22736,7 @@
]
},
"direct_deps": [
"anyhow 1.0.89",
"anyhow 1.0.91",
"apple-flat-package 0.18.0",
"bzip2 0.4.4",
"clap 4.5.20",
Expand All @@ -22684,7 +22747,7 @@
"flate2 1.0.34",
"infer 0.16.0",
"log 0.4.22",
"regex 1.11.0",
"regex 1.11.1",
"reqwest 0.12.8",
"serde 1.0.210",
"serde_json 1.0.128",
Expand Down

0 comments on commit 8b55c03

Please sign in to comment.