Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kriss-s committed Jan 15, 2024
1 parent 063c8ed commit bccf4fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
-T 1C --batch-mode --no-transfer-progress
-T1
--batch-mode
--no-transfer-progress
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.7</version>
<version>2.7.18</version>
</parent>

<groupId>com.tietoevry.fss.baas</groupId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.7.10</version>
<version>2.7.15</version>
</dependency>
<!-- broken refresh, https://github.com/spring-cloud/spring-cloud-kubernetes/issues/745
<dependency>
Expand Down Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.40.3</version>
<version>0.43.4</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit bccf4fc

Please sign in to comment.