Compare commits

..

4 Commits

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
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip

View File

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