Skip to content

Commit

Permalink
Merged PR 60999: Update all non-major dependencies
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.mapstruct:mapstruct-processor](https://mapstruct.org/mapstruct-processor/) ([source](https://github.com/mapstruct/mapstruct)) |  | patch | `1.6.0` -> `1.6.2` |
| [org.mapstruct:mapstruct](https://mapstruct.org/mapstruct/) ([source](https://github.com/mapstruct/mapstruct)) | compile | patch | `1.6.0` -> `1.6.2` |
| [org.locationtech.jts:jts-core](https://www.locationtech.org/projects/technology.jts) ([source](https://github.com/locationtech/jts)) | compile | minor | `1.19.0` -> `1.20.0` |
| [org.springframework.boot:spring-boot-starter-parent](https://spring.io/projects/spring-boot) ([source](https://github.com/spring-projects/spring-boot)) | parent | patch | `3.3.3` -> `3.3.4` |

---

### Release Notes

<details>
<summary>mapstruct/mapstruct (org.mapstruct:mapstruct-processor)</summary>

### [`v1.6.2`](https://github.com/mapstruct/mapstruct/releases/tag/1.6.2)

[Compare Source](mapstruct/mapstruct@1.6.1...1.6.2)

##### Bugs

-   Regression from 1.6.1: ClassCastException when using records ([#&#8203;3717](mapstruct/mapstruct#3717))

### [`v1.6.1`](https://github.com/mapstruct/mapstruct/releases/tag/1.6.1)

[Compare Source](mapstruct/mapstruct@1.6.0...1.6.1)

##### Enhancements

-   Use Java `LinkedHashSet` and `LinkedHashMap` new factory method with known capacity when on Java 19 or later ([#&#8203;3113](mapstruct/mapstruct#3113))

##### Bugs

-   Inverse Inheritance Strategy not working for ignored mappings only with target ([#&#8203;3652](mapstruct/mapstruct#3652))
-   Inconsistent ambiguous mapping method error when using `SubclassMapping`: generic vs raw types ([#&#8203;3668](mapstruct/mapstruct#3668))
-   Fix regression when using `InheritInverseConfiguration` with nested target properties and reversing `target = "."` ([#&#8203;3670](mapstruct/mapstruct#3670))
-   Deep mapping with multiple mappings broken in 1.6.0 ([#&#8203;3667](mapstruct/mapstruct#3667))
-   Two different constants are ignored in 1.6.0 ([#&#8203;3673](mapstruct/mapstruct#3673))
-   Inconsistent ambiguous mapping method error: generic vs raw types in 1.6.0 ([#&#8203;3668](mapstruct/mapstruct#3668))
-   Fix cross module records with interfaces not recognizing accessors ([#&#8203;3661](mapstruct/mapstruct#3661))
-   `@AfterMapping` methods are called twice when using target with builder ([#&#8203;3678](mapstruct/mapstruct#3678))
-   Compile error when using `@AfterMapping` method with Builder and TargetObject ([#&#8203;3703](mapstruct/mapstruct#3703))

##### Behaviour change

##### Inverse Inheritance Strategy not working for ignored mapping...
  • Loading branch information
ndwlocatieservices committed Sep 25, 2024
2 parents 92d3877 + 003c1bc commit b5e4a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
</parent>

<groupId>nu.ndw.nls.geometry</groupId>
Expand All @@ -19,9 +19,9 @@
<description>NWB NLS Geometry</description>

<properties>
<jts.version>1.19.0</jts.version>
<jts.version>1.20.0</jts.version>
<java.version>21</java.version>
<mapstruct.version>1.6.0</mapstruct.version>
<mapstruct.version>1.6.2</mapstruct.version>
<lombok.version>1.18.34</lombok.version>
<geotools.version>31.3</geotools.version>
<slf4j-api.version>2.0.16</slf4j-api.version>
Expand Down

0 comments on commit b5e4a99

Please sign in to comment.