Skip to content

Commit 43d5ec7

Browse files
Bump org.mapstruct:mapstruct-processor in /src/backend
Bumps [org.mapstruct:mapstruct-processor](https://github.com/mapstruct/mapstruct) from 1.4.2.Final to 1.6.3. - [Release notes](https://github.com/mapstruct/mapstruct/releases) - [Changelog](https://github.com/mapstruct/mapstruct/blob/main/NEXT_RELEASE_CHANGELOG.md) - [Commits](mapstruct/mapstruct@1.4.2.Final...1.6.3) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct-processor dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18f1593 commit 43d5ec7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/backend/efiling-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>17</java.version>
20-
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
20+
<org.mapstruct.version>1.6.3</org.mapstruct.version>
2121
<default-package>ca.bc.gov.open.jag.efilingapi</default-package>
2222
<log4j2.version>2.17.1</log4j2.version>
2323
<snakeyaml.version>2.0</snakeyaml.version>

src/backend/libs/efiling-ceis-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<default-package>ca.bc.gov.open.jag.efilingceisapiclient</default-package>
1313
<java.version>17</java.version>
14-
<org.mapstruct.version>1.4.2.Final</org.mapstruct.version>
14+
<org.mapstruct.version>1.6.3</org.mapstruct.version>
1515
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
1616
<log4j2.version>2.17.1</log4j2.version>
1717

src/backend/libs/efiling-cso-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<java.version>17</java.version>
12-
<org.mapstruct.version>1.4.2.Final</org.mapstruct.version>
12+
<org.mapstruct.version>1.6.3</org.mapstruct.version>
1313
<org.maven.version>3.8.1</org.maven.version>
1414
<log4j2.version>2.17.1</log4j2.version>
1515
<libspring-java.version>4.2.7-1</libspring-java.version>

0 commit comments

Comments
 (0)