Skip to content

Commit 9cd457f

Browse files
Bump spring.version from 3.5.8 to 3.5.9 (#17)
* Bump spring.version from 3.5.8 to 3.5.9 Bumps `spring.version` from 3.5.8 to 3.5.9. Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.8 to 3.5.9 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.8 to 3.5.9 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.8...v3.5.9) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.9 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pom.xml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conor Heffron <conor.heffron@gmail.com>
1 parent b29e4de commit 9cd457f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<groupId>ie.example.flag.evaluator</groupId>
88
<artifactId>rules-engine</artifactId>
9-
<version>1.9-SNAPSHOT</version>
9+
<version>2.0-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>25</maven.compiler.source>
1414
<maven.compiler.target>25</maven.compiler.target>
15-
<spring.version>3.5.8</spring.version>
15+
<spring.version>3.5.9</spring.version>
1616
<camunda.version>7.24.0</camunda.version>
1717
</properties>
1818

0 commit comments

Comments
 (0)