Skip to content

Commit

Permalink
Update dependencies (#167)
Browse files Browse the repository at this point in the history
* Update dependencies

Bump Flow to 24.6 and Spring Boot to 3.4.0

* Update system-stubs-jupiter
  • Loading branch information
heruan authored Dec 2, 2024
1 parent b3ca123 commit 4a4a48f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kubernetes-kit-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.0.1</version>
<version>2.1.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flow.version>24.5-SNAPSHOT</flow.version>
<flow.version>24.6-SNAPSHOT</flow.version>
<testbench.version>9.2.2</testbench.version>
<spring.boot.version>3.2.11</spring.boot.version>
<spring.boot.version>3.4.0</spring.boot.version>
<maven.jar.version>3.3.0</maven.jar.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.javadoc.version>3.4.1</maven.javadoc.version>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>license-checker</artifactId>
<version>1.13.2</version>
<version>1.13.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 4a4a48f

Please sign in to comment.