Skip to content

Commit

Permalink
fix(deps): update dependency io.projectreactor.tools:blockhound to v1…
Browse files Browse the repository at this point in the history
….0.9.release (#3989)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.projectreactor.tools:blockhound](https://togithub.com/reactor/BlockHound)
| `1.0.8.RELEASE` -> `1.0.9.RELEASE` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.projectreactor.tools:blockhound/1.0.9.RELEASE?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.projectreactor.tools:blockhound/1.0.9.RELEASE?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.projectreactor.tools:blockhound/1.0.8.RELEASE/1.0.9.RELEASE?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.projectreactor.tools:blockhound/1.0.8.RELEASE/1.0.9.RELEASE?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>reactor/BlockHound
(io.projectreactor.tools:blockhound)</summary>

###
[`v1.0.9.RELEASE`](https://togithub.com/reactor/BlockHound/releases/tag/1.0.9.RELEASE)

[Compare
Source](https://togithub.com/reactor/BlockHound/compare/1.0.8.RELEASE...1.0.9.RELEASE)

### What's Changed

#### 🚀 Features / Enhancements

- Detect jdk major version using Runtime class
([#&#8203;408](https://togithub.com/reactor/BlockHound/issues/408))
[@&#8203;pderop](https://togithub.com/pderop)
- Flag inner `Thread` methods for JDK 19 and greater
([#&#8203;395](https://togithub.com/reactor/BlockHound/issues/395))
[@&#8203;Badbond](https://togithub.com/Badbond)
- Remove IntrinsicCandidate annotation on non-native delegate methods.
([#&#8203;393](https://togithub.com/reactor/BlockHound/issues/393))
[@&#8203;pderop](https://togithub.com/pderop)
- Gradle Kotlin DSL examples
([#&#8203;379](https://togithub.com/reactor/BlockHound/issues/379))
[@&#8203;mfvanek](https://togithub.com/mfvanek)

#### 🐛 Bug Fixes

- Fix instrumentation for Thread.sleep with jdk22
([#&#8203;407](https://togithub.com/reactor/BlockHound/issues/407))
[@&#8203;pderop](https://togithub.com/pderop)

#### 🧹 Housekeeping

- Post-release 1.0.8
([#&#8203;352](https://togithub.com/reactor/BlockHound/issues/352))
[@&#8203;pderop](https://togithub.com/pderop)

#### 📦 Dependency updates

- Bump de.undercouch.download from 5.4.0 to 5.6.0
([#&#8203;401](https://togithub.com/reactor/BlockHound/issues/401))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump net.bytebuddy:byte-buddy from 1.14.4 to 1.14.13
([#&#8203;406](https://togithub.com/reactor/BlockHound/issues/406))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump net.bytebuddy:byte-buddy-agent from 1.14.4 to 1.14.13
([#&#8203;405](https://togithub.com/reactor/BlockHound/issues/405))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.3
([#&#8203;398](https://togithub.com/reactor/BlockHound/issues/398))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.2
([#&#8203;397](https://togithub.com/reactor/BlockHound/issues/397))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.10.2
([#&#8203;396](https://togithub.com/reactor/BlockHound/issues/396))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump me.champeau.gradle.japicmp from 0.4.1 to 0.4.2
([#&#8203;368](https://togithub.com/reactor/BlockHound/issues/368))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump com.google.auto.service:auto-service from 1.0 to 1.1.1
([#&#8203;365](https://togithub.com/reactor/BlockHound/issues/365))
[@&#8203;dependabot](https://togithub.com/dependabot)
- Bump com.google.auto.service:auto-service-annotations from 1.0.1 to
1.1.1
([#&#8203;364](https://togithub.com/reactor/BlockHound/issues/364))
[@&#8203;dependabot](https://togithub.com/dependabot)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kotest/kotest).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent ea483aa commit 56476ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
blockhound = "1.0.8.RELEASE"
blockhound = "1.0.9.RELEASE"
classgraph = "4.8.172"
commons-lang3 = "3.13.0"
gradle-test-logger-plugin = "3.2.0"
Expand Down

0 comments on commit 56476ad

Please sign in to comment.