Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwlocatieservices committed Oct 30, 2024
1 parent 643c6d7 commit 9f3a554
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
</parent>
<groupId>nu.ndw.nls.accessibilitymap</groupId>
<artifactId>parent</artifactId>
Expand All @@ -22,7 +22,7 @@
</modules>
<properties>
<java.version>21</java.version>
<exec-maven-plugin.version>3.4.1</exec-maven-plugin.version>
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson-databind-nullable.version>0.2.6</jackson-databind-nullable.version>
Expand All @@ -38,10 +38,10 @@
<stream-utils.version>1.3.1</stream-utils.version>
<swagger-annotations.version>2.2.25</swagger-annotations.version>
<nls-events.version>5.0.6</nls-events.version>
<nls-nwb-data-access.version>7.1.4</nls-nwb-data-access.version>
<nls-springboot.version>5.0.7</nls-springboot.version>
<nls-routing-map-matcher.version>13.0.3</nls-routing-map-matcher.version>
<nls-geometry.version>3.1.0</nls-geometry.version>
<nls-nwb-data-access.version>7.1.5</nls-nwb-data-access.version>
<nls-springboot.version>5.0.8</nls-springboot.version>
<nls-routing-map-matcher.version>13.0.4</nls-routing-map-matcher.version>
<nls-geometry.version>3.1.1</nls-geometry.version>
<jackson-geojson.version>1.14</jackson-geojson.version>
<jsurfer-jackson.version>1.6.5</jsurfer-jackson.version>
<json-unit.version>3.4.1</json-unit.version>
Expand Down

0 comments on commit 9f3a554

Please sign in to comment.