Skip to content

Commit 7a36df7

Browse files
fix(deps): update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.21 (#2005)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.tomcat.embed:tomcat-embed-core](https://tomcat.apache.org/) | `11.0.18` → `11.0.21` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.tomcat.embed:tomcat-embed-core/11.0.21?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.tomcat.embed:tomcat-embed-core/11.0.18/11.0.21?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 650ce4b commit 7a36df7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • examples
    • example-exemplars-tail-sampling
    • example-exporter-servlet-tomcat
  • integration-tests/it-exporter/it-exporter-servlet-tomcat-sample

examples/example-exemplars-tail-sampling/example-greeting-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.tomcat.embed</groupId>
4747
<artifactId>tomcat-embed-core</artifactId>
48-
<version>11.0.18</version>
48+
<version>11.0.21</version>
4949
</dependency>
5050
</dependencies>
5151

examples/example-exemplars-tail-sampling/example-hello-world-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.apache.tomcat.embed</groupId>
4747
<artifactId>tomcat-embed-core</artifactId>
48-
<version>11.0.18</version>
48+
<version>11.0.21</version>
4949
</dependency>
5050
</dependencies>
5151

examples/example-exporter-servlet-tomcat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.apache.tomcat.embed</groupId>
4646
<artifactId>tomcat-embed-core</artifactId>
47-
<version>11.0.18</version>
47+
<version>11.0.21</version>
4848
</dependency>
4949
</dependencies>
5050

integration-tests/it-exporter/it-exporter-servlet-tomcat-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.tomcat.embed</groupId>
3535
<artifactId>tomcat-embed-core</artifactId>
36-
<version>11.0.18</version>
36+
<version>11.0.21</version>
3737
</dependency>
3838
</dependencies>
3939

0 commit comments

Comments
 (0)