Skip to content

Commit

Permalink
Downgrade Spring Boot to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schmika authored and bitzl committed Dec 7, 2023
1 parent fd6f240 commit 1b237b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>flusswerk</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>flusswerk</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>flusswerk</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Flusswerk</name>

<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.1.6</version>
</parent>

<description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.dbmdz.flusswerk</groupId>
<artifactId>framework</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
Expand Down

0 comments on commit 1b237b3

Please sign in to comment.