File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- VERSION := 3.0 .0-SNAPSHOT
16
+ VERSION := 3.2 .0-SNAPSHOT
17
17
RELEASE_GIT_REMOTE := origin
18
18
GIT_COMMIT := $(shell git rev-list -1 HEAD)
19
19
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ When choosing Maven as build tool the pom file is a normal Spring Boot project w
99
99
<java .version>17</java .version>
100
100
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
101
101
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
102
- <citrus .simulator.version>3.0 .0-SNAPSHOT</citrus .simulator.version>
103
- <spring .boot.version>3.1.2 </spring .boot.version>
102
+ <citrus .simulator.version>3.2 .0-SNAPSHOT</citrus .simulator.version>
103
+ <spring .boot.version>3.5.5 </spring .boot.version>
104
104
</properties >
105
105
106
106
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments