Uptake javamelody 1.99, favicon

This commit is contained in:
oliver1 2024-07-24 22:33:36 +02:00
parent 4962eadac8
commit 995605fad9
3 changed files with 8 additions and 3 deletions

View File

@ -9,3 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "SERVLET60"

View File

@ -83,7 +83,7 @@
<dependency>
<groupId>net.bull.javamelody</groupId>
<artifactId>javamelody-core</artifactId>
<version>1.98.0</version>
<version>1.99.0</version>
<scope>compile</scope>
</dependency>
@ -129,7 +129,7 @@
</executions>
<configuration>
<projectType>library</projectType>
<schemaVersion>1.4</schemaVersion>
<schemaVersion>1.5</schemaVersion>
<includeBomSerialNumber>true</includeBomSerialNumber>
<includeCompileScope>true</includeCompileScope>
<includeProvidedScope>true</includeProvidedScope>
@ -175,7 +175,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>10.0.17</version>
<version>10.0.22</version>
</plugin>
</plugins>
</build>

BIN
src/main/webapp/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B