Compare commits
4 Commits
efc91f851f
...
d95c6fd18a
Author | SHA1 | Date | |
---|---|---|---|
|
d95c6fd18a | ||
|
f321ba8ce7 | ||
|
5aae835c97 | ||
|
4dfc007069 |
2
.mvn/wrapper/maven-wrapper.properties
vendored
2
.mvn/wrapper/maven-wrapper.properties
vendored
@ -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
|
||||
|
6
pom.xml
6
pom.xml
@ -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,8 +24,8 @@
|
||||
<start-class>tk.antoine.roux.Main</start-class>
|
||||
<application.port>8080</application.port>
|
||||
|
||||
<jib-maven-plugin.version>3.4.2</jib-maven-plugin.version>
|
||||
<micrometer-registry-prometheus.version>1.12.5</micrometer-registry-prometheus.version>
|
||||
<jib-maven-plugin.version>3.4.3</jib-maven-plugin.version>
|
||||
<micrometer-registry-prometheus.version>1.13.1</micrometer-registry-prometheus.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
Loading…
x
Reference in New Issue
Block a user