From 34d5530657f24ed7449df24ebbca67afe2e88a21 Mon Sep 17 00:00:00 2001 From: "Dupps, Bastian - D0269693" Date: Mon, 20 Jan 2025 13:03:37 +0100 Subject: [PATCH 1/3] fix dmTECH open source logo Signed-off-by: Dupps, Bastian - D0269693 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcd166b..ab3742f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Micrometer metrics wrapper > [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values -[](https://dmtech.de/) +[](https://dmtech.de/) [![Build Status](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dm-drogeriemarkt/micrometer-metrics-wrapper/actions) The micrometer-metrics-wrapper project is a [Micrometer](https://micrometer.io) wrapper to allow generic class/method level metric values. From c746e3d92eb33cbec99f846e40a0d606e755de9d Mon Sep 17 00:00:00 2001 From: "Dupps, Bastian - D0269693" Date: Mon, 20 Jan 2025 13:04:17 +0100 Subject: [PATCH 2/3] bump dependencies versions to latest releases Signed-off-by: Dupps, Bastian - D0269693 --- pom.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index cd5c846..b7c551d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.dm.infrastructure micrometer-metrics-wrapper - 3.0.0-SNAPSHOT + 3.1.0-SNAPSHOT micrometer-metrics-wrapper Micrometer wrapper to allow generic class level metric values @@ -22,28 +22,28 @@ dmTECH GmbH - https://www.dmtech.de - Marcus Fessele - marcus.fessele@dm.de - - - dmTECH GmbH - https://www.dmtech.de + https://www.dmtech.tech Dominik Johs dominik.johs@dm.de dmTECH GmbH - https://www.dmtech.de + https://www.dmtech.tech Camillo Krause genannt Barmann camillo.krause-barmann@dm.de + + dmTECH GmbH + https://www.dmtech.tech + Bastian Dupps + bastian.dupps@dm.de + org.springframework.boot spring-boot-starter-parent - 3.2.1 + 3.4.1 @@ -53,12 +53,12 @@ 21 - 3.0.1 - 3.3.0 - 3.6.3 - 1.6.13 - 3.1.0 - 0.8.11 + 3.1.1 + 3.3.1 + 3.11.2 + 1.7.0 + 3.2.7 + 0.8.12 **/*App.java,**/*Properties.java From c66ca4214ac80f98e1ca1faae4bc15a3d9f41d76 Mon Sep 17 00:00:00 2001 From: "Dupps, Bastian - D0269693" Date: Mon, 20 Jan 2025 13:04:35 +0100 Subject: [PATCH 3/3] update readme file matching latest versions Signed-off-by: Dupps, Bastian - D0269693 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab3742f..c5a32b1 100644 --- a/README.md +++ b/README.md @@ -16,22 +16,22 @@ you will get the following measurements for every ```public``` method of the ``` ## Runtime Dependencies - Java >= 21 - - Spring Boot >= 3.2.1 + - Spring Boot >= 3.4.1 The library was compiled against: - - Spring Boot Acutator 3.2.1 + - Spring Boot Acutator 3.4.1 ## Installation ``` de.dm.infrastructure micrometer-metrics-wrapper - 3.0.0 + 3.1.0 ``` -The library contains all required dependencies, including [spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-actuator) v3.2.1. +The library contains all required dependencies, including [spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/spring-boot-actuator) v3.4.1. ## Usage @@ -101,7 +101,7 @@ For every annotated class/method the library creates the following measurements: # License -Copyright (c) 2024 dmTECH GmbH, https://www.dmtech.de +Copyright (c) 2025 dmTECH GmbH, https://www.dmtech.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal