Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPDX-License-Identifier: MIT
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<!-- when updating please check version overrides using the commands in the properties section -->
<version>3.5.8</version>
<version>3.5.9</version>
</parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap-api</artifactId>
Expand Down Expand Up @@ -104,7 +104,7 @@ SPDX-License-Identifier: MIT
<geotools.version>34.1</geotools.version>
<jts.version>1.20.0</jts.version>
<okhttp.version>5.3.2</okhttp.version>
<greenmail.version>2.1.7</greenmail.version>
<greenmail.version>2.1.8</greenmail.version>
<spring.boot.version>${project.parent.version}</spring.boot.version>
<!-- solr and jetty versions may need to match to prevent errors such as
Caused by: java.lang.NoClassDefFoundError: org/eclipse/jetty/client/util/InputStreamResponseListener
Expand Down Expand Up @@ -163,7 +163,7 @@ SPDX-License-Identifier: MIT
<modernizer-maven-plugin.version>3.2.0</modernizer-maven-plugin.version>
<maven-fluido-skin.version>2.1.0</maven-fluido-skin.version>
<swagger-ui.version>5.30.3</swagger-ui.version>
<sentry.version>8.28.0</sentry.version>
<sentry.version>8.29.0</sentry.version>
<errorProne.version>2.45.0</errorProne.version>
<errorProneFlags>-XepDisableWarningsInGeneratedCode</errorProneFlags>
<errorProneExcludePaths>${project.build.directory}/generated-sources/.*</errorProneExcludePaths>
Expand Down Expand Up @@ -754,7 +754,7 @@ SPDX-License-Identifier: MIT
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down
Loading