Skip to content

Commit c48ceb3

Browse files
Merged PR 67210: Update all non-major dependencies
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.cucumber:cucumber-junit](https://cucumber.io/) ([source](https://github.com/cucumber/cucumber-jvm)) | test | minor | `7.18.0` -> `7.20.1` | | [io.cucumber:cucumber-java](https://cucumber.io/) ([source](https://github.com/cucumber/cucumber-jvm)) | test | minor | `7.18.0` -> `7.20.1` | | [io.cucumber:cucumber-spring](https://cucumber.io/) ([source](https://github.com/cucumber/cucumber-jvm)) | test | minor | `7.18.0` -> `7.20.1` | | [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) | test | minor | `3.4.1` -> `3.5.0` | | [nu.ndw.nls.geometry:nls-geometry](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `3.1.1` -> `3.1.2` | | [nu.ndw.nls:routing-map-matcher-library](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `13.0.4` -> `13.0.6` | | [nu.ndw.nls.springboot:openapi](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | build | patch | `5.0.8` -> `5.0.9` | | [nu.ndw.nls.springboot:oauth2-client-credentials](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.8` -> `5.0.9` | | [nu.ndw.nls.springboot:test](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | test | patch | `5.0.8` -> `5.0.9` | | [nu.ndw.nls.springboot:security](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.8` -> `5.0.9` | | [nu.ndw.nls.springboot:messaging](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.8` -> `5.0.9` | | [nu.ndw.nls.springboot:monitoring](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.8` -> `5.0.9` | | [nu.ndw.nls.springboot:client-feign](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `5.0.8` -> `5.0.9` | | [nu.ndw:nls-nwb-data-access-jooq](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | compile | patch | `7.1.5` -> `7.1.6` | --- ### Release Notes <details> <summary>cucumber/cucumber-jvm (io.cucumber:cucumber-junit)</summary> ### [`v7.20.1`](https://github.com/cucumber/cucumber-jvm/blob/HEAD/CHANGELOG.md#7201---2024-10-09) [Compare Source](cucumber/cucumber-jvm@v7.20.0...v7.20.1) ##### Fixed - \[Core] Lazily start IncrementingUuidGenerator sessions([#&#8203;2931](cucumber/cucumber-jvm#2931) M.P. Korstanje) ### [`v7.20.0`](https://github.com/cucumber/cucumber-jvm/blob/HEAD/CHANGELOG.md#7200---2024-10-04) [Compare Sour...
2 parents 8e0f8d0 + 305b3fc commit c48ceb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
<stream-utils.version>1.3.1</stream-utils.version>
3939
<swagger-annotations.version>2.2.25</swagger-annotations.version>
4040
<nls-events.version>5.0.6</nls-events.version>
41-
<nls-nwb-data-access.version>7.1.5</nls-nwb-data-access.version>
42-
<nls-springboot.version>5.0.8</nls-springboot.version>
43-
<nls-routing-map-matcher.version>13.0.4</nls-routing-map-matcher.version>
44-
<nls-geometry.version>3.1.1</nls-geometry.version>
41+
<nls-nwb-data-access.version>7.1.6</nls-nwb-data-access.version>
42+
<nls-springboot.version>5.0.9</nls-springboot.version>
43+
<nls-routing-map-matcher.version>13.0.6</nls-routing-map-matcher.version>
44+
<nls-geometry.version>3.1.2</nls-geometry.version>
4545
<jackson-geojson.version>1.14</jackson-geojson.version>
4646
<jsurfer-jackson.version>1.6.5</jsurfer-jackson.version>
47-
<json-unit.version>3.4.1</json-unit.version>
48-
<cucumber.version>7.18.0</cucumber.version>
47+
<json-unit.version>3.5.0</json-unit.version>
48+
<cucumber.version>7.20.1</cucumber.version>
4949
</properties>
5050
<distributionManagement>
5151
<repository>

0 commit comments

Comments
 (0)