Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
efc91f851f chore(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.13.1 2024-06-11 00:23:25 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version> <version>3.2.5</version>
</parent> </parent>
<groupId>tk.antoine.roux</groupId> <groupId>tk.antoine.roux</groupId>
@ -24,7 +24,7 @@
<start-class>tk.antoine.roux.Main</start-class> <start-class>tk.antoine.roux.Main</start-class>
<application.port>8080</application.port> <application.port>8080</application.port>
<jib-maven-plugin.version>3.4.3</jib-maven-plugin.version> <jib-maven-plugin.version>3.4.2</jib-maven-plugin.version>
<micrometer-registry-prometheus.version>1.13.1</micrometer-registry-prometheus.version> <micrometer-registry-prometheus.version>1.13.1</micrometer-registry-prometheus.version>
</properties> </properties>