Skip to content

Commit a756947

Browse files
fix(deps): update dependency org.apache.tomcat.embed:tomcat-embed-core to v11.0.18 (#1820)
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.15` → `11.0.18` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.tomcat.embed:tomcat-embed-core/11.0.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.tomcat.embed:tomcat-embed-core/11.0.15/11.0.18?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 821858e commit a756947

File tree

4 files changed

+4
-4
lines changed
  • examples
    • example-exemplars-tail-sampling
    • example-exporter-servlet-tomcat
  • integration-tests/it-exporter/it-exporter-servlet-tomcat-sample

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.tomcat.embed</groupId>
4343
<artifactId>tomcat-embed-core</artifactId>
44-
<version>11.0.15</version>
44+
<version>11.0.18</version>
4545
</dependency>
4646
</dependencies>
4747

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
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.apache.tomcat.embed</groupId>
4343
<artifactId>tomcat-embed-core</artifactId>
44-
<version>11.0.15</version>
44+
<version>11.0.18</version>
4545
</dependency>
4646
</dependencies>
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.apache.tomcat.embed</groupId>
4141
<artifactId>tomcat-embed-core</artifactId>
42-
<version>11.0.15</version>
42+
<version>11.0.18</version>
4343
</dependency>
4444
</dependencies>
4545

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
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.apache.tomcat.embed</groupId>
3636
<artifactId>tomcat-embed-core</artifactId>
37-
<version>11.0.15</version>
37+
<version>11.0.18</version>
3838
</dependency>
3939
</dependencies>
4040

0 commit comments

Comments
 (0)