Bump springboot.version from 3.0.6 to 3.1.0

Bumps `springboot.version` from 3.0.6 to 3.1.0.

Updates `spring-boot-starter-web` from 3.0.6 to 3.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0)

Updates `spring-boot-maven-plugin` from 3.0.6 to 3.1.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/pom.xml b/pom.xml
index c29cdcb..e97b6a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
 		<juneauVersionNext>9.0.1</juneauVersionNext>
 		<derby.version>10.16.1.1</derby.version>
 		<hibernate.version>5.6.15.Final</hibernate.version>
-		<springboot.version>3.0.6</springboot.version>
+		<springboot.version>3.1.0</springboot.version>
 		<xml.apis.version>2.0.2</xml.apis.version>
 		<javadoc.executable />
 		<javadoc.plugin.version>3.5.0</javadoc.plugin.version>